datastew

View on PyPIReverse Dependencies (0)

0.4.1 datastew-0.4.1-py3-none-any.whl

Wheel Details

Project: datastew
Version: 0.4.1
Filename: datastew-0.4.1-py3-none-any.whl
Download: [link]
Size: 39124
MD5: 94b160983da5fe9279122cd7a0bc4dcf
SHA256: ffdee44ee499e54e3c80c8e5566fb27a25a7b1daa46695dd0b5db49a19240873
Uploaded: 2024-11-13 12:53:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: datastew
Version: 0.4.1
Summary: Intelligent data steward toolbox using Large Language Model embeddings for automated Data-Harmonization.
Author: Tim Adams
Author-Email: tim.adams[at]scai.fraunhofer.de
Home-Page: https://github.com/SCAI-BIO/datastew
Project-Url: Documentation, https://github.com/SCAI-BIO/datastew#readme
Project-Url: Source, https://github.com/SCAI-BIO/datastew
Project-Url: Tracker, https://github.com/SCAI-BIO/datastew/issues
License: Apache-2.0 license
Keywords: data-harmonization LLM embeddings data-steward
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: matplotlib (~=3.8.1)
Requires-Dist: numpy (==1.25.2)
Requires-Dist: openai (~=0.28.0)
Requires-Dist: openpyxl
Requires-Dist: pandas (==2.1.0)
Requires-Dist: pip (==21.3.1)
Requires-Dist: plotly (~=5.17.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: python-dotenv (~=1.0.0)
Requires-Dist: pytz (==2023.3)
Requires-Dist: seaborn (~=0.13.0)
Requires-Dist: sentence-transformers (==2.3.1)
Requires-Dist: setuptools (==60.2.0)
Requires-Dist: scikit-learn (==1.3.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: thefuzz (~=0.20.0)
Requires-Dist: tzdata (==2023.3)
Requires-Dist: wheel (==0.37.1)
Requires-Dist: aiofiles (~=0.7.0)
Requires-Dist: python-multipart
Requires-Dist: SQLAlchemy (~=2.0.27)
Requires-Dist: scipy (~=1.11.4)
Requires-Dist: pydantic (~=2.5.0)
Requires-Dist: requests (~=2.31.0)
Requires-Dist: uuid (~=1.30)
Requires-Dist: weaviate-client (~=4.9.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4969 characters]

WHEEL

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

RECORD

Path Digest Size
datastew/__init__.py sha256=vwyrERW9T2ZMzLOrKumGtBhpSWSZhbKb--5FfCEeCoU 484
datastew/_version.py sha256=9Y3UXSnV-OzFqQpff7YZ3QQ-ikslp9EsNbB7ywY9w_A 65
datastew/conf.py sha256=4yff2KUAeo6lCwveu0pnkgHtlWmvK9TM7BmpAaacE0M 975
datastew/embedding.py sha256=A5VAXFc1-kpgejWLoIe5oxrF2NIkvh4rfwX42R3yrIo 3576
datastew/evaluation.py sha256=vQU2fHxSMsado1gM9CA6qKB6EAsSInlKmoPlefmVico 13091
datastew/mapping.py sha256=q0Q1qrUcxmj4J4LEH5jnQpAx0By-GCbcl1s_0r-DPdA 7394
datastew/visualisation.py sha256=eh8YAlfkTpmlMkSxAyBf6W6ST-BVRE2kOedqrldQe10 14280
datastew/process/__init__.py sha256=vCKB8ZUD4XuWZFojbqXky5Dil8fvFc7jhDxZlr3Q2OE 169
datastew/process/mapping.py sha256=bQi2DxWs39V-f62bb280u1C8Kt7pj-ePLedczcPi7q4 3817
datastew/process/ols.py sha256=UZhaPs8M_43gMYodSauqPDHCbphL-Xhq_YbdDsEDdCU 3057
datastew/process/parsing.py sha256=XrhqM_c_YgSKzF-to7kqd6scIeEtYWycXmigREDSLfY 6311
datastew/repository/__init__.py sha256=5A5J8XTo60Vk93ygBANU9DFInhKMLNoC1FVpLJNqpsA 242
datastew/repository/base.py sha256=bWNIi5ERemBlZSg2zVl4PZ-3D2H-OJiJArdssuYvmzg 1554
datastew/repository/model.py sha256=FYrw-cJxgb6VJnuTa11AyGswfrH-c2AHyMW6lU8OREI 2017
datastew/repository/sqllite.py sha256=Zjkcohg3N2Pe9TGmMuTfCW_BRYHOwI4WKYE6bMiM-_s 5170
datastew/repository/weaviate.py sha256=ilVJ2Cm1irGS6iHm5p6bOttMw6B0uheP3FOS-0mibIc 27370
datastew/repository/weaviate_schema.py sha256=uf2gEMqfjeIGCTeLSqVqr8A0v-bc987O28im_MKh5bo 905
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_embedding.py sha256=zMaB9cT2-eJhFOqracRCpMRjMJY8yUjbU1B3G5BkbIs 1405
tests/test_evaluation.py sha256=kNO5GrmGX_3HorTK1VoVHLbK41UGArqjt81zuw5XDu0 4850
tests/test_mapping.py sha256=ztDJvrZ5Pho2an2snRQ1fWQkGZpWJazJtHfV-WIA_mE 753
tests/test_parser.py sha256=Wtib-DG3eEj85ERzREl_UCmgdiG1n-UMqleTGCZEG_I 2032
tests/test_sql_repository.py sha256=k4_nvJdZinv0K9n1bNG7JzFZDm4SGPSqrazNhpwONeo 4745
tests/test_system.py sha256=mWzMAiRyr9pGKcxgs56QxV53z0ZztVvcmeQnQQkhym0 2523
tests/test_version.py sha256=Cmg8YAVvpgFxv_uCEYoUmmebnDKW4KJI5rnpFFNzwLQ 415
tests/test_visualisation.py sha256=M7-Cwgt2w0D9d5P1MirID01dkSyppdNyuwelKFQS7AE 5886
tests/test_weaviate_repository.py sha256=KSSOFjK24hcK2zWX4GuoQN1VLOzjpbMIevcYwa04FHc 9110
datastew-0.4.1.dist-info/LICENSE sha256=Pc3L3XjE_erqftjQhUPXaeM0OVLc_dzHyT7Zf4wJRdY 11371
datastew-0.4.1.dist-info/METADATA sha256=DPlbLOzSJrI7FE1dJAQqX1iUvwi5nICTaPm5QzEswrY 6804
datastew-0.4.1.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
datastew-0.4.1.dist-info/top_level.txt sha256=Ropk1RAcnQ9SvdtbSz-egfSY9IPB2nxO99bcS6OwbwY 15
datastew-0.4.1.dist-info/RECORD

top_level.txt

datastew
tests