2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-16 14:58:48 +02:00
2021-10-16 14:58:48 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 16:42:25 +02:00
2021-10-09 12:17:26 +02:00
2021-10-09 14:54:25 +02:00
2021-10-09 14:54:25 +02:00
2021-10-09 14:54:25 +02:00
2021-10-16 17:34:55 +02:00
2021-10-08 16:42:25 +02:00
2021-10-08 23:28:42 +02:00
2021-10-09 14:54:25 +02:00

========
Overview
========

Protect yourself and your customers with database encryption.

* Free software: MIT license

Installation
============

::

    pip install cryptbase

You can also install the in-development version with::

    pip install git+ssh://git@https://code.eghuro.com/cryptbase/python-cryptbase.git@master


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox
Description
Protect yourself and your customers with database encryption.
Readme 76 KiB
1.0.0 Latest
2021-10-17 19:26:29 +00:00
Languages
Python 100%