Name | eea-cdrtools JSON |
Version |
0.5.2
JSON |
| download |
home_page | |
Summary | A set of tool to interact with EEA Reportnet2 (CDR) API. It includes CLI tools and supporting library |
upload_time | 2023-10-10 20:24:21 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
eea
cli
reportnet
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Description
A collection of tools to interact with the European Environment Agency (EEA) Central Data Repository (CDR) API
in a programmatic way. The collection inlcudes helper functions to make API calls as well as CLI tools to perform
more complex tasks
## Installation
Available in PyPI.
To start, ensure you have Python 3.8 or newer. To use the package, run:
pip install --upgrade eea-cdrtools
After installing the package, import it:
import cdr_tools
It can also be used as a CLI tool by issuing the command:
cdrtools
in a terminal.
It can also be easily installed as a standalone tool locally using [pipx](https://pypa.github.io/pipx).
First install pipx
on macOS
brew install pipx
pipx ensurepath
brew update && brew upgrade pipx
otherwise
python3 -m pip install --user pipx
python3 -m pipx ensurepath
then
pipx install "git+https://github.com/libertil/eea-cdrtools"
Once installed via pip or pipcdrtools is a available at command line. You can get an overview of the functionalities by issuing
cdrtools --help
Raw data
{
"_id": null,
"home_page": "",
"name": "eea-cdrtools",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "EEA,cli,reportnet",
"author": "",
"author_email": "Luca Liberti <libertil@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f2/c6/8814a7d0945c0f25ceeac1373692086ddbeac3ec5a43e70f597145ff4890/eea-cdrtools-0.5.2.tar.gz",
"platform": null,
"description": "# Description\n\nA collection of tools to interact with the European Environment Agency (EEA) Central Data Repository (CDR) API \nin a programmatic way. The collection inlcudes helper functions to make API calls as well as CLI tools to perform \nmore complex tasks\n\n\n## Installation\n\n\nAvailable in PyPI.\n\nTo start, ensure you have Python 3.8 or newer. To use the package, run:\n\n\tpip install --upgrade eea-cdrtools\n\nAfter installing the package, import it:\n\n\timport cdr_tools\n\nIt can also be used as a CLI tool by issuing the command:\n\n\tcdrtools\n\nin a terminal.\n\nIt can also be easily installed as a standalone tool locally using [pipx](https://pypa.github.io/pipx). \n\nFirst install pipx \n\non macOS\n\n\tbrew install pipx\n\tpipx ensurepath\n\tbrew update && brew upgrade pipx\n\n\notherwise\n\n\tpython3 -m pip install --user pipx\n\tpython3 -m pipx ensurepath\n\nthen\n\n\tpipx install \"git+https://github.com/libertil/eea-cdrtools\"\n\n\nOnce installed via pip or pipcdrtools is a available at command line. You can get an overview of the functionalities by issuing\n\n\tcdrtools --help\n",
"bugtrack_url": null,
"license": "",
"summary": "A set of tool to interact with EEA Reportnet2 (CDR) API. It includes CLI tools and supporting library",
"version": "0.5.2",
"project_urls": {
"Homepage": "https://github.com/libertil/eea-cdrtools"
},
"split_keywords": [
"eea",
"cli",
"reportnet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "83d4429b822cbdf95add31cb9793557f1519062fd6ecd46c18cbcf61e1bd0753",
"md5": "21d302946515f8ee1a122ed3c3092bbc",
"sha256": "3c2976f761ce4fde42fde54e788f8f9dfc40a628accb84b544a3e9f75b9c8f3c"
},
"downloads": -1,
"filename": "eea_cdrtools-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "21d302946515f8ee1a122ed3c3092bbc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 28562,
"upload_time": "2023-10-10T20:19:06",
"upload_time_iso_8601": "2023-10-10T20:19:06.171969Z",
"url": "https://files.pythonhosted.org/packages/83/d4/429b822cbdf95add31cb9793557f1519062fd6ecd46c18cbcf61e1bd0753/eea_cdrtools-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2c68814a7d0945c0f25ceeac1373692086ddbeac3ec5a43e70f597145ff4890",
"md5": "f9b0bfc49dd16f6ad902acee15848ea3",
"sha256": "d6303dd056feb9fa975e8024a154d613da90a6473db61514e413383780f25e04"
},
"downloads": -1,
"filename": "eea-cdrtools-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "f9b0bfc49dd16f6ad902acee15848ea3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 29179,
"upload_time": "2023-10-10T20:24:21",
"upload_time_iso_8601": "2023-10-10T20:24:21.185108Z",
"url": "https://files.pythonhosted.org/packages/f2/c6/8814a7d0945c0f25ceeac1373692086ddbeac3ec5a43e70f597145ff4890/eea-cdrtools-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-10 20:24:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "libertil",
"github_project": "eea-cdrtools",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "eea-cdrtools"
}