datamasque-python 1.0.4__tar.gz → 1.0.5__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.0.4 → datamasque_python-1.0.5}/.github/workflows/ci.yml +1 -1
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/HISTORY.rst +5 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/PKG-INFO +1 -1
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/connection.py +1 -1
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/pyproject.toml +1 -1
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/uv.lock +1 -1
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/.editorconfig +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/.github/workflows/release-testpypi.yml +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/.github/workflows/release.yml +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/.gitignore +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/.readthedocs.yaml +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/CONTRIBUTING.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/LICENSE +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/MANIFEST.in +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/Makefile +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/NOTICE +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/README.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/__init__.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/base.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/connections.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/discovery.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/dmclient.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/exceptions.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/files.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/ifm.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/license.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/__init__.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/data_selection.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/discovery.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/dm_instance.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/files.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/ifm.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/license.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/pagination.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/ruleset.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/ruleset_library.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/runs.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/status.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/user.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/py.typed +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/ruleset_libraries.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/rulesets.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/runs.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/settings.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/users.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/Makefile +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/client.models.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/client.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/conf.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/contributing.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/history.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/index.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/installation.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/make.bat +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/modules.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/readme.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/docs/usage.rst +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/setup.cfg +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/__init__.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/conftest.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/helpers.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_base.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_connections.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_discovery.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_files.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_ifm.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_license.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_pagination.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_ruleset_library.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_rulesets.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_runs.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_settings.py +0 -0
- {datamasque_python-1.0.4 → datamasque_python-1.0.5}/tests/test_users.py +0 -0
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
History
|
|
3
3
|
=======
|
|
4
4
|
|
|
5
|
+
1.0.5 (2026-06-18)
|
|
6
|
+
------------------
|
|
7
|
+
|
|
8
|
+
* Renamed the ``DatabaseType.sql_server`` member to ``DatabaseType.mssql`` to match the DataMasque server's wire value and the sibling ``mssql_linked`` member. The value is unchanged (``"mssql"``).
|
|
9
|
+
|
|
5
10
|
1.0.4 (2026-06-09)
|
|
6
11
|
------------------
|
|
7
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datamasque-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
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/
|
|
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.0.4 → datamasque_python-1.0.5}/datamasque/client/models/data_selection.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
|
{datamasque_python-1.0.4 → datamasque_python-1.0.5}/datamasque/client/models/ruleset_library.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
|
|
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
|