Metadata-Version: 2.1
Name: krakenpull
Version: 0.1.0
Summary: A user friendly Kraken API client using pydantic 🐙
Author: marc
Author-email: marc@mawaie.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=2.7.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Kraken-pull

## A user friendly Kraken API client using pydantic 🐙

### Contributing 🧑‍💻

Issues, PRs and other contributions are always welcome.

Please note this repository uses black for formatting, ruff for linting and mypy for type checking.

Pre-commit hooks help to make committing easier by automating running black and ruff so if you want to 
make use of them, you can install them by using the following commands:

```shell
brew install pre-commit
pre-commit install
```

