Metadata-Version: 2.1
Name: python-waldur-client
Version: 0.1.4
Summary: REST client for the Waldur API.
Home-page: https://waldur.com
Author: OpenNode Team
Author-email: info@opennodecloud.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Python Waldur Client

Python API client for [backend](https://github.com/waldur/waldur-mastermind) of [Waldur project](https://waldur.com/).

## Contributing

Install `pre-commit`

```bash
pip install pre-commit
pre-commit install
```


