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.
Example Usage
$ export STRIKE_API_KEY=<STRIKE_API_KEY>
from strike_api import rates
rates = rates.get_ticker()
rates[0].amount
Build strike-api
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
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
strike_api-0.2.1.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file strike_api-0.2.1.tar.gz
.
File metadata
- Download URL: strike_api-0.2.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a07ac3bba3fc2fb5c0cbb73c7f0d101ef582f2ade0c81a2f5c97ff060d9acc37
|
|
MD5 |
b0d7abcc0f9f940301a913695e6c435d
|
|
BLAKE2b-256 |
79576efdad42f003ce0f98b563331887c4f934530f432187a4f06e68ae8968ab
|
File details
Details for the file strike_api-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: strike_api-0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3ef904fb6ea53ed71369d7e5cbd845837ca38dd432f30d748c8b438d2b12055d
|
|
MD5 |
96258898a00213cf3a4600cbca156c8f
|
|
BLAKE2b-256 |
838b248109ed23e71731cb037b279c41e1869115ef51468c4b469392daa2afc4
|