Skip to content

SeaSmart/seasmart-python-api-client

Repository files navigation

seasmart-python-api-client

PyPI version

GitHub Actions status

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.

About

An API client for SeaSmart for Python development

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors