Metadata-Version: 2.1
Name: pryttier
Version: 0.0.2
Summary: A Python Tool Package
Author: HussuBro010 (Hussain Vohra)
Author-email: <hussainv2807@gmail.com>
Keywords: python,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

# 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.0.2

Run:-

```pip install pryttier```
or

Run for installing a specific version

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

## Documentation
#### You can find the documentation in the wiki of this project's [Github Repository](https://github.com/HussuBro010/Pryttier/)
