Metadata-Version: 2.0
Name: trust
Version: 1.0.12
Summary: A hierarchical database engine with read-only access to data, ideally used for cross-application settings and infrastructure description.
Home-page: https://go.pelicandd.com/n/python-trust
Author: Arseni Mourzenko
Author-email: arseni.mourzenko@pelicandd.com
License: MIT
Keywords: database json settings
Platform: UNKNOWN
Requires-Dist: flask (==0.12.2)
Requires-Dist: passlib (==1.7.1)

Trust is a read-only hierarchical database with data stored in JSON format and served locally or through REST.

The `detailed documentation of Trust database <https://trust.pelicandd.com/>`_ is available on the official website. It also contains an online tool which let you test different queries and parameters.

Contributing
------------

The `source code <https://source.pelicandd.com/infrastructure/trust/>`_ is also available. The package is distributed under `MIT License <https://opensource.org/licenses/MIT>`_.

If you want to have SVN access to the official repository in order to contribute to the project, contact me at `arseni.mourzenko@pelicandd.com <mailto:arseni.mourzenko@pelicandd.com>`_. If you find it more convinient to clone the source to GitHub, you can do that too.


