tvb-storage


Nametvb-storage JSON
Version 2.8.1 PyPI version JSON
download
home_pagehttps://www.thevirtualbrain.org
SummaryA package which handles the storage of TVB data
upload_time2023-05-23 18:41:31
maintainer
docs_urlNone
authorLia Domide, Paula Prodan, Bogdan Valean, Robert Vincze
requires_python
licenseGPL-3.0-or-later
keywords tvb brain storage h5
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`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.thevirtualbrain.org",
    "name": "tvb-storage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tvb brain storage h5",
    "author": "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze",
    "author_email": "tvb.admin@thevirtualbrain.org",
    "download_url": "https://files.pythonhosted.org/packages/56/1a/a899acdb5786bc2b8a8ab98f702459f30b58df2ada2e42e621981bedc2e8/tvb-storage-2.8.1.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",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A package which handles the storage of TVB data",
    "version": "2.8.1",
    "project_urls": {
        "Download": "https://github.com/the-virtual-brain/tvb-root",
        "Homepage": "https://www.thevirtualbrain.org"
    },
    "split_keywords": [
        "tvb",
        "brain",
        "storage",
        "h5"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dec42c950f5bab3a15fca07adb7fa8b7d6d2d6a2e8d9dd004b9af2f8649f7876",
                "md5": "c9cd135c7a15dc8ead83c5be11feee15",
                "sha256": "b58be4a42b3c56dac5b4ebcbb7137df438ad2613dd928b7c357004e9bd530546"
            },
            "downloads": -1,
            "filename": "tvb_storage-2.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9cd135c7a15dc8ead83c5be11feee15",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 64457,
            "upload_time": "2023-05-23T18:40:34",
            "upload_time_iso_8601": "2023-05-23T18:40:34.078837Z",
            "url": "https://files.pythonhosted.org/packages/de/c4/2c950f5bab3a15fca07adb7fa8b7d6d2d6a2e8d9dd004b9af2f8649f7876/tvb_storage-2.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561aa899acdb5786bc2b8a8ab98f702459f30b58df2ada2e42e621981bedc2e8",
                "md5": "0ac1f9a5e1a71b9ef990158bf2cfd385",
                "sha256": "4bbfd65ab1e150cf28a8206bcf5e30a8a092293b108b1bbb3365e6675f6d8837"
            },
            "downloads": -1,
            "filename": "tvb-storage-2.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ac1f9a5e1a71b9ef990158bf2cfd385",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 45151,
            "upload_time": "2023-05-23T18:41:31",
            "upload_time_iso_8601": "2023-05-23T18:41:31.465326Z",
            "url": "https://files.pythonhosted.org/packages/56/1a/a899acdb5786bc2b8a8ab98f702459f30b58df2ada2e42e621981bedc2e8/tvb-storage-2.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-23 18:41:31",
    "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: 0.06990s