Skip to main content

A python client for the strike api

Project description

strike-python

A python client for the https://strike.me API. This client uses pydantic and encorages strict typing.

PyPI version Documentation Status codecov

Example Usage

$ export STRIKE_API_KEY=<STRIKE_API_KEY>

from strike_api import rates

rates = rates.get_ticker()
rates[0].amount

Build strike-api

Install Poetry

python -m pip install --upgrade pip
pip install poetry
poetry install

Build Docs

cd docs
poetry run sphinx-apidoc -f -o . ../strike_api
poetry run make clean && poetry run make html

Run Tests

poetry run pytest --record-mode=once

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

strike_api-0.2.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

strike_api-0.2.1-py3-none-any.whl (14.3 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