Metadata-Version: 2.1
Name: diglett
Version: 0.2.0
Summary: Tools for data wrangling.
Author: Geoff Ruddock
Author-email: geoff@ruddock.ca
Requires-Python: >=3.8.6,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.0.2,<4.0.0)
Requires-Dist: ipython (>=7.26.0,<8.0.0)
Requires-Dist: matplotlib (>=3.4.2,<4.0.0)
Requires-Dist: numpy (==1.19.5)
Requires-Dist: pandas (==1.3.0)
Requires-Dist: seaborn (>=0.11.1,<0.12.0)
Project-URL: Documentation, https://diglett.readthedocs.io
Description-Content-Type: text/markdown

# Diglett

[![Tests](https://github.com/asdfgeoff/diglett/workflows/Tests/badge.svg)](https://github.com/asdfgeoff/diglett/actions?workflow=Tests) [![Codecov](https://codecov.io/gh/asdfgeoff/diglett/branch/master/graph/badge.svg)](https://codecov.io/gh/asdfgeoff/diglett) [![PyPI](https://img.shields.io/pypi/v/diglett.svg)](https://pypi.org/project/diglett/) [![Read the Docs](https://readthedocs.org/projects/diglett/badge/)](https://diglett.readthedocs.io/)

## What it does

Diglett is a collection of my most frequently used and reusable functions for data analysis, data wrangling, and machine learning. I have largely packaged them together for my own benefit, but I hope you will find something useful in here for yourself.


![Image of Diglett pokemon](diglett.png)


## Installing

To install the most recently published version from PyPI:
```
pip install diglett
```

To install a (possibly more recent, but less polished) version: clone this repo and run:
```
pip install -e .
```
