Metadata-Version: 2.3
Name: reusable-utils
Version: 0.1.1
Summary: A collection of reusable utility functions for Python projects.
License: MIT
Keywords: utilities,python,reusable
Author: Julio-M-Siqueira
Author-email: juliomartins1996@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Reusable Utils

A collection of reusable utility functions for Python projects.

## Installation

Install the package via pip:

```bash
pip install reusable-utils
```

## Usage

```python
from reusable_utils.path_utils import add_source_path_to_sys

add_source_path_to_sys("YourSourceName")
```
