datamasque-python 1.2.3__tar.gz → 1.2.4__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.
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/HISTORY.rst +7 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/PKG-INFO +1 -1
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/status.py +1 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/pyproject.toml +1 -1
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/uv.lock +1 -1
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.editorconfig +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/ci.yml +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/release-testpypi.yml +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.github/workflows/release.yml +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.gitignore +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/.readthedocs.yaml +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/CONTRIBUTING.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/LICENSE +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/MANIFEST.in +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/Makefile +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/NOTICE +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/README.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/RELEASING.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/__init__.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/base.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/connections.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery_config_libraries.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery_configs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/dmclient.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/exceptions.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/files.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/ifm.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/license.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/__init__.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/connection.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/data_selection.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery_config.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery_config_library.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/dm_instance.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/files.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/git.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ifm.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/license.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/pagination.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/rg_config.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ruleset.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ruleset_library.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/runs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/safe_data_preview.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/table_reference.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/user.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/py.typed +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/rg_configs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/ruleset_libraries.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/rulesets.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/runs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/settings.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/spcs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/table_references.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/users.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/Makefile +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/client.models.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/client.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/conf.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/contributing.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/history.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/index.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/installation.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/make.bat +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/modules.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/readme.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/docs/usage.rst +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/__init__.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/conftest.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/helpers.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_base.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_connections.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery_config_libraries.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery_configs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_files.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_ifm.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_license.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_pagination.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_rg_configs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_ruleset_library.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_rulesets.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_runs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_safe_data_preview.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_settings.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_spcs.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_table_references.py +0 -0
- {datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_users.py +0 -0
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
History
|
|
3
3
|
=======
|
|
4
4
|
|
|
5
|
+
1.2.4 (2026-08-12)
|
|
6
|
+
------------------
|
|
7
|
+
|
|
8
|
+
* Added ``rg_config`` to ``ValidationErrorType``, covering ruleset generation config validation errors.
|
|
9
|
+
|
|
10
|
+
Requires server version 3.26.15
|
|
11
|
+
|
|
5
12
|
1.2.3 (2026-08-12)
|
|
6
13
|
------------------
|
|
7
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: datamasque-python
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Official Python client for the DataMasque data-masking API.
|
|
5
5
|
Project-URL: Homepage, https://datamasque.com/
|
|
6
6
|
Project-URL: Documentation, https://datamasque-python.readthedocs.io/
|
|
@@ -20,6 +20,7 @@ class ValidationErrorType(enum.Enum):
|
|
|
20
20
|
library_missing = "library_missing"
|
|
21
21
|
library_invalid = "library_invalid"
|
|
22
22
|
expansion = "expansion" # The ruleset is not valid once its library references are expanded.
|
|
23
|
+
rg_config = "rg_config"
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
class ValidationErrorDetails(BaseModel):
|
|
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
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/discovery_config_libraries.py
RENAMED
|
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
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/data_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/discovery_config.py
RENAMED
|
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
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/ruleset_library.py
RENAMED
|
File without changes
|
|
File without changes
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/safe_data_preview.py
RENAMED
|
File without changes
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/datamasque/client/models/table_reference.py
RENAMED
|
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
|
{datamasque_python-1.2.3 → datamasque_python-1.2.4}/tests/test_discovery_config_libraries.py
RENAMED
|
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
|