Metadata-Version: 2.1
Name: camminapy
Version: 1.1.8
Summary: My personal code collection.
Home-page: https://thomascamminady.github.io/camminapy/camminapy.html
Author: Thomas Camminady
Author-email: 0milieux_member@icloud.com
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: altair (>=5.0.0,<6.0.0)
Requires-Dist: gitpython (>=3.1.31,<4.0.0)
Requires-Dist: polars (>=0.18.0)
Requires-Dist: pyarrow (>=12.0.0,<13.0.0)
Requires-Dist: rich (>=13.3.5,<14.0.0)
Requires-Dist: toolz (>=0.12.0,<0.13.0)
Project-URL: Repository, https://github.com/thomascamminady/camminapy
Description-Content-Type: text/markdown

My personal code collection.

Link to [Github](https://github.com/thomascamminady/camminapy).

## Installation

Install via `pip`:

```bash
pip install camminapy
```


Install via `poetry`:

```bash
poetry add camminapy
```

## Development

To create the documentation, run:
```bash
make doc
```

To publish an updated version to PyPi:
```bash
make publish
```

