Metadata-Version: 2.4
Name: broken-python
Version: 0.1.0
Summary: A Python library for broken things
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/JacekKorta/broken-python
Project-URL: Repository, https://github.com/JacekKorta/broken-python
Keywords: broken,utility
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# broken-python

A Python library for broken things - demonstrating unusual Python concepts.

## Installation

```bash
pip install broken-python
```

## Usage

```python
from broken.example import hello_world

print(hello_world())
```

## License

MIT
