pipelite

View on PyPIReverse Dependencies (0)

0.1.9.1 pipelite-0.1.9.1-py3-none-any.whl

Wheel Details

Project: pipelite
Version: 0.1.9.1
Filename: pipelite-0.1.9.1-py3-none-any.whl
Download: [link]
Size: 63920
MD5: b57a883c2a6acb4dfe0a93cbba6997ea
SHA256: 42eb82dc9e7e5182e04286487f1f5d6701efc2b9c4ed5679c2fbe65ad6956368
Uploaded: 2023-12-24 14:33:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pipelite
Version: 0.1.9.1
Summary: This solution build by design (configuration) simple of complex Data Pipelines
Author-Email: datacorner <admin[at]datacorner.fr>
Project-Url: Bug Tracker, https://github.com/datacorner/pipelite/issues
Project-Url: Homepage, https://github.com/datacorner/pipelite/wiki
License: MIT License Copyright (c) 2023 Benoît Cayla Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: pandas (==2.0.3)
Requires-Dist: openpyxl (==3.1.2)
Requires-Dist: pyodbc (==4.0.39)
Requires-Dist: pyrfc (==3.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: xmltodict (==0.13.0)
Requires-Dist: jsonpath-ng (==1.6.0)
Requires-Dist: jsonschema (==4.19.1)
Requires-Dist: Jinja2 (==3.1.2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3786 characters]

WHEEL

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

RECORD

Path Digest Size
config/parameters/etlObjects.json sha256=TgygtQLpDWUOwtb0Pejd2RfccIkesbpsDj8TbD3bmmc 485
config/parameters/datasources/csvFileDS.json sha256=ciI9TUzWYTsICE8QDvYDfHnxWT6pStKjvzw6nRyRJcg 466
config/parameters/datasources/excelFileDS.json sha256=hdOlR69VQO4A7zd21qZXUpe7tYymj6bEzP1uywU-zfM 443
config/parameters/datasources/odbcDS.json sha256=f7X-xRQ9-8iMvJkVghDhfhFRkXcTo9nxjz59dSjBo5Y 649
config/parameters/datasources/piDS.json sha256=ImSV2LHC_jUmqmaWmWFcnj0azGs6lHaBzZJ_XTmhhyc 470
config/parameters/datasources/sapRfcTableDS.json sha256=dC719rbjhg8uLuE60icwXdb2DsEGpxfpJuhBOqPplJE 783
config/parameters/datasources/xesFileDS.json sha256=1na-yFGEH0rVugGYrJmDZRO5inyAt7s6DxGMaw1ayQY 384
config/parameters/transformers/concatTR.json sha256=MspwJXiNp5OKMRYdVquBqkErvAY4cJUTOM-Fnrja34A 162
config/parameters/transformers/extractstrTR.json sha256=ucxVMld29qvx_6ZgnMA_we4PkEPSXUNKQOHV9CPRc1g 604
config/parameters/transformers/jinjaTR.json sha256=f-BjWVBzWrr4TON-vgLwcX8OQnngzxBkMcVekJgAUn8 597
config/parameters/transformers/joinTR.json sha256=C9RIGBgdHLAcSRKBPL7NbD1qx9_cWu9CU46qgywH98A 796
config/parameters/transformers/lookupTR.json sha256=xTA7taVHuT_xJAxg0Lg1aB4oFEIePEhoEJSTTdoap7g 738
config/parameters/transformers/profileTR.json sha256=QS7R8OJqcjCqKYMcJSs_28m3-qcupNgVqqVRrFzukEQ 462
config/parameters/transformers/renamecolTR.json sha256=klBy0wCfmzfT2SqzJkDY73mt1SArGhUdsQv6tq5NaNk 543
config/templates/profile.html sha256=DuTviWP_jFA7MZKVpYcBg6i6oW-vcxpZDkF3TMwf1iI 8804
pipelite/__init__.py sha256=mD-GL4oft__I7bjJDzop3cfqcyJV8tgKtXErCzezGgo 546
pipelite/constants.py sha256=0wh3t_22cucrrk5yTKw3opjLehZHVG9-686O0Sp0V88 2435
pipelite/pipelineProcess.py sha256=62JGEiF8tZLtxMd8WHPW5IKcZo8oXej6zTR_NjdcJLk 2754
pipelite/plConfig.py sha256=cYKsdLeJP_DivH7VMZKCLn-4UAuncS6Ol9unxHWnH30 2488
pipelite/plDataset.py sha256=AReoak_CynxQXyUgPVDkJKzcMyWjmPAm9bMnN_fVvVc 9162
pipelite/plDatasets.py sha256=lQwCcQirGl-Xp3cyWTzcxKjb5XnVMV9GLtk1n5vRStE 2753
pipelite/plObject.py sha256=YOBITU-s0no2BG0OJXEcRkriW5mtM9xAHjF20ZRLanY 207
pipelite/baseobjs/BODataSource.py sha256=iLyyr263wWN7LRv2KYrPjhXKXHDCWw1qXGcSlQAoQ6U 1208
pipelite/baseobjs/BOPipeline.py sha256=CZqN2ogZ7F3PYDmexU_v6o_xNcJLsn0USbZcoEpnE-k 7684
pipelite/baseobjs/BOTransformer.py sha256=oCqP1lhiU-LN7ElqLGjKQ837FRwQoxFfXKdpN9QNrmE 1623
pipelite/baseobjs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipelite/baseobjs/plBaseObject.py sha256=zKrActo5xHgztToseT6VRZ_ryEI4fbNfYqKFfxJg2Wo 4173
pipelite/config/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipelite/config/cmdLineConfig.py sha256=z1ozmTp6dcmzENvjhAJSy6dg8R0rL8MGXNxFKt2ppF8 2079
pipelite/config/plConfig.py sha256=6dkHKquRwS1rK8N1NzgFz_8TiqdbdU0IZaJAuaJyFTU 2632
pipelite/datasources/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipelite/datasources/csvFileDS.py sha256=RMbdUwwtTeasy_PXPqxGhjnzZMhcMlYxIvjREVPGgaI 3432
pipelite/datasources/excelFileDS.py sha256=BH-GRcElIS6KruYjI8NM_SpbmYD4gQX0LTVjRpwjwv8 2286
pipelite/datasources/folderDS.py sha256=zam2nxqM-qXE6bJdU2T6mUE0KCtMpE_vv0aorf0hAfc 3724
pipelite/datasources/odbcDS.py sha256=G6EREdAsA4allSkWDMj0OVgSHZfszfxqoDgxjeah_Mc 4418
pipelite/datasources/piDS.py sha256=-_iqGROhLPUxSBfgdbPd3wv62Dlakk3t3Ym3egKT2vg 2038
pipelite/datasources/sapRfcTableDS.py sha256=xNsfXq8Lm82vcUhrrCmkaors8XUWbyxGbT7vb1w021Y 5688
pipelite/datasources/xesFileDS.py sha256=7Bm9tJ8FNFJ5Iwxhn3obURJXl0PWJQWJnZs-UUhAgK0 5478
pipelite/datasources/abbyypi/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipelite/datasources/abbyypi/piApiRepositoryWrapper.py sha256=3OyhukExdhFYfYZwBJUJvuNGB0Fqzv7l50AfBQDfje4 8548
pipelite/datasources/abbyypi/piRepository.py sha256=iporqVcp2rjvaje_p7_PWiGGo0kK_lj3z2X0IsITLPM 8077
pipelite/datasources/abbyypi/repConfig.py sha256=AnM63XNBwRwu9ATV-r0yqcFS1PGplJk-mBJbIDAzrkg 2205
pipelite/datasources/abbyypi/uploadConfig.py sha256=VE07RKxEXr0S4QkapqrkuDqZlPRBOXOapOx-MCtabhM 1394
pipelite/datasources/sql/sqlTemplate.py sha256=mRDo0-LgifHHae41wOlqCKkF8r5Ph70QTGzAw5OiooA 1732
pipelite/pipelines/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipelite/pipelines/sequentialPL.py sha256=Y7OrNSNSofuYQxkt-7dYS7zAZsCFO50rub-qFIl5030 6773
pipelite/pipelines/management/plNode.py sha256=MuHBwFwQo1Bk1gqZXUKcQnMGNdjLmV4RhUSo-0MKewg 323
pipelite/pipelines/management/plTree.py sha256=hRI19W1mwk_5ECkvVgNrJauB_pzMyAKZDZGmSzttxwc 4206
pipelite/transformers/concatTR.py sha256=rQsY6DQiG0Zw0AL6yaxaMFuRhb428lMuGZMKIeLgCkw 1703
pipelite/transformers/extractstrTR.py sha256=PTj13wpVvtMAVoyZbmktM8ENKd0jeyHduVhl7FBygKs 1897
pipelite/transformers/jinjaTR.py sha256=P_uYPwPeWdn5OUF_d0Rogxb-J5Qp22qkNr9QKWIIU94 2452
pipelite/transformers/joinTR.py sha256=XwVn5-442g0r5VbwfsHPcaB6q_3S0WsWFhJZiKixXfg 4040
pipelite/transformers/lookupTR.py sha256=5xCxl_ZwfsxRopG3v-3n49w6xIDt9xXztKdQC91SDk4 4742
pipelite/transformers/passthroughTR.py sha256=sl2AHG2YwN-CXmJvCccJzpmGRUDz1o1qW-XuSvoVkf0 785
pipelite/transformers/profileTR.py sha256=ieFMpO6izQ9ef0jWUfEyP24Klkztx1FZTQinAWD1wOo 4838
pipelite/transformers/renamecolTR.py sha256=eu7a_sTOIBNd1o43gtrcOij4GsE2uC89GI6NtA9u7zU 1795
pipelite/transformers/profile/datasetProfiler.py sha256=9ehTE6nMEmVtzVIVhAAy4kr25VuwQu9P6vU5YtlMCKg 4885
pipelite/utils/__init__.py sha256=YKkBI_LR2r2TbcYREPqDI0Uzd4LdRanzGGcUpe--NR0 555
pipelite/utils/log.py sha256=ic8Iqvt-TyDi6obh3rEZ0yUsnwFruaMh1jc3acyNx34 3994
pipelite/utils/plReport.py sha256=2-e3qvqEcbIu8fdcNXaOCvDTLA4QQYajqC_qA9eM_KQ 2285
pipelite/utils/plReports.py sha256=7eOBY44q2GG_XI8I6LyU2unFZ3j8PzScvKoo8Ympr_s 2882
pipelite-0.1.9.1.dist-info/LICENSE sha256=BvMmeujpLDerNqzsA1gOET7mphtef9ebt_u8-bp4bNA 1091
pipelite-0.1.9.1.dist-info/METADATA sha256=ood9fnp-nBoVyJ2LOz8lfSAA4ydArDUC44qvcAfhKBQ 6053
pipelite-0.1.9.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
pipelite-0.1.9.1.dist-info/entry_points.txt sha256=wiN4r04enLMZl1SShDSAAqb0-QeguuukEq_vMwTzDMI 43
pipelite-0.1.9.1.dist-info/top_level.txt sha256=hpNhqwoKh2koKkmP8xdQDxHdxCHkqBu7SiO6dgYgP0k 16
pipelite-0.1.9.1.dist-info/RECORD

top_level.txt

config
pipelite

entry_points.txt

pipelite = pipelite:main