onedatafilerestclient


Nameonedatafilerestclient JSON
Version 21.2.5rc1 PyPI version JSON
download
home_pagehttps://github.com/onedata/onedatafilerestclient
SummaryOnedata REST file API client
upload_time2024-03-04 12:17:55
maintainer
docs_urlNone
authorBartek Kryza
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Onedata",
    "author": "Bartek Kryza",
    "author_email": "bkryza@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/cb/31c4391b4f53d364af7c34671e630178fe107b56f9854bfa4995f8c1e0ea/onedatafilerestclient-21.2.5rc1.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```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Onedata REST file API client",
    "version": "21.2.5rc1",
    "project_urls": {
        "Homepage": "https://github.com/onedata/onedatafilerestclient"
    },
    "split_keywords": [
        "onedata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5c070f41e1ea74b6033bc801d7d68c604982363f7ef50498fc35c2134fbb851",
                "md5": "2bdd60e3ac86480b1f85b44190eac73c",
                "sha256": "c60c89cf5406f13365a417db4bd84194b5816918c66af7c52f0ef7db8f0549ce"
            },
            "downloads": -1,
            "filename": "onedatafilerestclient-21.2.5rc1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bdd60e3ac86480b1f85b44190eac73c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7901,
            "upload_time": "2024-03-04T12:17:54",
            "upload_time_iso_8601": "2024-03-04T12:17:54.243217Z",
            "url": "https://files.pythonhosted.org/packages/f5/c0/70f41e1ea74b6033bc801d7d68c604982363f7ef50498fc35c2134fbb851/onedatafilerestclient-21.2.5rc1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2cb31c4391b4f53d364af7c34671e630178fe107b56f9854bfa4995f8c1e0ea",
                "md5": "47b1759c971d26f3ce0469e4f7c605ca",
                "sha256": "1cfb43f972084a4d26f5813a090c4b4888359501196c334b1ff9f04f091396dc"
            },
            "downloads": -1,
            "filename": "onedatafilerestclient-21.2.5rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "47b1759c971d26f3ce0469e4f7c605ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7874,
            "upload_time": "2024-03-04T12:17:55",
            "upload_time_iso_8601": "2024-03-04T12:17:55.900408Z",
            "url": "https://files.pythonhosted.org/packages/b2/cb/31c4391b4f53d364af7c34671e630178fe107b56f9854bfa4995f8c1e0ea/onedatafilerestclient-21.2.5rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 12:17:55",
    "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.19231s