Metadata-Version: 2.4
Name: fartlib
Version: 2.0.1
Summary: the official fartlib package
Home-page: https://github.com/adondonis/fartlib
Author: Adonis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# fartlib ('lib)

the most sophisticated fart simulation library you ~~never~~ knew you needed.

## Installation

```bash
pip install fartlib
```

## Quick Example

```python
from fartlib import Fart, FartMachine, Smell, FartType

# Simple fart
fart = Fart(smell=Smell.PUTRID, fart_type=FartType.THUNDER)
fart.rip(power=85, location="elevator", witnesses=3)

# Advanced usage
machine = FartMachine("Sir Farts-a-Lot")
machine.eat_food("beans", 0.8)
machine.fart_session(count=5, location="bathroom")
print(machine.stats)
```
