Metadata-Version: 2.1
Name: pyinsults
Version: 0.0.0.0.8
Summary: A Python module, allowing you to cuss at your users.
Home-page: https://github.com/lucassel/pyinsults
Author: Lucas Selfslagh
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/plain

# insults

A Python package for helping you call your users dirty names.

# Installation

Install using ```pip install pyinsults```


# Usage

```from pyinsults import insults ```
> Done in [.01s]

``` print(insults.short_insult()) ```
> dickwad

``` print(insults.long_insult()) ```
> stinking dickwad


# Deployment

Build using ```python setup.py sdist bdist_wheel```

Upload using ```twine upload dist/*```


