Metadata-Version: 2.1
Name: pyoozie
Version: 0.0.9
Summary: A Python client for querying and scheduling with Oozie
Home-page: https://github.com/Shopify/pyoozie
Author: Shopify Data Acceleration
Author-email: data-acceleration@shopify.com
License: MIT
Keywords: oozie
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests (>=2.12.3)
Requires-Dist: six (>=1.10.0)
Requires-Dist: untangle (>=1.1.0)
Requires-Dist: yattag (<=1.12.2,>=1.7.2)
Requires-Dist: enum34 (>=0.9.23) ; python_version < "3.4"
Requires-Dist: typing ; python_version < "3.5"
Provides-Extra: deploy
Requires-Dist: twine (>=1.9.1) ; extra == 'deploy'
Requires-Dist: setuptools (>=0.9) ; extra == 'deploy'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.6) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: autopep8 ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pycodestyle (<2.6.0,>=2.2.0) ; extra == 'test'
Requires-Dist: pylint (<1.8,>=1.7.1) ; extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.4.0) ; extra == 'test'
Requires-Dist: pytest-randomly ; extra == 'test'
Requires-Dist: pytest (>=3.0) ; extra == 'test'
Requires-Dist: requests-mock ; extra == 'test'
Requires-Dist: shopify-python (==0.4.1) ; extra == 'test'
Requires-Dist: xmltodict ; extra == 'test'
Requires-Dist: pywebhdfs (>=0.4.1) ; extra == 'test'
Requires-Dist: mypy ; ( python_version >= "3.5") and extra == 'test'
Requires-Dist: mypy (==0.670) ; ( python_version ~= "3.4") and extra == 'test'

UNKNOWN


