splitgill is a library providing base classes with the functionality to create, update and query versioned data. Uses MongoDB and Elasticsearch.
Note that this library is relatively stable but is still quite new and could still be significantly altered.
The split-gill mushroom is a fungus with a very high level of genetic diversity (a lot of versions, you could say).
splitgill can be installed from PyPI:
pip install splitgill
Or from Github:
pip install git+git://github.com/NaturalHistoryMuseum/splitgill.git#egg=splitgill
Make sure you've installed the test requirements into your virtualenv - pip install .[test]
, then:
- To run the tests against all python versions this library is compatible with, run
tox
- To run the tests against the python version installed in your virtualenv, run
pytest
- To run the tests against the python version installed in your virtualenv and get a coverage report too, run
pytest --cov=splitgill