onedatafilerestclient


Nameonedatafilerestclient JSON
Version 21.2.5.1 PyPI version JSON
download
home_pagehttps://github.com/onedata/onedatafilerestclient
SummaryOnedata REST file API client
upload_time2024-06-11 11:16:39
maintainerNone
docs_urlNone
authorBartek Kryza
requires_python>=3.8
licenseMIT
keywords onedata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OnedataFileRESTClient

OnedataFileRESTClient is a Python client to the Onedata file REST API [Onedata REST API].

## Installing

You can install OnedataFileRESTClient from pip as follows:

```
pip install onedatafilerestclient
```

## Building and running tests

```bash
virtualenv -p /usr/bin/python3 venv
. venv/bin/activate

# Install tox
pip install -r requirements-dev.txt

# Run flake8 check
tox -c tox.ini -e flake8

# Run mypy typing check
tox -c tox.ini -e mypy

# Run PyFilesystem test suite
tox -c tox.ini -e tests
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/onedata/onedatafilerestclient",
    "name": "onedatafilerestclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Onedata",
    "author": "Bartek Kryza",
    "author_email": "bkryza@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/fd/cc13ae2984c94163207db7cb12c78c4a7f537a375d90561ba320ded82f78/onedatafilerestclient-21.2.5.1.tar.gz",
    "platform": null,
    "description": "# OnedataFileRESTClient\n\nOnedataFileRESTClient is a Python client to the Onedata file REST API [Onedata REST API].\n\n## Installing\n\nYou can install OnedataFileRESTClient from pip as follows:\n\n```\npip install onedatafilerestclient\n```\n\n## Building and running tests\n\n```bash\nvirtualenv -p /usr/bin/python3 venv\n. venv/bin/activate\n\n# Install tox\npip install -r requirements-dev.txt\n\n# Run flake8 check\ntox -c tox.ini -e flake8\n\n# Run mypy typing check\ntox -c tox.ini -e mypy\n\n# Run PyFilesystem test suite\ntox -c tox.ini -e tests\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Onedata REST file API client",
    "version": "21.2.5.1",
    "project_urls": {
        "Homepage": "https://github.com/onedata/onedatafilerestclient"
    },
    "split_keywords": [
        "onedata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4efdcc13ae2984c94163207db7cb12c78c4a7f537a375d90561ba320ded82f78",
                "md5": "f332107e49bea7427fb95363c5e27f31",
                "sha256": "27a20f8585b287cecb8de4a354a583bb0c1547f498970172a4809c549d0e6ce0"
            },
            "downloads": -1,
            "filename": "onedatafilerestclient-21.2.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f332107e49bea7427fb95363c5e27f31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29043,
            "upload_time": "2024-06-11T11:16:39",
            "upload_time_iso_8601": "2024-06-11T11:16:39.443876Z",
            "url": "https://files.pythonhosted.org/packages/4e/fd/cc13ae2984c94163207db7cb12c78c4a7f537a375d90561ba320ded82f78/onedatafilerestclient-21.2.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 11:16:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "onedata",
    "github_project": "onedatafilerestclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "onedatafilerestclient"
}
        
Elapsed time: 0.26110s