pypeline-functions

View on PyPIReverse Dependencies (0)

0.1.2 pypeline_functions-0.1.2-py3-none-any.whl

Wheel Details

Project: pypeline-functions
Version: 0.1.2
Filename: pypeline_functions-0.1.2-py3-none-any.whl
Download: [link]
Size: 18706
MD5: 49ba768005d58111bc9e33e1a3d6b79d
SHA256: 6df0f653f258f57ed652c8cf268cc911a07d4b3bb79e70acad604a61b30410eb
Uploaded: 2024-11-30 17:12:01 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pypeline-functions
Version: 0.1.2
Summary: A compiliation of data pipeline scripts in Python
Author-Email: Miguel Habana <mighabana[at]gmail.com>
License: MIT
Keywords: ELT,data pipelines,dlt,pypeline
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: dlt (>=1.0.0)
Requires-Dist: fastparquet (>=2024.5.0)
Requires-Dist: google-auth (>=2.34.0)
Requires-Dist: google-cloud-bigquery-storage (>=2.26.0)
Requires-Dist: google-cloud-bigquery (>=3.25.0)
Requires-Dist: google-cloud-storage (>=2.18.0)
Requires-Dist: pandas (>=2.2.0)
Requires-Dist: pydantic (>=2.9.0)
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 1196 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
_version.py sha256=SFCDdrYA67D1Je-jHgVVh4LOopkPvuV6NMtqSJ7Tfhg 411
pypeline_functions/__init__.py sha256=rPsGE-dGV88dYUPQuvWYofEGHxQ6l8dSnCcYmE9uw-E 1022
pypeline_functions/extract_google_takeout_seed.py sha256=HsmIFScuOaWLNGtAkh8jfO5CY-JNqKcVb3ZwwBuM9Uc 1364
pypeline_functions/extract_spotify_seed.py sha256=GdqgDkNzWSfOgODHlmyYwJkz3PnI0sAtdR1Y3TawggM 1683
pypeline_functions/google_takeout_seed_to_bigquery.py sha256=Zh-BLOwAQMX3YlqumXJ0rP69teWE30eell_d-Mq4NbQ 1131
pypeline_functions/spotify_seed_to_bigquery.py sha256=Xb6tCx21Y9VbkeLDAnIdMOngFSG-ulH2sCTgambF47M 1075
pypeline_functions/models/__init__.py sha256=3eHLaUheIkUVVW3Vw0DhywBfYfQfeTGvNhH_Jpw9mAA 668
pypeline_functions/models/google_takeout.py sha256=CH6jFYdm8HDsVOzAVNJ8jU44XfHaa0K5Omduu2PRMFk 1690
pypeline_functions/models/spotify.py sha256=iQfjXMH0uzhIh1VS_UbiYK0slNZ-LPy9-qK293bSHjw 2907
pypeline_functions/parsers/__init__.py sha256=aoFb4K-OQ7azlpzbEs8LRjDcpzZOknGK8QslooqYdLM 149
pypeline_functions/parsers/json_parser.py sha256=Mi0pYhMYCLqQQpNfeXo30abwnos0T0adj1BI8SG_a6I 14630
pypeline_functions/sources/__init__.py sha256=82OFh3bqEGeZqB2xk6g8asPyd80ZxUNReGUYO2h5oA4 206
pypeline_functions/sources/google_takeout_seed.py sha256=svaEEDy2jZyI-qT24Wz2AqRu5G_0LQdDhK38imyHzV4 2664
pypeline_functions/sources/spotify_seed.py sha256=NEkbK9L5JgGM2Orc65A_zVe6DVPniPUhWWPKwNHdcI4 4946
pypeline_functions/utils/__init__.py sha256=GgOLf38aFzpMlp0tTUgRZWmCNFaUL-XV6Ac8eT3FA0k 118
pypeline_functions/utils/google_cloud_storage.py sha256=50hQASpo0eHP9BmjBRK0kz3JjjBb9Ef7j3uawl6cyFU 13304
pypeline_functions-0.1.2.dist-info/METADATA sha256=gxFNdCNfHiowdklIIx5W1bPO3_pQF2M3kb9j1RZ_a9g 2233
pypeline_functions-0.1.2.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
pypeline_functions-0.1.2.dist-info/entry_points.txt sha256=LhSj1HwGdSAb-krhgz_6OX-h98bRLC6QmOy_1aG-jRc 326
pypeline_functions-0.1.2.dist-info/licenses/LICENSE.txt sha256=TAcBEOmijOLKntZMemCj2O1wmmuNT8uPLJC7XNf8E5o 1099
pypeline_functions-0.1.2.dist-info/RECORD

entry_points.txt

extract_google_takeout_seed = pypeline_functions.extract_google_takeout_seed:main
extract_spotify_seed = pypeline_functions.spotify_seed:main
google_takeout_seed_to_bigquery = pypeline_functions.google_takeout_seed_to_bigquery:main
spotify_seed_to_bigquery = pypeline_functions.spotify_seed_to_bigquery:main