Skip to content

Latest commit

 

History

History
113 lines (79 loc) · 3.49 KB

README.rst

File metadata and controls

113 lines (79 loc) · 3.49 KB

Overview

docs Documentation Status
tests
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

A library based on jsonmodels that adds some ORM features and another few conveniences to TinyDB with Json storage and tinydb-smartcache enabled.

  • Free software: BSD license

Installation

pip install tinydb-jsonorm

Documentation

https://tinydb-jsonorm.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