Metadata-Version: 2.3
Name: coinalyze-pandas
Version: 0.1.1
Summary: Pandas Client to Coinalyze REST API
License: MIT
Author: lucas.jamar@spqhi.com
Requires-Python: >= 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cachetools (>=6.1.0,<7.0.0)
Requires-Dist: httpx (>=0.25.0,<1.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Description-Content-Type: text/markdown

# Coinalyze-Pandas

`coinalyze-pandas` is a thin, pandas-friendly wrapper around the [Coinalyze](https://coinalyze.net/) API.
---

## Installation

```bash
pip install coinalyze-pandas
# or with Poetry
poetry add coinalyze-pandas

