Metadata-Version: 2.1
Name: pryttier
Version: 0.1.3
Summary: A Python Tool Package
Author: HussuBro010 (Hussain Vohra)
Author-email: <hussainv2807@gmail.com>
Keywords: python,pretty,python-utils,python-easy,graphing,math,tools,colors
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: multipledispatch

# Pryttier

### A Python package full of little tools to make code simpler and easier

Pryttier has many functions from custom infix operations to making use of matplotlib easier and efficient

## Installation

#### Current Latest Version of the package:- 0.1.3

Run:-

```commandline
pip install pryttier
```

or

Run for installing a specific version:-

```commandline
pip install pryttier==VERSION
```

## Updating

Run:

```commandline
pip install pryttier --upgrade
```

## Links

#### [Github Repository](https://github.com/HussuBro010/Pryttier/)

#### [Documentation](https://github.com/HussuBro010/Pryttier/wiki)

#### [PyPI](https://pypi.org/project/pryttier/)
