Metadata-Version: 2.1
Name: apache-dolphinscheduler
Version: 4.0.2a3
Summary: pydolphinscheduler is Apache DolphinScheduler Python API.
Home-page: https://dolphinscheduler.apache.org/python/main/index.html
Author: Apache Software Foundation
Author-email: dev@dolphinscheduler.apache.org
License: Apache License 2.0
Project-URL: Homepage, https://dolphinscheduler.apache.org/python/main/index.html
Project-URL: Documentation, https://dolphinscheduler.apache.org/python/main/index.html
Project-URL: Source, https://github.com/apache/dolphinscheduler-sdk-python
Project-URL: Issue Tracker, https://github.com/apache/dolphinscheduler-sdk-python/issues
Project-URL: Twitter, https://twitter.com/dolphinschedule
Keywords: dolphinscheduler,workflow,scheduler,taskflow
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.23.10)
Requires-Dist: oss2 (>=2.16.0)
Requires-Dist: python-gitlab (>=2.10.1)
Requires-Dist: click (>=8.0.0)
Requires-Dist: py4j (~=0.10)
Requires-Dist: ruamel.yaml
Requires-Dist: stmdency (>=0.0.2)
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: setuptools (>=42) ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Provides-Extra: dev
Requires-Dist: apache-dolphinscheduler[build] ; extra == 'dev'
Requires-Dist: apache-dolphinscheduler[test] ; extra == 'dev'
Requires-Dist: apache-dolphinscheduler[style] ; extra == 'dev'
Requires-Dist: apache-dolphinscheduler[doc] ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx (>=4.3) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (>=1.0) ; extra == 'doc'
Requires-Dist: sphinx-click (>=3.0) ; extra == 'doc'
Requires-Dist: sphinx-inline-tabs ; extra == 'doc'
Requires-Dist: sphinx-copybutton (>=0.4.0) ; extra == 'doc'
Requires-Dist: sphinx-github-changelog ; extra == 'doc'
Provides-Extra: style
Requires-Dist: flake8 (>=4.0) ; extra == 'style'
Requires-Dist: flake8-docstrings (>=1.6) ; extra == 'style'
Requires-Dist: flake8-black (>=0.2) ; extra == 'style'
Requires-Dist: isort (>=5.10) ; extra == 'style'
Requires-Dist: autoflake (>=1.4) ; extra == 'style'
Provides-Extra: test
Requires-Dist: pytest (>=6.2) ; extra == 'test'
Requires-Dist: freezegun (>=1.1) ; extra == 'test'
Requires-Dist: coverage (>=6.1) ; extra == 'test'
Requires-Dist: pytest-cov (>=3.0) ; extra == 'test'
Requires-Dist: docker (>=5.0.3) ; extra == 'test'

