Skip to content

codeaudit/hangar-py

 
 

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

Hangar is version control for tensor data. Commit, branch, merge, revert, and collaborate in the data-defined software era.

  • Free software: Apache 2.0 license

What is Hangar?

Hangar is based off of the founded from the belief that too much time is spent collecting, managing, and creating home-brewed version control systems for data. Hangar is a Git inspired tool to version and work with data!

Installation

Hangar is in early alpha development release!

pip install hangar

Documentation

https://hangar-py.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Hangar is version control for tensor data. Commit, branch, merge, revert, and collaborate in the data-defined software era.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Batchfile 0.2%