Metadata-Version: 2.1
Name: modular_pipeline
Version: 0.1.4
Summary: A library for building modular pipelines in Python
Home-page: https://github.com/BrandynHamilton/Data-Pipeline
Author: Brandyn Hamilton
Author-email: brandynham1120@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: plotly
Requires-Dist: kaleido
Requires-Dist: pyairtable
Requires-Dist: python-dotenv
Requires-Dist: google-analytics-data
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-api-python-client

# A Library for Modular Data Pipelines

- This library builds off Pandas and automates portions of data cleaning and API integration for several platforms.
