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.
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/PKG-INFO +4 -4
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/README.md +3 -3
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/datatoolpack.egg-info/PKG-INFO +4 -4
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/setup.py +1 -1
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/autodata/__init__.py +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/autodata/client.py +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/datatoolpack.egg-info/SOURCES.txt +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/datatoolpack.egg-info/dependency_links.txt +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/datatoolpack.egg-info/requires.txt +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/datatoolpack.egg-info/top_level.txt +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/pyproject.toml +0 -0
- {datatoolpack-0.2.0 → datatoolpack-0.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datatoolpack
|
|
3
|
-
Version: 0.2.
|
|
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
|
|
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/
|
|
52
|
-
cd
|
|
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
|
|
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/
|
|
15
|
-
cd
|
|
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.
|
|
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
|
|
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/
|
|
52
|
-
cd
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|