Metadata-Version: 2.1
Name: monostate
Version: 0.0.4
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,design-patterns
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__
Dependency-free python package, providing monostate owner 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/)
[![Build](https://github.com/w2sv/monostate/actions/workflows/build.yaml/badge.svg)](https://github.com/w2sv/monostate/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/w2sv/monostate/branch/master/graph/badge.svg?token=9EESND69PG)](https://codecov.io/gh/w2sv/monostate)
![PyPI](https://img.shields.io/pypi/v/monostate)
[![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
```

- Managing of multiple MonoStateOwner Subclasses with decoupled states supported

## Author
Janek Zangenberg

## License
[MIT](LICENSE)


