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.
Files changed (57) hide show
  1. {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/workflows/ci.yaml +1 -0
  2. {entropy_data-0.3.0 → entropy_data-0.3.1}/CHANGELOG.md +4 -0
  3. {entropy_data-0.3.0 → entropy_data-0.3.1}/CLAUDE.md +1 -1
  4. {entropy_data-0.3.0 → entropy_data-0.3.1}/PKG-INFO +2 -2
  5. {entropy_data-0.3.0 → entropy_data-0.3.1}/README.md +1 -1
  6. {entropy_data-0.3.0 → entropy_data-0.3.1}/pyproject.toml +2 -2
  7. {entropy_data-0.3.0 → entropy_data-0.3.1}/.editorconfig +0 -0
  8. {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/dependabot.yml +0 -0
  9. {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/pull_request_template.md +0 -0
  10. {entropy_data-0.3.0 → entropy_data-0.3.1}/.github/workflows/release.yaml +0 -0
  11. {entropy_data-0.3.0 → entropy_data-0.3.1}/.gitignore +0 -0
  12. {entropy_data-0.3.0 → entropy_data-0.3.1}/.pre-commit-config.yaml +0 -0
  13. {entropy_data-0.3.0 → entropy_data-0.3.1}/Dockerfile +0 -0
  14. {entropy_data-0.3.0 → entropy_data-0.3.1}/LICENSE +0 -0
  15. {entropy_data-0.3.0 → entropy_data-0.3.1}/release +0 -0
  16. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/__init__.py +0 -0
  17. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/__main__.py +0 -0
  18. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/cli.py +0 -0
  19. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/client.py +0 -0
  20. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/__init__.py +0 -0
  21. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/access.py +0 -0
  22. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/api_keys.py +0 -0
  23. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/assets.py +0 -0
  24. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/certifications.py +0 -0
  25. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/connection.py +0 -0
  26. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/costs.py +0 -0
  27. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/datacontracts.py +0 -0
  28. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/dataproducts.py +0 -0
  29. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/definitions.py +0 -0
  30. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/events.py +0 -0
  31. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/example_data.py +0 -0
  32. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/import_export.py +0 -0
  33. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/lineage.py +0 -0
  34. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/search.py +0 -0
  35. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/settings.py +0 -0
  36. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/sourcesystems.py +0 -0
  37. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/tags.py +0 -0
  38. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/teams.py +0 -0
  39. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/test_results.py +0 -0
  40. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/commands/usage.py +0 -0
  41. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/config.py +0 -0
  42. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/output.py +0 -0
  43. {entropy_data-0.3.0 → entropy_data-0.3.1}/src/entropy_data/util.py +0 -0
  44. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/__init__.py +0 -0
  45. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/__init__.py +0 -0
  46. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_api_keys.py +0 -0
  47. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_assets.py +0 -0
  48. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_connection.py +0 -0
  49. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_costs.py +0 -0
  50. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_lineage.py +0 -0
  51. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_settings.py +0 -0
  52. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_tags.py +0 -0
  53. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_teams.py +0 -0
  54. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/commands/test_usage.py +0 -0
  55. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/conftest.py +0 -0
  56. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/test_client.py +0 -0
  57. {entropy_data-0.3.0 → entropy_data-0.3.1}/tests/test_config.py +0 -0
@@ -17,6 +17,7 @@ jobs:
17
17
  os:
18
18
  - 'ubuntu-latest'
19
19
  python-version:
20
+ - '3.11'
20
21
  - '3.12'
21
22
  - '3.13'
22
23
  fail-fast: false
@@ -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.12+
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.0
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.12
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
@@ -17,7 +17,7 @@ Docs: [https://docs.entropy-data.com](https://docs.entropy-data.com)
17
17
 
18
18
  ## Install
19
19
 
20
- Requires Python >= 3.12.
20
+ Requires Python >= 3.11.
21
21
 
22
22
  ```bash
23
23
  uv tool install entropy-data
@@ -1,8 +1,8 @@
1
1
  [project]
2
2
  name = "entropy-data"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  description = "CLI for Entropy Data"
5
- requires-python = ">=3.12"
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