Metadata-Version: 2.4
Name: funcbox
Version: 0.4.2
Summary: A functional utility box with various functions
Home-page: https://github.com/funcbox-i3/funcbox
Author: Aditya Prasad S
Author-email: plutoniumx502@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# FuncBox

FuncBox is designed to provide a collection of useful, zero-dependency Python utilities for everyday programming tasks.

---

## Installation

```bash
pip install funcbox
```
or

```bash
python -m pip install funcbox
```
---


## Documentation

For the complete API reference, examples, and detailed function overviews, please visit our GitHub repository:

FuncBox Documentation: https://github.com/funcBox-i3/funcBox

---

## Requirements

- **Python 3.8+**
- **Zero external dependencies** 

---
*Generated for PyPI distribution. For the full developer experience, refer to the [GitHub documentation](https://github.com/funcBox-i3/funcBox).*
