Repository containing python wrappers to various services for bits-aviso.
Project description
bits-aviso-python-sdk
Repository containing python wrappers to various services Team AVISO develops against.
Installation
To install the SDK, you can use pip:
pip install bits-aviso-python-sdk
Usage
Here is a simple example of how to use the SDK:
from bits_aviso_python_sdk import ServiceName
service = ServiceName(username='username', password='password') # Initialize the service
response = service.some_method()
print(response)
However, please refer to the documentation for each service for more specific parameters and methods.
Sub Modules
There are three upper-level modules in this SDK:
helpers
Helpers are utility functions that assist with various tasks within the SDK. They can also be used independently of the services. Functions that are commonly used will be included here.
Please see the documentation under bits-aviso-python-sdk.helpers
for more information.
services
Services are the main components of the SDK. Each service corresponds to a specific functionality leveraged by Team AVISO.
Please see the documentation under bits-aviso-python-sdk.services
for more information.
tests
Tests are included to ensure the functionality of the SDK. They can be run to verify that the SDK is working as expected.
However, these are not proper unit tests and are a work in progress.
Please see the documentation under bits-aviso-python-sdk.tests
for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bits_aviso_python_sdk-1.5.7.tar.gz
.
File metadata
- Download URL: bits_aviso_python_sdk-1.5.7.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.3 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3164c7177c5e4d64e0fe7c578e2e09e3a79f7cf299410644995587fa5214bc4 |
|
MD5 | 1ba784a9f908b85e1ae2a7fefcb3f1d6 |
|
BLAKE2b-256 | 9b04ea212e8af9dd73d43a6244c46f6d642cc1683b2329e01f3e01f7c2fa3ec7 |
File details
Details for the file bits_aviso_python_sdk-1.5.7-py3-none-any.whl
.
File metadata
- Download URL: bits_aviso_python_sdk-1.5.7-py3-none-any.whl
- Upload date:
- Size: 40.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.3 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bcbc2d2b2511bd9667521d427d41fb7debab6175f78f7cbe6b96ba72c887a0e |
|
MD5 | 5df90d8d1e5f8a21f64baa2b50694af8 |
|
BLAKE2b-256 | 58ccb3c19780d107dda2c39db7ecf365a11ddb78bd2962318c97d79219406d07 |