fs-irods


Namefs-irods JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryPyFilesystem2 extension for iRODS
upload_time2025-02-10 09:32:09
maintainerNone
docs_urlNone
authorHelge Hecht
requires_python<4.0,>=3.9
licenseMIT
keywords pyfilesystem2 irods
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Badges

(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)

| fair-software.eu recommendations | |
| :-- | :--  |
| (1/5) code repository              | [![github repo badge](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/hechth/fs-irods) |
| (2/5) license                      | [![github license badge](https://img.shields.io/github/license/hechth/fs-irods)](https://github.com/hechth/fs-irods) |
| (3/5) community registry           | [![RSD](https://img.shields.io/badge/rsd-fs_irods-00a3e3.svg)](https://www.research-software.nl/software/fs_irods) [![workflow pypi badge](https://img.shields.io/pypi/v/fs_irods.svg?colorB=blue)](https://pypi.python.org/project/fs_irods/) |
| (4/5) citation                     | [![DOI](https://zenodo.org/badge/DOI/<replace-with-created-DOI>.svg)](https://doi.org/<replace-with-created-DOI>) |
| (5/5) checklist                    | [![workflow cii badge](https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>/badge)](https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>) |
| howfairis                          | [![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu) |
| **Other best practices**           | &nbsp; |
| Static analysis                    | [![workflow scq badge](https://sonarcloud.io/api/project_badges/measure?project=hechth_fs-irods&metric=alert_status)](https://sonarcloud.io/dashboard?id=hechth_fs-irods) |
| Coverage                           | [![workflow scc badge](https://sonarcloud.io/api/project_badges/measure?project=hechth_fs-irods&metric=coverage)](https://sonarcloud.io/dashboard?id=hechth_fs-irods) |
| Documentation                      | [![Documentation Status](https://readthedocs.org/projects/fs-irods/badge/?version=latest)](https://fs-irods.readthedocs.io/en/latest/?badge=latest) |
| **GitHub Actions**                 | &nbsp; |
| Build                              | [![build](https://github.com/hechth/fs-irods/actions/workflows/build.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/build.yml) |
| Citation data consistency          | [![cffconvert](https://github.com/hechth/fs-irods/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/cffconvert.yml) |
| SonarCloud                         | [![sonarcloud](https://github.com/hechth/fs-irods/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/sonarcloud.yml) |
| MarkDown link checker              | [![markdown-link-check](https://github.com/hechth/fs-irods/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/markdown-link-check.yml) |

## How to use fs_irods

PyFilesystem2 extension for iRODS

The project setup is documented in [project_setup.md](project_setup.md). Feel free to remove this document (and/or the link to this document) if you don't need it.

## Installation

To install fs_irods from GitHub repository, do:

```console
git clone git@github.com:hechth/fs-irods.git
cd fs-irods
python -m pip install .
```

## Documentation

Include a link to your project's full documentation here.

## Contributing

If you want to contribute to the development of fs_irods,
have a look at the [contribution guidelines](CONTRIBUTING.md).

## 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": null,
    "name": "fs-irods",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "PyFilesystem2, iRODS",
    "author": "Helge Hecht",
    "author_email": "helge.hecht@recetox.muni.cz",
    "download_url": "https://files.pythonhosted.org/packages/bf/bd/2ef579b3b6fcfb6659cb2cf556c8d2b43396ad689c28484944cd8640ddd0/fs_irods-0.2.0.tar.gz",
    "platform": null,
    "description": "## Badges\n\n(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)\n\n| fair-software.eu recommendations | |\n| :-- | :--  |\n| (1/5) code repository              | [![github repo badge](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/hechth/fs-irods) |\n| (2/5) license                      | [![github license badge](https://img.shields.io/github/license/hechth/fs-irods)](https://github.com/hechth/fs-irods) |\n| (3/5) community registry           | [![RSD](https://img.shields.io/badge/rsd-fs_irods-00a3e3.svg)](https://www.research-software.nl/software/fs_irods) [![workflow pypi badge](https://img.shields.io/pypi/v/fs_irods.svg?colorB=blue)](https://pypi.python.org/project/fs_irods/) |\n| (4/5) citation                     | [![DOI](https://zenodo.org/badge/DOI/<replace-with-created-DOI>.svg)](https://doi.org/<replace-with-created-DOI>) |\n| (5/5) checklist                    | [![workflow cii badge](https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>/badge)](https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>) |\n| howfairis                          | [![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu) |\n| **Other best practices**           | &nbsp; |\n| Static analysis                    | [![workflow scq badge](https://sonarcloud.io/api/project_badges/measure?project=hechth_fs-irods&metric=alert_status)](https://sonarcloud.io/dashboard?id=hechth_fs-irods) |\n| Coverage                           | [![workflow scc badge](https://sonarcloud.io/api/project_badges/measure?project=hechth_fs-irods&metric=coverage)](https://sonarcloud.io/dashboard?id=hechth_fs-irods) |\n| Documentation                      | [![Documentation Status](https://readthedocs.org/projects/fs-irods/badge/?version=latest)](https://fs-irods.readthedocs.io/en/latest/?badge=latest) |\n| **GitHub Actions**                 | &nbsp; |\n| Build                              | [![build](https://github.com/hechth/fs-irods/actions/workflows/build.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/build.yml) |\n| Citation data consistency          | [![cffconvert](https://github.com/hechth/fs-irods/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/cffconvert.yml) |\n| SonarCloud                         | [![sonarcloud](https://github.com/hechth/fs-irods/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/sonarcloud.yml) |\n| MarkDown link checker              | [![markdown-link-check](https://github.com/hechth/fs-irods/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/hechth/fs-irods/actions/workflows/markdown-link-check.yml) |\n\n## How to use fs_irods\n\nPyFilesystem2 extension for iRODS\n\nThe project setup is documented in [project_setup.md](project_setup.md). Feel free to remove this document (and/or the link to this document) if you don't need it.\n\n## Installation\n\nTo install fs_irods from GitHub repository, do:\n\n```console\ngit clone git@github.com:hechth/fs-irods.git\ncd fs-irods\npython -m pip install .\n```\n\n## Documentation\n\nInclude a link to your project's full documentation here.\n\n## Contributing\n\nIf you want to contribute to the development of fs_irods,\nhave a look at the [contribution guidelines](CONTRIBUTING.md).\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyFilesystem2 extension for iRODS",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "pyfilesystem2",
        " irods"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40887edbcc438826ba98c677b681fdbcbe1959bcd759173fa85cc02a02c7278f",
                "md5": "6612e83fc1c242c1260ec67a8ac0e43d",
                "sha256": "3ce4d4c4a59f9a395bb8183e289de46bc79055a50a1a82e0a1c316b58bdcdc70"
            },
            "downloads": -1,
            "filename": "fs_irods-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6612e83fc1c242c1260ec67a8ac0e43d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 7988,
            "upload_time": "2025-02-10T09:32:07",
            "upload_time_iso_8601": "2025-02-10T09:32:07.794153Z",
            "url": "https://files.pythonhosted.org/packages/40/88/7edbcc438826ba98c677b681fdbcbe1959bcd759173fa85cc02a02c7278f/fs_irods-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfbd2ef579b3b6fcfb6659cb2cf556c8d2b43396ad689c28484944cd8640ddd0",
                "md5": "22a1685340241fe203b5acc2f0351b78",
                "sha256": "821b65dbf0ad4fd8d0d7ff0ee6a50a4aa1335214bdbe038e861b8b9c92771820"
            },
            "downloads": -1,
            "filename": "fs_irods-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "22a1685340241fe203b5acc2f0351b78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 7859,
            "upload_time": "2025-02-10T09:32:09",
            "upload_time_iso_8601": "2025-02-10T09:32:09.707118Z",
            "url": "https://files.pythonhosted.org/packages/bf/bd/2ef579b3b6fcfb6659cb2cf556c8d2b43396ad689c28484944cd8640ddd0/fs_irods-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 09:32:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fs-irods"
}
        
Elapsed time: 1.19694s