Name | sice-python JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | |
upload_time | 2023-12-29 22:31:03 |
maintainer | |
docs_url | None |
author | tech |
requires_python | >=3.7,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/wemake-services/wemake-python-styleguide)
sice-python
===========
A library for accessing the SICE API for python.
## Installation
Installation is as simple as:
pip install sice-python
## Usage
Use our client to request a CDA through SICE.
```python
from sices.client import BaseClient
client = BaseClient(
host='https://172.30.3.204:8443',
)
```
## Methods
- TODO
## Resources
There are two main resources.
- [Confirmacion](sice/resources/confirmacion.py) our abstraction of cda, this goes through SICE as XML.
- [Respuesta](spei/resources/respuesta.py) our abstraction of received SICE messages.
## Errors
SICE [errors](/sice/errors.py) response to CDA requests.
These errors are included inside respuesta.
## Test
Tested with [mamba](https://mamba-framework.readthedocs.io/en/latest/), install poetry dev packages and then run tests.
poetry run make test
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Raw data
{
"_id": null,
"home_page": "",
"name": "sice-python",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "tech",
"author_email": "tech@fondeadora.com",
"download_url": "https://files.pythonhosted.org/packages/b5/e4/c2873edbb431a02d57e6b004b3c62d2eccabbefbce009dcbf069f88608c0/sice_python-0.1.0.tar.gz",
"platform": null,
"description": "[](https://github.com/wemake-services/wemake-python-styleguide)\n\nsice-python\n===========\n\nA library for accessing the SICE API for python.\n\n\n## Installation\nInstallation is as simple as:\n\n pip install sice-python\n\n## Usage\nUse our client to request a CDA through SICE.\n```python\nfrom sices.client import BaseClient\n\nclient = BaseClient(\n host='https://172.30.3.204:8443',\n)\n```\n\n## Methods\n- TODO\n\n## Resources\nThere are two main resources.\n\n- [Confirmacion](sice/resources/confirmacion.py) our abstraction of cda, this goes through SICE as XML.\n- [Respuesta](spei/resources/respuesta.py) our abstraction of received SICE messages.\n\n## Errors\nSICE [errors](/sice/errors.py) response to CDA requests.\n\nThese errors are included inside respuesta.\n\n## Test\nTested with [mamba](https://mamba-framework.readthedocs.io/en/latest/), install poetry dev packages and then run tests.\n\n poetry run make test\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d0c6191c2873959039922a697415888477827dc256672160986d30c400b19d52",
"md5": "8d5865834261539e4945c4224b07a786",
"sha256": "3c5e327657b9bb7c1ffb938dd697a1d10512216e9fafd80041c5f07ebe0517f0"
},
"downloads": -1,
"filename": "sice_python-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8d5865834261539e4945c4224b07a786",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 3109,
"upload_time": "2023-12-29T22:31:02",
"upload_time_iso_8601": "2023-12-29T22:31:02.329607Z",
"url": "https://files.pythonhosted.org/packages/d0/c6/191c2873959039922a697415888477827dc256672160986d30c400b19d52/sice_python-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b5e4c2873edbb431a02d57e6b004b3c62d2eccabbefbce009dcbf069f88608c0",
"md5": "865d2c076d0024db03b0c2fc2c29355c",
"sha256": "b29625d376ac7a2f691d79c34c0ae7817822d67f83de57d01b022a789ce770bb"
},
"downloads": -1,
"filename": "sice_python-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "865d2c076d0024db03b0c2fc2c29355c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 2201,
"upload_time": "2023-12-29T22:31:03",
"upload_time_iso_8601": "2023-12-29T22:31:03.512248Z",
"url": "https://files.pythonhosted.org/packages/b5/e4/c2873edbb431a02d57e6b004b3c62d2eccabbefbce009dcbf069f88608c0/sice_python-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-29 22:31:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "sice-python"
}