Skip to main content

No project description provided

Project description

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.

from sices.client import BaseClient

client = BaseClient(
    host='https://172.30.3.204:8443',
)

Methods

  • TODO

Resources

There are two main resources.

  • Confirmacion our abstraction of cda, this goes through SICE as XML.
  • Respuesta our abstraction of received SICE messages.

Errors

SICE errors response to CDA requests.

These errors are included inside respuesta.

Test

Tested with mamba, 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sice_python-0.1.0.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

sice_python-0.1.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page