Metadata-Version: 2.4
Name: tvb-storage
Version: 2.10.0
Summary: A package which handles the storage of TVB data
Project-URL: Download, https://github.com/the-virtual-brain/tvb-root
Project-URL: Homepage, https://www.thevirtualbrain.org
Author: Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze
Maintainer-email: TVB Admin <tvb.admin@thevirtualbrain.org>
License-Expression: GPL-3.0-or-later
License-File: AUTHORS
License-File: LICENSE
Keywords: brain,h5,storage,tvb
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: decorator; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/x-rst

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

