Metadata-Version: 2.4
Name: pryttier
Version: 0.2.2
Summary: A Python Tool Package
Author: HussuBro010 (Hussain Vohra)
Author-email: <hussainv2807@gmail.com>
Keywords: python,pretty,python-utils,python-easy,math,tools,colors
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: multipledispatch
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Pryttier

[![Github Repository](https://img.shields.io/badge/Github%20Repository-db6038)](https://github.com/HussuBro010/Pryttier/)
[![Documentation](https://img.shields.io/badge/Documentation-db7d38)](https://github.com/HussuBro010/Pryttier/wiki)
[![PyPI](https://img.shields.io/badge/PyPi-dba738)](https://pypi.org/project/pryttier/)
### A Python package full of little tools to make code simpler and easier

Pryttier has many functions from custom infix operations to useful math utilities

## Installation

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

Run:-

```commandline
pip install pryttier
```

or

Run for installing a specific version:-

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

## Updating

Run:

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