Metadata-Version: 2.1
Name: mity
Version: 0.0.1
Summary: Mity: invoke orthogonal workflows from a single tool
Home-page: https://aikchar.me/blog/what-is-mity.html
License: UNKNOWN
Author: Hamza Sheikh
Author-email: code@codeghar.com
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: invoke
Requires-Dist: knack
Requires-Dist: pytest; extra == "test"
Requires-Dist: sphinx; extra == "doc"
Provides-Extra: .none
Provides-Extra: doc
Provides-Extra: test

# What is Mity

Mity (pronounced like mighty) is an idea to develop a tool to invoke workflows
that are orthogonal to each other but from the perspective of a team are all
related to their functions and activities. Read more on
[What is Mity](https://aikchar.me/blog/what-is-mity.html).

# What is in here?

A skeleton of a project to implement the ideas behind Mity. Requires:

- Python 3.7
- make
- pipenv

# License

Mity is released under the terms of the MIT license.

