Metadata-Version: 2.4
Name: riplib
Version: 0.1.0
Summary: A Python 'lib' specializing in fart production.
License: MIT
Keywords: fart,funny,library
Author: hireri
Author-email: hi@aveline.fish
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/hireri/riplib
Project-URL: Repository, https://github.com/hireri/riplib
Description-Content-Type: text/markdown

howdy. ts the new 'lib.

## >> riplib
riplib is designed to cover ALL of your bursting, souping and farting needs.

### EXAMPLES

```python
from riplib.ass import AssClient
from riplib.types import Smell, Power, Persistence

# Initialize the booty 
client = AssClient()

# Define a listener using the on_rip decorator
@client.on_rip
def handle_rip_event(fart):
    print(f"Fart detected! Smell: {fart.smell}, Power: {fart.power}, Persistence: {fart.persistence}")

# Generate some farts
client.rip(smell=Smell.PUTRID, power=Power.EXPLOSIVE, persistence=Persistence.ETERNAL)
client.rip() # random values
```

```python
from riplib.models import Fart
from riplib.types import Smell, Power, Persistence

fart = Fart(Smell.PUTRID, Power.EXPLOSIVE, Persistence.ETERNAL)
print(f"Is burst: {fart.is_burst()}")
```

### CONTRIBUTING

Feel like adding your own flavor to 'lib. all contributions welcome. our team will be thoroughly reviewing them before merging.

And a MASSIVE thanks to our contributors & sponsors.

### BUILDING

To build run:

```bash
python setup.py sdist bdist_wheel
```

This will generate the distribution files in the `dist/` directory.

### FOOTER

made with soup by the self.rip() team.


