Metadata-Version: 2.1
Name: python-orchestrator
Version: 0.3.6
Summary: Simple module for dealing with the Orchestrator API for cloud users
Home-page: https://github.com/alvarojimenez95/orchestrator-py
Author: Alvaro Jimenez
Author-email: alvjimenez1995@gmail.com
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: requests (>=2)
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>-2.0) ; extra == 'testing'
Requires-Dist: mypy (>=0.910) ; extra == 'testing'
Requires-Dist: flake8 (>=3.9) ; extra == 'testing'
Requires-Dist: tox (>=3.24) ; extra == 'testing'
Requires-Dist: python-dotenv (>=0.19.0) ; extra == 'testing'

