Metadata-Version: 2.4
Name: nyanpy
Version: 0.1.0
Home-page: https://github.com/JetpackYoshi/meowmeowutils
Author: Yoshika Govender
Author-email: Yoshika Govender <yoshi.govender@gmail.com>
Project-URL: Homepage, https://github.com/JetpackYoshi/meowmeow
Keywords: file tools
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# MeowMeow
The cutest little assortment of nifty Python tools.

## Overview
MeowMeow is a collection of nifty Python tools designed to simplify file and directory operations. 

## Installation
You can install the project using pip. Simply run:

```bash
pip install meowmeowutils
```

## Usage
To use the tools provided in this package, you can import them in your Python scripts:

```python
from meowmeow.filetools import dir_to_file_list, create_directory_tree
```

## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

## License
This project is licensed under the MIT License. See the LICENSE file for details.
