Metadata-Version: 2.1
Name: monostate
Version: 0.0.2
Summary: Dependency-free monostate owner base class
Home-page: https://github.com/w2sv/monostate
Author: w2sv
Author-email: zangenbergjanek@googlemail.com
License: MIT
Keywords: singleton,borg
Platform: Linux
Platform: Windows
Platform: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# __monostate__
Lightweight python package free of any third-party dependencies, providing monostate base class through implementation of the borg pattern


[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

## Download
```
pip install monostate
```

## Author
Janek Zangenberg

## License
[MIT](LICENSE)


