entropy-data 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/workflows/ci.yaml +1 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/CHANGELOG.md +4 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/CLAUDE.md +1 -1
- {entropy_data-0.3.0 → entropy_data-0.3.1}/PKG-INFO +2 -2
- {entropy_data-0.3.0 → entropy_data-0.3.1}/README.md +1 -1
- {entropy_data-0.3.0 → entropy_data-0.3.1}/pyproject.toml +2 -2
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.editorconfig +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/dependabot.yml +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/pull_request_template.md +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/workflows/release.yaml +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.gitignore +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/.pre-commit-config.yaml +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/Dockerfile +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/LICENSE +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/release +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/__init__.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/__main__.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/cli.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/client.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/__init__.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/access.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/api_keys.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/assets.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/certifications.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/connection.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/costs.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/datacontracts.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/dataproducts.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/definitions.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/events.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/example_data.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/import_export.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/lineage.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/search.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/settings.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/sourcesystems.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/tags.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/teams.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/test_results.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/usage.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/config.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/output.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/util.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/__init__.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/__init__.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_api_keys.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_assets.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_connection.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_costs.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_lineage.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_settings.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_tags.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_teams.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_usage.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/conftest.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/test_client.py +0 -0
- {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/test_config.py +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.1]
|
|
4
|
+
|
|
5
|
+
- Support Python 3.11 (lowered minimum from 3.12)
|
|
6
|
+
|
|
3
7
|
## [0.3.0]
|
|
4
8
|
|
|
5
9
|
- Rename PyPI package from `entropy-data-cli` to `entropy-data`. Install with `pip install entropy-data` (or `uv tool install entropy-data`). The CLI command remains `entropy-data`.
|
|
@@ -56,7 +56,7 @@ Resources: dataproducts, datacontracts, access, teams, sourcesystems, definition
|
|
|
56
56
|
3. Named connection from `~/.entropy-data/config.toml`
|
|
57
57
|
|
|
58
58
|
## Code Conventions
|
|
59
|
-
- Python 3.
|
|
59
|
+
- Python 3.11+
|
|
60
60
|
- Typer for CLI, Rich for output, Pydantic for models, requests for HTTP
|
|
61
61
|
- Ruff for linting/formatting (line-length 120)
|
|
62
62
|
- Tests use pytest + responses (mocked HTTP)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: entropy-data
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: CLI for Entropy Data
|
|
5
5
|
Project-URL: Homepage, https://entropy-data.com
|
|
6
6
|
Project-URL: Documentation, https://docs.entropy-data.com
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/entropy-data/entropy-data-cli
|
|
|
8
8
|
Author-email: Entropy Data <support@entropy-data.com>
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.11
|
|
12
12
|
Requires-Dist: pydantic<3.0,>=2.10
|
|
13
13
|
Requires-Dist: python-dotenv<2.0,>=1.0
|
|
14
14
|
Requires-Dist: pyyaml<7.0,>=6.0
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "entropy-data"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1"
|
|
4
4
|
description = "CLI for Entropy Data"
|
|
5
|
-
requires-python = ">=3.
|
|
5
|
+
requires-python = ">=3.11"
|
|
6
6
|
license = "MIT"
|
|
7
7
|
authors = [{ name = "Entropy Data", email = "support@entropy-data.com" }]
|
|
8
8
|
dependencies = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|