Metadata-Version: 2.1
Name: tvb-storage
Version: 2.9
Summary: A package which handles the storage of TVB data
Home-page: https://www.thevirtualbrain.org
Download-URL: https://github.com/the-virtual-brain/tvb-root
Author: Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze
Author-email: tvb.admin@thevirtualbrain.org
License: GPL-3.0-or-later
Keywords: tvb brain storage h5
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: cryptography
Requires-Dist: h5py
Requires-Dist: kubernetes
Requires-Dist: numpy
Requires-Dist: pyAesCrypt
Requires-Dist: requests
Requires-Dist: tvb-library
Provides-Extra: encrypt
Requires-Dist: syncrypto ; extra == 'encrypt'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: decorator ; extra == 'test'

tvb-storage
-----------

Part of TVB Distribution package.

Module used for Files Storage of TVB data.
Currently it has a H5 backend only, but future implementations are intended.
It contains files read&write mechanisms,
plus encryption mechanism (by default disabled for speed).

Install::

    pip install tvb-storage


API in module `tvb.storage.storage_interface`.

For running tests, when use::

    pytest --pyargs tvb.tests.storage

