Metadata-Version: 2.1
Name: peter_69
Version: 0.1.4
Summary: A small demo library that describes the input number through PeTeR.
Home-page: https://peter-69.readthedocs.io/
Author: Reuben Devanesan
Author-email: reubendevanesan@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md

# PeTeR_69
A small demo library that describes the input number through PeTeR.

### Installation
```
pip install peter-69
```

### Get started
How to describe your number with this library:

```Python
from peter_69 import PeTeR

# Instantiate a PeTeR object
peter = PeTeR()

# Call the says method
result = peter.says(-42069)
```

### Contributors
 - [Paras Gupta](https://github.com/paras-gupt)
 - [Tarun Sharma](https://github.com/tarun2001sharma)
 - [Reuben Devanesan](https://github.com/Reuben27)

