datatoolpack 0.2.0__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datatoolpack
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -42,14 +42,14 @@ Official Python SDK for the [AutoData](https://autodata.datatoolpack.com) ML dat
42
42
  ## Installation
43
43
 
44
44
  ```bash
45
- pip install autodata-client
45
+ pip install datatoolpack
46
46
  ```
47
47
 
48
48
  Or install from source:
49
49
 
50
50
  ```bash
51
- git clone https://github.com/datatoolpack/autodata-client
52
- cd autodata-client
51
+ git clone https://github.com/datatoolpack/datatoolpack
52
+ cd datatoolpack
53
53
  pip install .
54
54
  ```
55
55
 
@@ -5,14 +5,14 @@ Official Python SDK for the [AutoData](https://autodata.datatoolpack.com) ML dat
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install autodata-client
8
+ pip install datatoolpack
9
9
  ```
10
10
 
11
11
  Or install from source:
12
12
 
13
13
  ```bash
14
- git clone https://github.com/datatoolpack/autodata-client
15
- cd autodata-client
14
+ git clone https://github.com/datatoolpack/datatoolpack
15
+ cd datatoolpack
16
16
  pip install .
17
17
  ```
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datatoolpack
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -42,14 +42,14 @@ Official Python SDK for the [AutoData](https://autodata.datatoolpack.com) ML dat
42
42
  ## Installation
43
43
 
44
44
  ```bash
45
- pip install autodata-client
45
+ pip install datatoolpack
46
46
  ```
47
47
 
48
48
  Or install from source:
49
49
 
50
50
  ```bash
51
- git clone https://github.com/datatoolpack/autodata-client
52
- cd autodata-client
51
+ git clone https://github.com/datatoolpack/datatoolpack
52
+ cd datatoolpack
53
53
  pip install .
54
54
  ```
55
55
 
@@ -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.2.0",
10
+ version="0.2.1",
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