Skip to content

dotwork/tinyindex

 
 

Repository files navigation

TinyIndex

Documentation Status Updates

Document indexing for TinyDB. Basically ensures deterministic (as long as there aren't any changes to the table) yielding of documents. A very trivial example usage:

```python from tinyindex import Index

idx = Index(table, *keys) for item in idx:

...

idx[0] idx[0:4] ```

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

indexes for tinydb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.1%
  • Makefile 20.9%