dcachefs

Python file-system interface for dCache

https://github.com/rs-dat/dcachefs

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Python file-system interface for dCache

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 2
  • Releases: 8
Created about 5 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Zenodo

README.rst

.. 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 `_.

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 `_ and the `NLeSC/python-template `_.

Owner

  • Name: RS-DAT
  • Login: RS-DAT
  • Kind: organization

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.1.0"
title: "dCacheFS: a `fsspec`-compatible file-system interface for dCache"
abstract: "dCacheFS provides a file-system interface for the dCache storage system. It builds on the Filesystem Spec library and it can be used as an independent library or via the more general `fsspec` functions."
authors:
  -
    affiliation: "Netherlands eScience Center"
    family-names: Nattino
    given-names: Francesco
    orcid: "https://orcid.org/0000-0003-3286-0139"
date-released: 2023-05-04
doi: "10.5281/zenodo.4436720"
version: "0.1.7"
repository-code: "https://github.com/NLeSC-GO-common-infrastructure/dcachefs"
keywords:
  - "dCache"
  - "Filesystem Spec"
message: "If you use this software, please cite it using these metadata."
license: "Apache-2.0"
...

GitHub Events

Total
Last Year

Dependencies

docs/requirements.txt pypi
  • docutils ==0.16
  • nbsphinx *
  • recommonmark *
  • sphinx *
  • sphinx_rtd_theme ==0.5.2
requirements.txt pypi
  • aiohttp *
  • fsspec *
  • urlpath *
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/pypi.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
environment.yml pypi
setup.py pypi