nisaba 0.2.4

Data quality, reconciliation, and validation across different data stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "scripts"
version = "0.1.0"
description = "seeding scripts"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "mysql-connector-python>=9.5.0",
    "pandas>=3.0.0",
    "psycopg2-binary>=2.9.11",
    "pyarrow>=23.0.0",
    "pymongo>=4.16.0",
    "sqlalchemy>=2.0.46",
    "xlsxwriter>=3.2.9",
]