11[build-system ]
2- requires = [" setuptools>=61.0" ," redis>=1.0.0" ," pyarrow>1.0.0" , " pandas>1.0.0" , " requests>1.0.0" ]
2+ requires = [ " setuptools>=61.0" , " redis>=1.0.0" , " pyarrow>1.0.0" , " pandas>1.0.0" , " requests>1.0.0" , ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " dataplane"
77version = " 0.0.14"
8- authors = [
9- { name =" Saul Frank" }, {name =" Dataplane, Inc." }
10- ]
118description = " The data engineering library to build robust, reliable and on time data pipelines in Python."
129readme = " README.md"
1310requires-python = " >=3.7"
14- classifiers = [
15- " Programming Language :: Python :: 3" ,
16- " License :: OSI Approved :: BSD License" ,
17- " Operating System :: OS Independent" ,
18- ]
11+ classifiers = [ " Programming Language :: Python :: 3" , " License :: OSI Approved :: BSD License" , " Operating System :: OS Independent" ,]
12+ keywords = [ " workflow" , " data-science" , " data" , " airflow" , " etl" , " dataplane" , " data-engineering" , " data-pipelines" , " datawarehouse" , " automation" , " data-analysis" , " scheduler" ,]
13+ [[project .authors ]]
14+ name = " Saul Frank"
1915
20- keywords = [" workflow" , " data-science" , " data" , " airflow" , " etl" , " dataplane" , " data-engineering" , " data-pipelines" , " datawarehouse" , " automation" , " data-analysis" , " scheduler" ]
16+ [[project .authors ]]
17+ name = " Dataplane, Inc."
2118
2219[project .urls ]
23- " Homepage" = " https://dataplane.app"
24- " Github" = " https://github.com/dataplane-app/dataplane-python-package"
25- " Issues" = " https://github.com/dataplane-app/dataplane/issues"
26- " Feedback" = " https://github.com/dataplane-app/dataplane/discussions"
20+ Homepage = " https://dataplane.app"
21+ Github = " https://github.com/dataplane-app/dataplane-python-package"
22+ Issues = " https://github.com/dataplane-app/dataplane/issues"
23+ Feedback = " https://github.com/dataplane-app/dataplane/discussions"
0 commit comments