Datacore-reporter
=================
Extract data easily from your Datacore controllers.
## Installation
Datacore-reporter package is published [on PyPI](https://pypi.org/project/datacore-reporter/):
```sh
pip install datacore-reporter
```
## Configuration
Create file `C:\Users\$USER\AppData\Local\datacore-reporter\datacore-reporter.conf` (`/home/$USER/.config/datacore-reporter/datacore-reporter.conf` on Linux). Example:
```ini
[datacore-reporter]
host = myhost.example.org
controller = mycontroller.example.org
user = reporter
password = ...
no_ssl = True
```
## Usage
See also [full documentation](https://ipamo.net/datacore-reporter) (including [API reference](https://ipamo.net/datacore-reporter/latest/api-reference.html)).
Datacore-reporter may be used as a library in your Python code:
```py
from datacore_reporter.client import DatacoreClient
...
```
Datacore-reporter may also be invoked as a command-line application (the `datacore-reporter` executable is installed with the package).
Complete help about command-line usage may be displayed by typing:
```sh
datacore-reporter --help
```
## Legal
This project is licensed under the terms of the [MIT license](https://raw.githubusercontent.com/ipamo/datacore-reporter/main/LICENSE.txt).
This project is not affiliated in any way with the Datacore company.
Raw data
{
"_id": null,
"home_page": null,
"name": "datacore-reporter",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "datacore, symphony, san, reporter",
"author": null,
"author_email": "S\u00e9bastien Hocquet <dev@ipamo.net>",
"download_url": null,
"platform": null,
"description": "Datacore-reporter\r\n=================\r\n\r\nExtract data easily from your Datacore controllers.\r\n\r\n\r\n## Installation\r\n\r\nDatacore-reporter package is published [on PyPI](https://pypi.org/project/datacore-reporter/):\r\n\r\n```sh\r\npip install datacore-reporter\r\n```\r\n\r\n\r\n## Configuration\r\n\r\nCreate file `C:\\Users\\$USER\\AppData\\Local\\datacore-reporter\\datacore-reporter.conf` (`/home/$USER/.config/datacore-reporter/datacore-reporter.conf` on Linux). Example:\r\n\r\n```ini\r\n[datacore-reporter]\r\nhost = myhost.example.org\r\ncontroller = mycontroller.example.org\r\nuser = reporter\r\npassword = ...\r\nno_ssl = True\r\n```\r\n\r\n## Usage\r\n\r\nSee also [full documentation](https://ipamo.net/datacore-reporter) (including [API reference](https://ipamo.net/datacore-reporter/latest/api-reference.html)).\r\n\r\nDatacore-reporter may be used as a library in your Python code:\r\n\r\n```py\r\nfrom datacore_reporter.client import DatacoreClient\r\n...\r\n```\r\n\r\nDatacore-reporter may also be invoked as a command-line application (the `datacore-reporter` executable is installed with the package).\r\n\r\nComplete help about command-line usage may be displayed by typing:\r\n\r\n```sh\r\ndatacore-reporter --help\r\n```\r\n\r\n\r\n## Legal\r\n\r\nThis project is licensed under the terms of the [MIT license](https://raw.githubusercontent.com/ipamo/datacore-reporter/main/LICENSE.txt).\r\n\r\nThis project is not affiliated in any way with the Datacore company.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Extract data easily from your Datacore controllers.",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/ipamo/datacore-reporter/issues",
"Homepage": "https://github.com/ipamo/datacore-reporter"
},
"split_keywords": [
"datacore",
" symphony",
" san",
" reporter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49bfa3c853485aa0ee4bbe8dec60f98a0d8135d78e792b60602820f77ca62d8f",
"md5": "bbca683e475303f948c0f0249613c890",
"sha256": "f583c36b8ee0ded45ccae0b6aa53127606522b29c15bc70d2a240924ad8a67eb"
},
"downloads": -1,
"filename": "datacore_reporter-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bbca683e475303f948c0f0249613c890",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8666,
"upload_time": "2024-03-22T23:48:24",
"upload_time_iso_8601": "2024-03-22T23:48:24.552387Z",
"url": "https://files.pythonhosted.org/packages/49/bf/a3c853485aa0ee4bbe8dec60f98a0d8135d78e792b60602820f77ca62d8f/datacore_reporter-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-22 23:48:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ipamo",
"github_project": "datacore-reporter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "reporter-utils",
"specs": []
}
],
"lcname": "datacore-reporter"
}