-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from DataKitchen/release/2.15.1
Release: 2.15.1
- Loading branch information
Showing
147 changed files
with
6,306 additions
and
5,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,45 +7,43 @@ requires = [ | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "data-ops-testgen" | ||
version = "2.2.0" | ||
description = "DataKitchen Inc. Data Quality Engine" | ||
urls = { "homepage" = "https://datakitchen.io" } | ||
name = "dataops-testgen" | ||
version = "2.8.1" | ||
description = "DataKitchen's Data Quality DataOps TestGen" | ||
authors = [ | ||
{ "name" = "Charles Bloche", "email" = "[email protected]" }, | ||
{ "name" = "Tyler Stubenvoll", "email" = "[email protected]" }, | ||
{ "name" = "Alejandro Fernandez", "email" = "[email protected]" }, | ||
{ "name" = "Anuja Waikar", "email" = "[email protected]" }, | ||
{ "name" = "Shruthy Vakkil", "email" = "[email protected]" }, | ||
{ "name" = "Arnob Bordoloi", "email" = "[email protected]" }, | ||
{ "name" = "Saurabh Vashist", "email" = "[email protected]" }, | ||
{ "name" = "Saurabh Vaidya", "email" = "[email protected]" } | ||
{ "name" = "DataKitchen, Inc.", "email" = "[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ "name" = "DataKitchen, Inc.", "email" = "[email protected]" }, | ||
] | ||
license = { "text" = "CLOSED" } | ||
readme = "README.md" | ||
classifiers = [ | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Development Status :: 5 - Production/Stable", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: System :: Monitoring", | ||
] | ||
keywords = [ "dataops", "data", "quality", "testing", "database", "profiling" ] | ||
requires-python = ">=3.10" | ||
|
||
dependencies = [ | ||
"PyYAML==6.0.1", | ||
"click==8.1.3", | ||
"sqlalchemy==1.4.46", | ||
"snowflake-sqlalchemy==1.4.7", | ||
"pyodbc==4.0.39", | ||
"psycopg2-binary==2.9.6", | ||
"pyodbc==5.0.0", | ||
"psycopg2-binary==2.9.9", | ||
"pycryptodome==3.17", | ||
"prettytable==3.7.0", | ||
"requests_extensions==1.1.3", | ||
"bz2file==0.98", | ||
"trogon==0.4.0", | ||
"numpy==1.25.2", | ||
"pandas==2.1.0", | ||
"streamlit==1.26.0", | ||
"numpy==1.26.4", | ||
"pandas==2.1.4", | ||
"streamlit==1.38.0", | ||
"streamlit-extras==0.3.0", | ||
"streamlit-aggrid==0.3.4.post3", | ||
"streamlit-antd-components==0.2.2", | ||
|
@@ -54,14 +52,14 @@ dependencies = [ | |
"streamlit-option-menu==0.3.6", | ||
"streamlit-authenticator==0.2.3", | ||
"streamlit-javascript==0.1.5", | ||
"streamlit-modal==0.1.0", | ||
"progress==1.6", | ||
"beautifulsoup4==4.12.3", | ||
"trino==0.327.0", | ||
"xlsxwriter==3.2.0", | ||
"psutil==5.9.8", | ||
"concurrent_log_handler==0.9.25", | ||
"cryptography==42.0.8", | ||
"validators==0.33.0", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -79,12 +77,22 @@ dev = [ | |
] | ||
|
||
release = [ | ||
"bumpver==2023.1129" | ||
"build==1.2.1", | ||
"bumpver==2023.1129", | ||
"twine==5.1.1", | ||
] | ||
|
||
[project.entry-points.console_scripts] | ||
testgen = "testgen.__main__:cli" | ||
|
||
[project.urls] | ||
"Source Code" = "https://github.com/DataKitchen/dataops-testgen" | ||
"Bug Tracker" = "https://github.com/DataKitchen/dataops-testgen/issues" | ||
"Documentation" = "https://docs.datakitchen.io/articles/#!dataops-testgen-help/dataops-testgen-help" | ||
"Release Notes" = "https://docs.datakitchen.io/articles/#!dataops-testgen-help/testgen-release-notes" | ||
"Slack" = "https://data-observability-slack.datakitchen.io/join" | ||
"Homepage" = "https://example.com" | ||
|
||
[tool.setuptools] | ||
include-package-data = true | ||
|
||
|
Oops, something went wrong.