Metadata-Version: 2.1
Name: binding
Version: 0.1.2
Summary: Bindable properties for Python
Home-page: https://github.com/zauberzeug/binding
License: MIT
Keywords: bind,properties,ui,automatic,values
Author: Zauberzeug GmbH
Author-email: info@zauberzeug.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: forbiddenfruit (>=0.1.4,<0.2.0)
Project-URL: Repository, https://github.com/zauberzeug/binding
Description-Content-Type: text/markdown

# Binding

Bindable properties for Python.

# Install

```bash
python3 -m pip install binding
```

# Usage

```python
import binding

...
```

# Dependencies

To archive this nice API we have to utilize `curse` from the [forbiddenfruit](https://pypi.org/project/forbiddenfruit/) package.

