Metadata-Version: 2.1
Name: mojo-runtime
Version: 1.3.20
Summary: Automation Mojo Runtime Module (mojo-runtime)
Home-page: http://automationmojo.com
License: LICENSE.txt
Keywords: python
Author: Myron Walker
Author-email: myron.walker@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: coverage (>=7.0.4,<8.0.0)
Requires-Dist: mojo-collections (>=1.3.9,<1.4.0)
Requires-Dist: mojo-config (>=1.3.19,<1.4.0)
Requires-Dist: mojo-errors (>=1.3.7,<1.4.0)
Requires-Dist: mojo-extension (>=1.3.18,<1.4.0)
Requires-Dist: mojo-xmodules (>=1.3.19,<1.4.0)
Project-URL: Repository, https://github.com/automationmojo/mojo-runtime
Description-Content-Type: text/markdown

# Automation Mojo Runtime
The Automation Mojo - Runtime package is used to create various types of runtime environments
such as Test Run, Console Command, Interactive Console and Service.  The package helps provide
the functionality and expected behaviors for path management and logging for each of these
types of application environments.

