tvb-storage


Nametvb-storage JSON
Version 2.10.0 PyPI version JSON
download
home_pageNone
SummaryA package which handles the storage of TVB data
upload_time2025-07-22 12:32:19
maintainerNone
docs_urlNone
authorLia Domide, Paula Prodan, Bogdan Valean, Robert Vincze
requires_pythonNone
licenseNone
keywords brain h5 storage tvb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tvb-storage",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "TVB Admin <tvb.admin@thevirtualbrain.org>",
    "keywords": "brain, h5, storage, tvb",
    "author": "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/94/6f/0513764fe00107e343a7ebb5a3e263265aecdf5ffad0ebf5f4ddfe2171db/tvb_storage-2.10.0.tar.gz",
    "platform": null,
    "description": "tvb-storage\n-----------\n\nPart of TVB Distribution package.\n\nModule used for Files Storage of TVB data.\nCurrently it has a H5 backend only, but future implementations are intended.\nIt contains files read&write mechanisms,\nplus encryption mechanism (by default disabled for speed).\n\nInstall::\n\n    pip install tvb-storage\n\n\nAPI in module `tvb.storage.storage_interface`.\n\nFor running tests, when use::\n\n    pytest --pyargs tvb.tests.storage\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package which handles the storage of TVB data",
    "version": "2.10.0",
    "project_urls": {
        "Download": "https://github.com/the-virtual-brain/tvb-root",
        "Homepage": "https://www.thevirtualbrain.org"
    },
    "split_keywords": [
        "brain",
        " h5",
        " storage",
        " tvb"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3afa91185100927da7301731207593aa2edbee2b028a6ed86c33d0cade3c3307",
                "md5": "82f898e0a982cd5b1644d843face597c",
                "sha256": "49f4c1110ac347050cfbd50a512ed93e5d3491de4f0b3675978d7388ee6049f5"
            },
            "downloads": -1,
            "filename": "tvb_storage-2.10.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82f898e0a982cd5b1644d843face597c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 64039,
            "upload_time": "2025-07-22T12:32:17",
            "upload_time_iso_8601": "2025-07-22T12:32:17.516894Z",
            "url": "https://files.pythonhosted.org/packages/3a/fa/91185100927da7301731207593aa2edbee2b028a6ed86c33d0cade3c3307/tvb_storage-2.10.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "946f0513764fe00107e343a7ebb5a3e263265aecdf5ffad0ebf5f4ddfe2171db",
                "md5": "1cb2e0cf37d1ff40cbdc0cb3b715d405",
                "sha256": "d0651befa7c1185a4a579316f054040eeddea6bb9614f9c4a8c91fcdf017e5e4"
            },
            "downloads": -1,
            "filename": "tvb_storage-2.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1cb2e0cf37d1ff40cbdc0cb3b715d405",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42665,
            "upload_time": "2025-07-22T12:32:19",
            "upload_time_iso_8601": "2025-07-22T12:32:19.534685Z",
            "url": "https://files.pythonhosted.org/packages/94/6f/0513764fe00107e343a7ebb5a3e263265aecdf5ffad0ebf5f4ddfe2171db/tvb_storage-2.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 12:32:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "the-virtual-brain",
    "github_project": "tvb-root",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "tvb-storage"
}
        
Elapsed time: 1.03949s