Metadata-Version: 2.4
Name: modular_pipeline
Version: 0.2.2
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==2.3.5
Requires-Dist: python-dotenv
Requires-Dist: google-analytics-data
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-api-python-client
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# A Library for Modular Data Pipelines

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