Metadata-Version: 2.4
Name: walutomat-py
Version: 0.0.20251110.200548
Summary: An unofficial Python library for the Walutomat.pl API
Project-URL: Homepage, https://github.com/theundefined/walutomat-py
Project-URL: Bug Tracker, https://github.com/theundefined/walutomat-py/issues
Author-email: Andrzej Dopierala <undefine@aramin.net>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.20.0
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: cryptography; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: python-dotenv; extra == 'dev'
Requires-Dist: requests-mock; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# walutomat-py

A Python library for the Walutomat.pl API.

## Installation

```bash
pip install walutomat-py
```

## Usage

```python
# To be implemented
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.
