pipex

View on PyPIReverse Dependencies (0)

0.1.21 PipeX-0.1.21-py3-none-any.whl

Wheel Details

Project: pipex
Version: 0.1.21
Filename: PipeX-0.1.21-py3-none-any.whl
Download: [link]
Size: 19171
MD5: 6bd1db15e83b46e13901232509fbaa9d
SHA256: b9a45fe1ea3fc13dcdafef15c353964bf6114440120379ad9c651c4dc4b3ec6a
Uploaded: 2024-12-11 20:10:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: PipeX
Version: 0.1.21
Summary: The Data Pipeline Manager CLI is a command-line tool designed to automate and manage ETL (Extract, Transform, Load) workflows. These workflows are critical in data engineering for moving data from one system to another while applying transformations to make the data more useful.
Author: Agnivesh Kumar
Author-Email: agniveshkumar15[at]gmail.com
Home-Page: https://github.com/yourusername/pipex
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: typer (>=0.15.1)
Requires-Dist: pandas (>=2.2.3)
Requires-Dist: SQLAlchemy (>=2.0.36)
Requires-Dist: boto3 (>=1.35.74)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: pyyaml (>=6.0.2)
Requires-Dist: tqdm (>=4.67.1)
Requires-Dist: cachetools (>=5.5.0)
Requires-Dist: python-dotenv (>=1.0.1)
Requires-Dist: attrs (>=24.2.0)
Requires-Dist: black (>=24.10.0)
Requires-Dist: blinker (>=1.9.0)
Requires-Dist: botocore (>=1.35.76)
Requires-Dist: cleo (>=2.1.0)
Requires-Dist: click (>=8.1.7)
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: flask (>=3.1.0)
Requires-Dist: pytest (>=8.3.4)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4566 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
app/__init__.py sha256=uv3b0r3D4lmsiiLTfvrgpGMrYjz1m4usaqxJl0SYM8I 873
app/api.py sha256=TaR_VXSfSm6Dy7vNwLvXOO1r_W-KqdVChdFf1F4BuXw 3317
app/cli.py sha256=u84L2-oZHS041bekadYJ1Ht7z_bCMWX46x-bM7kMv7c 5673
app/config.yaml sha256=OmGksMW_wMCFnZnObrRspjuMZLrFFj2SugVnu-cu0Cc 1693
app/extract.py sha256=WlK7yAhODPxKWndevYaVFxcLGr2t9CwIXZ-ju-fQmRk 2924
app/load.py sha256=qSXj0Cgj0IFmOLdZQHUhYW3-4urtve67hNo-ZAAfqXE 3129
app/mockapi.py sha256=gOQCZYKHgbjDoDIt8GwPKymD4d6xMqy_ueh01KMBGEY 449
app/storage.py sha256=_Y50mjakx484nVf5p_--S9qT356sBJxmctl4F_3FmB4 3053
app/transform.py sha256=jhVJUQCZUIS2LjwL5ZQhIdBqkSJEia60OIjlME12fms 4963
app/utils.py sha256=DihFYVg7LiFIFNwM-2JAm3F43bmlxBFQDTJ68HMabak 1580
config/__init__.py sha256=ljAXD1n6HBR6_bFidwSZzEY3qYEUZk1zQdMcgcTQL38 297
config/logging_config.py sha256=5KEwI9nEv9Z_3mmJnPVkO2SUP7hUSqwXaY1qcLiqWC0 815
config/settings.py sha256=cxTyA832xALb93eySYaFRW9GWX41hvujlWV9RA8Fy6c 761
tests/__init__.py sha256=8S4fA5Hi46fRBga731ws8IFlXEzZ1qt3y8aXf6z2vA0 256
tests/test_cli.py sha256=iX82BNc3oEOO13JTHmkh4qbET8WEq-gzD4rbE6qQ3b0 1552
tests/test_extract.py sha256=y1Ql5a9ZHfBoXzmLp9coBV23oyQxCibdMUr1Gjw2B_c 837
tests/test_load.py sha256=6BKYRo1dXYM9k3mFvwb1rb77MzDeQyORbafwFHT4MjQ 1818
tests/test_transform.py sha256=tqtrvyERGs4HtzjC75VIYe0T7F2kwj33qpCVKy-2ygY 1014
tests/transform_script.py sha256=1sYu-PPdDOnu8QnPRQ974-zH9J4EfSI665QEL_c_wA4 1620
PipeX-0.1.21.dist-info/LICENSE sha256=XX5FHbfC1I8ERWetCxt7B81xJFQTDsxeGKa8yyfJjsI 1086
PipeX-0.1.21.dist-info/METADATA sha256=aXzSGpfBSKeKGTNistfOhkBDfP3jGeZ6aaPciB3-Yj0 6413
PipeX-0.1.21.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
PipeX-0.1.21.dist-info/entry_points.txt sha256=sHpx63nh-Gce6nPF9ax6pc04Oz5ySUvwB2O_7sjZRp4 37
PipeX-0.1.21.dist-info/top_level.txt sha256=1Qi6_lsIKKdPpGyZ6T5xt7qCloGhhH5YcVuPU0ajMk8 17
PipeX-0.1.21.dist-info/RECORD

top_level.txt

app
config
tests

entry_points.txt

pipex = pipex:main