A Python client for the SeaSmart API.
Project description
seasmart-python-api-client
A very incomplete Python client library for the SeaSmart API.
Setup
pip install seasmart-python-api-client
Example Usage
from SeaSmartApiClient.api import SeaSmartApiClient
seasmart = SeaSmartApiClient(
username="test_username",
api_key="test_api_key"
)
cages = seasmart.get_cages()
Contributing
Information on contributing to this python library.
Testing
To run the tests,
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pytest
deactivate
to run the tests for this project.
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
Built Distribution
File details
Details for the file seasmart-python-api-client-0.1.4.tar.gz
.
File metadata
- Download URL: seasmart-python-api-client-0.1.4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e897a57ab8950b2c2d9abbaedb5e27cede23450f10d5b9c0227b2859268bc77 |
|
MD5 | e1e99b17da020057d2b5998965de0646 |
|
BLAKE2b-256 | dcc348ce4310f48bc3989860162de52368b9db937e5a0d43745a017988e3b5f2 |
File details
Details for the file seasmart_python_api_client-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: seasmart_python_api_client-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947a2acdb30fb6462c1d0b5631599ea5a9befa235d3c1058e0f8f335adb84758 |
|
MD5 | 5d3f1361505bb520326bc3b530efffec |
|
BLAKE2b-256 | c92923cf75662dffb4a57303379319a1f367c3458c23fae56631470f7dcb7f9a |