Metadata-Version: 2.1
Name: coolpandas
Version: 0.1.0
Summary: A Python package for Exploratory Data Analysis.
Author-email: Avel Docquin <adocquin@outlook.com>
Project-URL: Homepage, https://github.com/adocquin/coolpandas
Project-URL: Bug Tracker, https://github.com/adocquin/coolpandas/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 🐼 CoolPandas

![main-unit-testing workflow](https://github.com/adocquin/coolpandas/actions/workflows/main-unit-testing.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/adocquin/coolpandas/badge.svg)](https://coveralls.io/github/adocquin/coolpandas)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A Python package for Exploratory Data Analysis.

## Development

### Setup

Execute:

```bash
pip install -r requirements.txt
pre-commit install
pre-commit autoupdate
```
