VertexEngine-CLI 1.2rc1__tar.gz → 1.2rc2__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.
- {vertexengine_cli-1.2rc1/src/VertexEngine_CLI.egg-info → vertexengine_cli-1.2rc2}/PKG-INFO +8 -4
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/README.md +5 -2
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/pyproject.toml +3 -3
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2/src/VertexEngine_CLI.egg-info}/PKG-INFO +8 -4
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/LICENSE +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/setup.cfg +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/SOURCES.txt +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/dependency_links.txt +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/entry_points.txt +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/requires.txt +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/top_level.txt +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/vertex/__init__.py +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/vertex/__main__.py +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/vertex/minicli.py +0 -0
- {vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/vertex/templates.py +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: VertexEngine-CLI
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2rc2
|
|
4
4
|
Summary: An Offical CLI library for VertexEngine.
|
|
5
5
|
Author-email: Tyrel Miguel <annbasilan0828@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Documentation, https://vertexenginedocs.netlify.app/
|
|
8
|
-
Project-URL:
|
|
8
|
+
Project-URL: Source, https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code
|
|
9
|
+
Project-URL: Issues, https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code/issues
|
|
9
10
|
Requires-Python: >=3.10
|
|
10
11
|
Description-Content-Type: text/markdown
|
|
11
12
|
License-File: LICENSE
|
|
@@ -22,8 +23,11 @@ Commands:
|
|
|
22
23
|
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
23
24
|
`--onefile, --windowed`
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
1.
|
|
26
|
+
## Change Logs (1.2rc2), NEW!
|
|
27
|
+
### 1.2rc2:
|
|
28
|
+
- Fixed 25 critical crash bugs!
|
|
29
|
+
- Discord in 10 DAYS!
|
|
30
|
+
### 1.1:
|
|
27
31
|
- Added 2 new commands!:
|
|
28
32
|
vertex remove {filepath}
|
|
29
33
|
vertex upload {flags}
|
|
@@ -5,8 +5,11 @@ Commands:
|
|
|
5
5
|
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
6
6
|
`--onefile, --windowed`
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
1.
|
|
8
|
+
## Change Logs (1.2rc2), NEW!
|
|
9
|
+
### 1.2rc2:
|
|
10
|
+
- Fixed 25 critical crash bugs!
|
|
11
|
+
- Discord in 10 DAYS!
|
|
12
|
+
### 1.1:
|
|
10
13
|
- Added 2 new commands!:
|
|
11
14
|
vertex remove {filepath}
|
|
12
15
|
vertex upload {flags}
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "VertexEngine-CLI"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.2rc2"
|
|
8
8
|
description = "An Offical CLI library for VertexEngine."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Tyrel Miguel", email = "annbasilan0828@gmail.com" }
|
|
@@ -24,7 +24,7 @@ vertex = "vertex.__main__:main"
|
|
|
24
24
|
|
|
25
25
|
[project.urls]
|
|
26
26
|
Documentation = "https://vertexenginedocs.netlify.app/"
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
Source = "https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code"
|
|
28
|
+
Issues = "https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code/issues"
|
|
29
29
|
[tool.setuptools.packages.find]
|
|
30
30
|
where = ["src"]
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: VertexEngine-CLI
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2rc2
|
|
4
4
|
Summary: An Offical CLI library for VertexEngine.
|
|
5
5
|
Author-email: Tyrel Miguel <annbasilan0828@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Documentation, https://vertexenginedocs.netlify.app/
|
|
8
|
-
Project-URL:
|
|
8
|
+
Project-URL: Source, https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code
|
|
9
|
+
Project-URL: Issues, https://github.com/VertexEngine-Projects/VertexEngine-CLI-Code/issues
|
|
9
10
|
Requires-Python: >=3.10
|
|
10
11
|
Description-Content-Type: text/markdown
|
|
11
12
|
License-File: LICENSE
|
|
@@ -22,8 +23,11 @@ Commands:
|
|
|
22
23
|
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
23
24
|
`--onefile, --windowed`
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
1.
|
|
26
|
+
## Change Logs (1.2rc2), NEW!
|
|
27
|
+
### 1.2rc2:
|
|
28
|
+
- Fixed 25 critical crash bugs!
|
|
29
|
+
- Discord in 10 DAYS!
|
|
30
|
+
### 1.1:
|
|
27
31
|
- Added 2 new commands!:
|
|
28
32
|
vertex remove {filepath}
|
|
29
33
|
vertex upload {flags}
|
|
File without changes
|
|
File without changes
|
{vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/requires.txt
RENAMED
|
File without changes
|
{vertexengine_cli-1.2rc1 → vertexengine_cli-1.2rc2}/src/VertexEngine_CLI.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|