[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# RUDI Node tools: _rudi-node-read_ library
This library offers tools to take advantage of
the [external API](https://app.swaggerhub.com/apis/OlivierMartineau/RUDI-PRODUCER) of a RUDI Producer node (also
referred as RUDI node).
The Jupyter notebook [README.ipynb](https://github.com/OlivierMartineau/rudi-node-read/blob/release/README.ipynb) offers
an overview of the available functionalities.
## Installation
```sh
pip install rudi-node-read
```
You don't need installing any additional library to use this.
## Usage
See [Python notebook](https://github.com/OlivierMartineau/rudi-node-read/blob/release/README.ipynb) for use examples.
## Testing
Rudi-node-read supports unit test discovery using Pytest:
```sh
dest_dir="rudi-node-read"
git clone https://github.com/OlivierMartineau/rudi-node-read.git $dest_dir
cd $dest_dir
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
pytest
```
You may have a look at the [tests](https://github.com/OlivierMartineau/rudi-node-read/tree/release/tests) if you wish to see how every class or function is used.
Raw data
{
"_id": null,
"home_page": "",
"name": "rudi-node-read",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Olivier Martineau <olivier.martineau@irisa.fr>",
"keywords": "rudi-node-read,rudi-node-get,RUDI,producer node,RUDI node,rudinode,open-data,Univ. Rennes",
"author": "",
"author_email": "Olivier Martineau <olivier.martineau@irisa.fr>",
"download_url": "https://files.pythonhosted.org/packages/5c/f9/88e503242e7d363297942280eb300e08612ec7b0dd1e7fd477e1ebe07014/rudi-node-read-0.2.3.tar.gz",
"platform": null,
"description": "[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# RUDI Node tools: _rudi-node-read_ library\n\nThis library offers tools to take advantage of\nthe [external API](https://app.swaggerhub.com/apis/OlivierMartineau/RUDI-PRODUCER) of a RUDI Producer node (also\nreferred as RUDI node).\n\nThe Jupyter notebook [README.ipynb](https://github.com/OlivierMartineau/rudi-node-read/blob/release/README.ipynb) offers\nan overview of the available functionalities.\n\n## Installation\n\n```sh\npip install rudi-node-read\n```\n\nYou don't need installing any additional library to use this.\n\n## Usage\n\nSee [Python notebook](https://github.com/OlivierMartineau/rudi-node-read/blob/release/README.ipynb) for use examples.\n\n## Testing\n\nRudi-node-read supports unit test discovery using Pytest:\n\n```sh\ndest_dir=\"rudi-node-read\"\ngit clone https://github.com/OlivierMartineau/rudi-node-read.git $dest_dir\ncd $dest_dir\n\npython3 -m venv .venv\nsource .venv/bin/activate\n\npip install -r requirements-dev.txt\n\npytest\n```\n\nYou may have a look at the [tests](https://github.com/OlivierMartineau/rudi-node-read/tree/release/tests) if you wish to see how every class or function is used.\n",
"bugtrack_url": null,
"license": "EUPL-1.2",
"summary": "Use the external API of a RUDI Producer node",
"version": "0.2.3",
"project_urls": {
"Changelog": "https://github.com/OlivierMartineau/rudi-node-read/blob/release/CHANGELOG.md",
"Documentation": "https://app.swaggerhub.com/apis/OlivierMartineau/RUDI-PRODUCER",
"Homepage": "https://github.com/OlivierMartineau/rudi-node-read",
"Source": "https://github.com/OlivierMartineau/rudi-node-read"
},
"split_keywords": [
"rudi-node-read",
"rudi-node-get",
"rudi",
"producer node",
"rudi node",
"rudinode",
"open-data",
"univ. rennes"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1a62430d02f0282d6dce4272dbc96839f70c64c7123e2c3bebedf56691a826f9",
"md5": "965bae3e478fbaa371bd80de001c62eb",
"sha256": "eb30c481481d36bc1add328407a44799d23083f6f3ccb663eb4986235b19d5d3"
},
"downloads": -1,
"filename": "rudi_node_read-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "965bae3e478fbaa371bd80de001c62eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 19328,
"upload_time": "2024-01-30T09:43:01",
"upload_time_iso_8601": "2024-01-30T09:43:01.425246Z",
"url": "https://files.pythonhosted.org/packages/1a/62/430d02f0282d6dce4272dbc96839f70c64c7123e2c3bebedf56691a826f9/rudi_node_read-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5cf988e503242e7d363297942280eb300e08612ec7b0dd1e7fd477e1ebe07014",
"md5": "6e4b95ab486b4e497906e61a7e6cd7f4",
"sha256": "e99a3d880d8ee5f37d367630d712d8e6f7ab657be6e5d6d05ba26bdea6e83756"
},
"downloads": -1,
"filename": "rudi-node-read-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "6e4b95ab486b4e497906e61a7e6cd7f4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 18778,
"upload_time": "2024-01-30T09:43:03",
"upload_time_iso_8601": "2024-01-30T09:43:03.254636Z",
"url": "https://files.pythonhosted.org/packages/5c/f9/88e503242e7d363297942280eb300e08612ec7b0dd1e7fd477e1ebe07014/rudi-node-read-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-30 09:43:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OlivierMartineau",
"github_project": "rudi-node-read",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "rudi-node-read"
}