Metadata-Version: 2.1
Name: henge
Version: 0.1.0.dev0
Summary: Storage and retrieval of object-derived, decomposable recursive unique identifiers.
Home-page: https://databio.org
Author: Nathan Sheffield
Author-email: nathan@code.databio.org
License: BSD2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Distributed Computing
Description-Content-Type: text/markdown
Requires-Dist: logmuse
Requires-Dist: jsonschema
Requires-Dist: ubiquerg (>=0.5.2)
Requires-Dist: yacman (>=0.6.7)

[![Build Status](https://travis-ci.com/databio/henge.svg?branch=master)](https://travis-ci.com/databio/henge)

# Henge 

Henge is a Python package that builds backends for generic decomposable recursive unique identifiers (or, *DRUIDs*). It is intended to be used as a building block for sequence collections (see the [seqcol package](https://github.com/databio/seqcol)), and also for other data types that need content-derived identifiers.

Documentation at [http://henge.databio.org](http://henge.databio.org).


