dcachefs


Namedcachefs JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/NLeSC-GO-common-infrastructure/dcachefs
SummaryPython filesystem interface for dCache
upload_time2023-05-04 21:12:42
maintainer
docs_urlNone
authorFrancesco Nattino
requires_python
licenseApache Software License 2.0
keywords dcachefs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. list-table::
   :widths: 25 25
   :header-rows: 1

   * - fair-software.nl recommendations
     - Badges
   * - \1. Code repository
     - |GitHub Badge|
   * - \2. License
     - |License Badge|
   * - \3. Community Registry
     - |PyPI Badge|
   * - \4. Enable Citation
     - |Zenodo Badge|
   * - \5. Checklist
     - |CII Best Practices Badge|
   * - **Other best practices**
     -
   * - Continuous integration
     - |Python Build| |PyPI Publish|
   * - Documentation
     - |Read the Docs|


.. |GitHub Badge| image:: https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue
   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs
   :alt: GitHub Badge

.. |License Badge| image:: https://img.shields.io/github/license/NLeSC-GO-common-infrastructure/dcachefs
   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs
   :alt: License Badge

.. |PyPI Badge| image:: https://img.shields.io/pypi/v/dcachefs.svg?colorB=blue
   :target: https://pypi.python.org/project/dcachefs/
   :alt: PyPI Badge

.. |Zenodo Badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4436720.svg
   :target: https://doi.org/10.5281/zenodo.4436720
   :alt: Zenodo Badge

.. |CII Best Practices Badge| image:: https://bestpractices.coreinfrastructure.org/projects/4585/badge
   :target: https://bestpractices.coreinfrastructure.org/projects/4585
   :alt: CII Best Practices Badge

.. |Python Build| image:: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/workflows/Build/badge.svg
   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/actions?query=workflow%3A%22Build%22
   :alt: Python Build

.. |PyPI Publish| image:: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/workflows/Publish/badge.svg
   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/actions?query=workflow%3A%22Publish%22
   :alt: PyPI Publish

.. |Read the Docs| image:: https://readthedocs.org/projects/dcachefs/badge/?version=latest
   :target: https://dcachefs.readthedocs.io
   :alt: Read the Docs

################################################################################
dCacheFS
################################################################################

dCacheFS provides a file-system interface for a `dCache storage system`_, such as the `instance provided at SURF`_. 
dCacheFS builds on the `Filesystem Spec`_ (`fsspec`) library and it can be used as an independent library or via the 
more general `fsspec` functions.

.. _dCache storage system: https://www.dcache.org
.. _instance provided at SURF: http://doc.grid.surfsara.nl/en/stable/Pages/Service/system_specifications/dcache_specs.html
.. _Filesystem Spec: https://filesystem-spec.readthedocs.io

Installation
------------

To install dcachefs, do:

.. code-block:: console

  pip install dcachefs


or 

.. code-block:: console

  git clone https://github.com/NLeSC-GO-common-infrastructure/dcachefs.git
  cd dcachefs
  pip install .


Run tests (including coverage) with:

.. code-block:: console

  python setup.py test


Documentation
-------------

The project's full documentation can be found `here`_.

.. _here: https://dcachefs.readthedocs.io

Contributing
------------

If you want to contribute to the development of dCacheFS,
have a look at the `contribution guidelines <CONTRIBUTING.rst>`_.

License
-------

Copyright (c) 2020, Netherlands eScience Center

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



Credits
-------

This package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `NLeSC/python-template <https://github.com/NLeSC/python-template>`_.





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NLeSC-GO-common-infrastructure/dcachefs",
    "name": "dcachefs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dcachefs",
    "author": "Francesco Nattino",
    "author_email": "f.nattino@esciencecenter.nl",
    "download_url": "https://files.pythonhosted.org/packages/81/14/a1aa9ec8696834176816fc29951a7ee00f79921e3f253a73c9e10e8dc487/dcachefs-0.1.7.tar.gz",
    "platform": null,
    "description": ".. list-table::\n   :widths: 25 25\n   :header-rows: 1\n\n   * - fair-software.nl recommendations\n     - Badges\n   * - \\1. Code repository\n     - |GitHub Badge|\n   * - \\2. License\n     - |License Badge|\n   * - \\3. Community Registry\n     - |PyPI Badge|\n   * - \\4. Enable Citation\n     - |Zenodo Badge|\n   * - \\5. Checklist\n     - |CII Best Practices Badge|\n   * - **Other best practices**\n     -\n   * - Continuous integration\n     - |Python Build| |PyPI Publish|\n   * - Documentation\n     - |Read the Docs|\n\n\n.. |GitHub Badge| image:: https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue\n   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs\n   :alt: GitHub Badge\n\n.. |License Badge| image:: https://img.shields.io/github/license/NLeSC-GO-common-infrastructure/dcachefs\n   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs\n   :alt: License Badge\n\n.. |PyPI Badge| image:: https://img.shields.io/pypi/v/dcachefs.svg?colorB=blue\n   :target: https://pypi.python.org/project/dcachefs/\n   :alt: PyPI Badge\n\n.. |Zenodo Badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4436720.svg\n   :target: https://doi.org/10.5281/zenodo.4436720\n   :alt: Zenodo Badge\n\n.. |CII Best Practices Badge| image:: https://bestpractices.coreinfrastructure.org/projects/4585/badge\n   :target: https://bestpractices.coreinfrastructure.org/projects/4585\n   :alt: CII Best Practices Badge\n\n.. |Python Build| image:: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/workflows/Build/badge.svg\n   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/actions?query=workflow%3A%22Build%22\n   :alt: Python Build\n\n.. |PyPI Publish| image:: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/workflows/Publish/badge.svg\n   :target: https://github.com/NLeSC-GO-common-infrastructure/dcachefs/actions?query=workflow%3A%22Publish%22\n   :alt: PyPI Publish\n\n.. |Read the Docs| image:: https://readthedocs.org/projects/dcachefs/badge/?version=latest\n   :target: https://dcachefs.readthedocs.io\n   :alt: Read the Docs\n\n################################################################################\ndCacheFS\n################################################################################\n\ndCacheFS provides a file-system interface for a `dCache storage system`_, such as the `instance provided at SURF`_. \ndCacheFS builds on the `Filesystem Spec`_ (`fsspec`) library and it can be used as an independent library or via the \nmore general `fsspec` functions.\n\n.. _dCache storage system: https://www.dcache.org\n.. _instance provided at SURF: http://doc.grid.surfsara.nl/en/stable/Pages/Service/system_specifications/dcache_specs.html\n.. _Filesystem Spec: https://filesystem-spec.readthedocs.io\n\nInstallation\n------------\n\nTo install dcachefs, do:\n\n.. code-block:: console\n\n  pip install dcachefs\n\n\nor \n\n.. code-block:: console\n\n  git clone https://github.com/NLeSC-GO-common-infrastructure/dcachefs.git\n  cd dcachefs\n  pip install .\n\n\nRun tests (including coverage) with:\n\n.. code-block:: console\n\n  python setup.py test\n\n\nDocumentation\n-------------\n\nThe project's full documentation can be found `here`_.\n\n.. _here: https://dcachefs.readthedocs.io\n\nContributing\n------------\n\nIf you want to contribute to the development of dCacheFS,\nhave a look at the `contribution guidelines <CONTRIBUTING.rst>`_.\n\nLicense\n-------\n\nCopyright (c) 2020, Netherlands eScience Center\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\nCredits\n-------\n\nThis package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `NLeSC/python-template <https://github.com/NLeSC/python-template>`_.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Python filesystem interface for dCache",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/NLeSC-GO-common-infrastructure/dcachefs"
    },
    "split_keywords": [
        "dcachefs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c924dbc658ea9bf21c4f7b006bd1742d76ef6791b055981b2a1c708e3988381",
                "md5": "b1618b74e57d6ba1594c8e34f950f3cd",
                "sha256": "bfe0f7ae1a915ef59cbc47fa8a01b29a5b0093fdd5c43f1dd45d9a73ac927632"
            },
            "downloads": -1,
            "filename": "dcachefs-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1618b74e57d6ba1594c8e34f950f3cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13204,
            "upload_time": "2023-05-04T21:12:41",
            "upload_time_iso_8601": "2023-05-04T21:12:41.016040Z",
            "url": "https://files.pythonhosted.org/packages/6c/92/4dbc658ea9bf21c4f7b006bd1742d76ef6791b055981b2a1c708e3988381/dcachefs-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8114a1aa9ec8696834176816fc29951a7ee00f79921e3f253a73c9e10e8dc487",
                "md5": "c3780db383868291f3f2e324a713c848",
                "sha256": "33d2264303ee4eabe530522d59869d7a9e10236946510cd44f269ad0297fa5b2"
            },
            "downloads": -1,
            "filename": "dcachefs-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c3780db383868291f3f2e324a713c848",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14178,
            "upload_time": "2023-05-04T21:12:42",
            "upload_time_iso_8601": "2023-05-04T21:12:42.806604Z",
            "url": "https://files.pythonhosted.org/packages/81/14/a1aa9ec8696834176816fc29951a7ee00f79921e3f253a73c9e10e8dc487/dcachefs-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-04 21:12:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NLeSC-GO-common-infrastructure",
    "github_project": "dcachefs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dcachefs"
}
        
Elapsed time: 0.16460s