Metadata-Version: 2.5
Name: andre
Version: 0.0.1
Summary: Reserved namespace for Andre Wendlinger's Python work.
Project-URL: Homepage, https://github.com/andrewendlinger/andre
Project-URL: Source, https://github.com/andrewendlinger/andre
Project-URL: Issues, https://github.com/andrewendlinger/andre/issues
Author-email: Andre Wendlinger <37243793+andrewendlinger@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: namespace,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# andre

Reserved namespace on PyPI for [Andre Wendlinger](https://github.com/andrewendlinger)'s Python work.

This release is intentionally minimal — it holds the name and exposes nothing but a version
string. Future releases will add real functionality; until then, there is nothing here to
depend on.

```bash
pip install andre
```

```python
import andre

andre.__version__
```

## License

MIT — see [LICENSE](LICENSE).
