NaturalHistoryMuseum / splitgill

Versioned search library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splitgill

Tests Coveralls Python version Docs

Overview

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.

Split-gill mushroom

The split-gill mushroom is a fungus with a very high level of genetic diversity (a lot of versions, you could say).

Installation

splitgill can be installed from PyPI:

pip install splitgill

Or from Github:

pip install git+git://github.com/NaturalHistoryMuseum/splitgill.git#egg=splitgill

Tests

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

About

Versioned search library

License:MIT License


Languages

Language:Python 100.0%