Skip to main content

A TinyDB storage implementation that uses JSON and AES encryption.

Project description

Donate

tinydb-encrypted-jsonstorage

A TinyDB storage implementation that stores values as encrypted json.

Install

Pip

  • pip install tinydb-encrypted-jsonstorage

Pip + Git

  • pip install git+git://github.com/stefanthaler/tinydb-encrypted-jsonstorag.git#egg=tinydb-encrypted-jsonstorage

Git + Local Pip

  • Follow steps in "Build"
  • pip install ./

Get Sources

  • git clone git@github.com:stefanthaler/tinydb-encrypted-jsonstorage.git
  • cd tinydb-encrypted-jsonstorage
  • python3 -m venv .env
  • . .env/bin/activate.fish
  • pip install -r requirements.txt

Build

  • follow steps in "Get Sources"
  • pip3 install -r requirements-building.txt
  • python setup.py bdist_wheel

Test

  • follow steps in "Get Sources"
  • pip3 install -r requirements-building.txt
  • python setup.py test

Python Requirements

OS Dependencies:

  • python3, python3-venv, python3-pip

Thanks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page