Metadata-Version: 2.1
Name: but-better
Version: 0.1.0
Summary: Your code but better
Home-page: https://github.com/wd60622/but-better/
Author: Carlos Trujillo
Author-email: carlos.trujillo@pymc-labs.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: ipython
Project-URL: Repository, https://github.com/wd60622/but-better/
Description-Content-Type: text/markdown

# Your Code But Better

Wrapper for your code to make it nothing but better. 

## Installation

```bash
pip install but-better
```

## Usage

Pass the time during a long running function by watching a YouTube video. 
Pass YouTube video id as the argument to `but_better` and use it as a decorator.

```python
from but_better import but_better

my_favorite_youtube_id: str = ...
youtube_video = but_better(my_favorite_youtube_id)

from their_module import their_function 

their_function_but_better = youtube_video(their_function)
```

If you are writing the function, use the decorator syntax:

```python
@youtube_video
def my_function():
    # Your code here
    pass
```

Struggling to find something to kill the time? Try out a pre-defined video:

```python
from but_better import (
    elevator,
    favorite_customer, 
    gasolina, 
    gotcha,
    phillies_hype_song, 
    ten_hour_fireplace, 
)
```

