evo-cli 0.1.6__tar.gz → 0.1.7__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.
- {evo_cli-0.1.6 → evo_cli-0.1.7}/PKG-INFO +21 -6
- evo_cli-0.1.7/evo_cli/VERSION +1 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/PKG-INFO +22 -7
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/entry_points.txt +0 -1
- evo_cli-0.1.6/evo_cli/VERSION +0 -1
- {evo_cli-0.1.6 → evo_cli-0.1.7}/Containerfile +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/HISTORY.md +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/LICENSE +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/MANIFEST.in +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/README.md +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/__init__.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/__main__.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/base.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/cli.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/miniconda_setup.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli/ssh_setup.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/SOURCES.txt +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/dependency_links.txt +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/requires.txt +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/evo_cli.egg-info/top_level.txt +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/setup.cfg +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/setup.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/tests/__init__.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/tests/conftest.py +0 -0
- {evo_cli-0.1.6 → evo_cli-0.1.7}/tests/test_base.py +0 -0
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: evo_cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Awesome evo_cli created by maycuatroi
|
|
5
5
|
Home-page: https://github.com/maycuatroi/evo-cli/
|
|
6
6
|
Author: maycuatroi
|
|
7
|
-
License: UNKNOWN
|
|
8
|
-
Platform: UNKNOWN
|
|
9
7
|
Description-Content-Type: text/markdown
|
|
10
|
-
Provides-Extra: test
|
|
11
8
|
License-File: LICENSE
|
|
9
|
+
Requires-Dist: paramiko>=2.7.0
|
|
10
|
+
Provides-Extra: test
|
|
11
|
+
Requires-Dist: pytest; extra == "test"
|
|
12
|
+
Requires-Dist: coverage; extra == "test"
|
|
13
|
+
Requires-Dist: flake8; extra == "test"
|
|
14
|
+
Requires-Dist: black; extra == "test"
|
|
15
|
+
Requires-Dist: isort; extra == "test"
|
|
16
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
17
|
+
Requires-Dist: mypy; extra == "test"
|
|
18
|
+
Requires-Dist: gitchangelog; extra == "test"
|
|
19
|
+
Requires-Dist: mkdocs; extra == "test"
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: description
|
|
22
|
+
Dynamic: description-content-type
|
|
23
|
+
Dynamic: home-page
|
|
24
|
+
Dynamic: license-file
|
|
25
|
+
Dynamic: provides-extra
|
|
26
|
+
Dynamic: requires-dist
|
|
27
|
+
Dynamic: summary
|
|
12
28
|
|
|
13
29
|
# Evolution CLI (Develop by Dev And for Dev)
|
|
14
30
|
|
|
@@ -52,4 +68,3 @@ Options:
|
|
|
52
68
|
- `-p, --prefix` - Installation directory (default: ~/miniconda3 or %USERPROFILE%\miniconda3)
|
|
53
69
|
- `-f, --force` - Force reinstallation even if Miniconda is already installed
|
|
54
70
|
- `--help-examples` - Show usage examples
|
|
55
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.7
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.1.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: evo_cli
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Awesome evo_cli created by maycuatroi
|
|
5
5
|
Home-page: https://github.com/maycuatroi/evo-cli/
|
|
6
6
|
Author: maycuatroi
|
|
7
|
-
License: UNKNOWN
|
|
8
|
-
Platform: UNKNOWN
|
|
9
7
|
Description-Content-Type: text/markdown
|
|
10
|
-
Provides-Extra: test
|
|
11
8
|
License-File: LICENSE
|
|
9
|
+
Requires-Dist: paramiko>=2.7.0
|
|
10
|
+
Provides-Extra: test
|
|
11
|
+
Requires-Dist: pytest; extra == "test"
|
|
12
|
+
Requires-Dist: coverage; extra == "test"
|
|
13
|
+
Requires-Dist: flake8; extra == "test"
|
|
14
|
+
Requires-Dist: black; extra == "test"
|
|
15
|
+
Requires-Dist: isort; extra == "test"
|
|
16
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
17
|
+
Requires-Dist: mypy; extra == "test"
|
|
18
|
+
Requires-Dist: gitchangelog; extra == "test"
|
|
19
|
+
Requires-Dist: mkdocs; extra == "test"
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: description
|
|
22
|
+
Dynamic: description-content-type
|
|
23
|
+
Dynamic: home-page
|
|
24
|
+
Dynamic: license-file
|
|
25
|
+
Dynamic: provides-extra
|
|
26
|
+
Dynamic: requires-dist
|
|
27
|
+
Dynamic: summary
|
|
12
28
|
|
|
13
29
|
# Evolution CLI (Develop by Dev And for Dev)
|
|
14
30
|
|
|
@@ -52,4 +68,3 @@ Options:
|
|
|
52
68
|
- `-p, --prefix` - Installation directory (default: ~/miniconda3 or %USERPROFILE%\miniconda3)
|
|
53
69
|
- `-f, --force` - Force reinstallation even if Miniconda is already installed
|
|
54
70
|
- `--help-examples` - Show usage examples
|
|
55
|
-
|
evo_cli-0.1.6/evo_cli/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.6
|
|
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
|