datatoolpack 0.7.2__tar.gz → 0.7.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datatoolpack
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Official Python SDK for the AutoData ML data preparation pipeline API
5
5
  Home-page: https://autodata.datatoolpack.com
6
6
  Author: AutoData Team
@@ -1,4 +1,4 @@
1
1
  from .client import AutoDataClient, AutoDataError
2
2
 
3
- __version__ = "0.7.2"
3
+ __version__ = "0.7.3"
4
4
  __all__ = ["AutoDataClient", "AutoDataError", "__version__"]
@@ -759,7 +759,7 @@ class AutoDataClient:
759
759
  ``kafka``, ``kinesis``.
760
760
 
761
761
  Generic:
762
- ``http`` (REST/HTTP API), ``mock`` (test).
762
+ ``http`` (REST/HTTP API).
763
763
  secrets: Inline connection secrets (e.g. connection_string,
764
764
  bucket, access keys).
765
765
  credential_id: ID of a saved credential on the server
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datatoolpack
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Official Python SDK for the AutoData ML data preparation pipeline API
5
5
  Home-page: https://autodata.datatoolpack.com
6
6
  Author: AutoData Team
@@ -7,7 +7,7 @@ with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
7
7
 
8
8
  setup(
9
9
  name="datatoolpack",
10
- version="0.7.2",
10
+ version="0.7.3",
11
11
  description="Official Python SDK for the AutoData ML data preparation pipeline API",
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
File without changes
File without changes