Metadata-Version: 2.1
Name: myminions
Version: 0.2b3
Summary: Loose collection of methods doing basic bidding's.
Home-page: https://gitlab.com/david.scheliga/myminions
Author: David Scheliga
Author-email: david.scheliga@gmx.de
License: GNU General Public License v3 (GPLv3)
Keywords: helper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: docopt
Requires-Dist: dicthandling

# myminions
*My minions* is a loose collection of frequently used methods doing basic 
bidding's. [Read-the-docs](https://myminions.readthedocs.io/en/latest/)

![myminions icon](https://myminions.readthedocs.io/en/latest/_images/myminions_icon.png "3 minions")

## Installing

Installing the latest release using pip is recommended.

````shell script
$ pip install myminions
````

## Authors

* **David Scheliga** 
    [@gitlab](https://gitlab.com/david.scheliga)
    [@Linkedin](https://www.linkedin.com/in/david-scheliga-576984171/)
    - Initial work
    - Maintainer

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the
[LICENSE](https://gitlab.com/david.scheliga/dicthandling/blob/master/LICENSE) file for details

## Acknowledge

- [Code style: black](https://github.com/psf/black)
- [PurpleBooth](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

