Metadata-Version: 2.1
Name: unredoable
Version: 0.0.1
Summary: Object-specific undoing and redoing functionality through wrapper class, as well as convenience forintegration into classes, managing unredoables
Home-page: https://github.com/w2sv/unredoable
Author: w2sv
Author-email: zangenbergjanek@googlemail.com
License: MIT
Keywords: state-management, frontend, web-development, gui
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

# __unredoable__

[![Build](https://github.com/w2sv/unredoable/actions/workflows/build.yaml/badge.svg)](https://github.com/w2sv/unredoable/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/w2sv/unredoable/branch/master/graph/badge.svg?token=9EESND69PG)](https://codecov.io/gh/w2sv/unredoable)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
![PyPI](https://img.shields.io/pypi/v/unredoable)
[![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 unredoable
```

## Author
Janek Zangenberg

## License
[MIT](LICENSE)


