Metadata-Version: 2.1
Name: dill-tils
Version: 1.0.8
Summary: A collection of DillonB07s utilities
Home-page: https://github.com/DillonB07/dill_tils
Author: Dillon Barnes
Author-email: dillonbarnes07@gmail.com
Project-URL: Documentation, https://dill-tils.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/DillonB07/dill_tils
Project-URL: Bug Tracker, https://github.com/DillonB07/dill_tils/issues
Project-URL: Discussions, https://github.com/DillonB07/dill_tils/discussions
Keywords: dillonb07,utils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# DilllonB07 Utilities

![PyPI](https://img.shields.io/pypi/v/dill-tils?color=blue&label=PyPi&logo=pypi&logoColor=yellow)
![PyPI - Downloads](https://img.shields.io/pypi/dm/dill-tils?color=blue&label=Downloads&logo=pypi&logoColor=yellow)
![PyPI - Format](https://img.shields.io/pypi/format/dill-tils?color=blue&&label=Format&logo=pypi&logoColor=yellow)
![PyPI - Status](https://img.shields.io/pypi/status/dill-tils?color=blue&label=Status&logo=pypi&logoColor=yellow)
![PyPI - License](https://img.shields.io/pypi/l/dill-tils?color=blue&label=License&logo=pypi&logoColor=yellow)

Dill_tils is a package that has my commonly used functions inside it for ease of use.

## Installation

Anyone can use this package by installing it from PyPi via one of the following commands:

### Pip

```zsh
pip install dill_tils
```

```zsh
pip3 install dill_tils
```

```zsh
python -m pip install dill_tils
```

```zsh
python3 -m pip install dill_tils
```

### Poetry

```zsh
poetry install dill_tils
```

### Conda

```zsh
conda install dill_tils
```

### Pipenv

```zsh
pipenv install dill_tils
```

## Usage

Just import the modules you need and get started!

## License

This project is licensed under the LGPLv3 license.
