VertexEngine-CLI 1.0__tar.gz → 1.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.
- vertexengine_cli-1.1/LICENSE +21 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/PKG-INFO +11 -40
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/README.md +7 -39
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/pyproject.toml +8 -5
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/PKG-INFO +11 -40
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/SOURCES.txt +2 -0
- vertexengine_cli-1.1/src/VertexEngine_CLI.egg-info/entry_points.txt +2 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/vertex/__main__.py +32 -1
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/setup.cfg +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/dependency_links.txt +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/requires.txt +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/top_level.txt +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/vertex/__init__.py +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/vertex/minicli.py +0 -0
- {vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/vertex/templates.py +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Tyrel Miguel Gomez
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,55 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: VertexEngine-CLI
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1
|
|
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: Homepage, https://github.com/TyrelGomez/VertexEngine-CLI-Code
|
|
8
9
|
Requires-Python: >=3.10
|
|
9
10
|
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE
|
|
10
12
|
Requires-Dist: pygame>=2.0
|
|
11
13
|
Requires-Dist: PyQt6>=6.7
|
|
12
14
|
Requires-Dist: pyinstaller>=6.5.0
|
|
13
15
|
Requires-Dist: VertexEngine>=1.0.1
|
|
16
|
+
Dynamic: license-file
|
|
14
17
|
|
|
15
|
-
# VertexEngine
|
|
16
|
-
VertexEngine
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- Added 2 New Libraries:
|
|
22
|
-
~ VertexEngine.WebEngine
|
|
23
|
-
~ VertexEngine.WebView
|
|
24
|
-
### 1.1rc3
|
|
25
|
-
- Revamped Input System!
|
|
26
|
-
- DEMO GAMES!
|
|
27
|
-
- Updated Scene Docs
|
|
28
|
-
### Version 1.1rc2
|
|
29
|
-
- Documentation Expansion!
|
|
30
|
-
~ Fixed the Changelogs
|
|
31
|
-
- New Input System!
|
|
32
|
-
- Old System (Qt) depreceated and not recomended for use.
|
|
33
|
-
### Version 1.1rc1
|
|
34
|
-
- New Library! (And Modules)!:
|
|
35
|
-
~ InputSystem
|
|
36
|
-
~ Buttons (Mouse and Widget)
|
|
37
|
-
~ Keyboard Input
|
|
38
|
-
### Version 1.0.1
|
|
39
|
-
- Added Changelogs!
|
|
40
|
-
### Version 1.0
|
|
41
|
-
- Added 2 New Libraries:
|
|
42
|
-
~ VertexEngine.SimpleGUI
|
|
43
|
-
~ VertexEngine.VertexScreenModifiers
|
|
44
|
-
### Version 1.0rc2
|
|
45
|
-
- Final Release Candidate
|
|
46
|
-
- Added 1 New Library!:
|
|
47
|
-
~ VertexUI
|
|
48
|
-
|
|
49
|
-
### Version 1.0rc1
|
|
50
|
-
- Size Compression
|
|
51
|
-
- Added 1 New Library!:
|
|
52
|
-
~ VertexScreen
|
|
18
|
+
# VertexEngine-CLI
|
|
19
|
+
VertexEngine CLI adds CLI support to VertexEngine.
|
|
20
|
+
Commands:
|
|
21
|
+
`python -m vertex init game` - provides a game template
|
|
22
|
+
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
23
|
+
`--onefile, --windowed`
|
|
53
24
|
|
|
54
25
|
## How to install Pyinstaller
|
|
55
26
|
Step 1. Type in:
|
|
@@ -70,7 +41,7 @@ There are flags:
|
|
|
70
41
|
|
|
71
42
|
Step 1:
|
|
72
43
|
Type in
|
|
73
|
-
pip install VertexEngine
|
|
44
|
+
pip install VertexEngine-CLI
|
|
74
45
|
|
|
75
46
|
Step 2: Wait a few min, don't worry if it takes 1 hr or more, it will finish
|
|
76
47
|
|
|
@@ -1,41 +1,9 @@
|
|
|
1
|
-
# VertexEngine
|
|
2
|
-
VertexEngine
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Added 2 New Libraries:
|
|
8
|
-
~ VertexEngine.WebEngine
|
|
9
|
-
~ VertexEngine.WebView
|
|
10
|
-
### 1.1rc3
|
|
11
|
-
- Revamped Input System!
|
|
12
|
-
- DEMO GAMES!
|
|
13
|
-
- Updated Scene Docs
|
|
14
|
-
### Version 1.1rc2
|
|
15
|
-
- Documentation Expansion!
|
|
16
|
-
~ Fixed the Changelogs
|
|
17
|
-
- New Input System!
|
|
18
|
-
- Old System (Qt) depreceated and not recomended for use.
|
|
19
|
-
### Version 1.1rc1
|
|
20
|
-
- New Library! (And Modules)!:
|
|
21
|
-
~ InputSystem
|
|
22
|
-
~ Buttons (Mouse and Widget)
|
|
23
|
-
~ Keyboard Input
|
|
24
|
-
### Version 1.0.1
|
|
25
|
-
- Added Changelogs!
|
|
26
|
-
### Version 1.0
|
|
27
|
-
- Added 2 New Libraries:
|
|
28
|
-
~ VertexEngine.SimpleGUI
|
|
29
|
-
~ VertexEngine.VertexScreenModifiers
|
|
30
|
-
### Version 1.0rc2
|
|
31
|
-
- Final Release Candidate
|
|
32
|
-
- Added 1 New Library!:
|
|
33
|
-
~ VertexUI
|
|
34
|
-
|
|
35
|
-
### Version 1.0rc1
|
|
36
|
-
- Size Compression
|
|
37
|
-
- Added 1 New Library!:
|
|
38
|
-
~ VertexScreen
|
|
1
|
+
# VertexEngine-CLI
|
|
2
|
+
VertexEngine CLI adds CLI support to VertexEngine.
|
|
3
|
+
Commands:
|
|
4
|
+
`python -m vertex init game` - provides a game template
|
|
5
|
+
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
6
|
+
`--onefile, --windowed`
|
|
39
7
|
|
|
40
8
|
## How to install Pyinstaller
|
|
41
9
|
Step 1. Type in:
|
|
@@ -56,7 +24,7 @@ There are flags:
|
|
|
56
24
|
|
|
57
25
|
Step 1:
|
|
58
26
|
Type in
|
|
59
|
-
pip install VertexEngine
|
|
27
|
+
pip install VertexEngine-CLI
|
|
60
28
|
|
|
61
29
|
Step 2: Wait a few min, don't worry if it takes 1 hr or more, it will finish
|
|
62
30
|
|
|
@@ -4,24 +4,27 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "VertexEngine-CLI"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.1"
|
|
8
8
|
description = "An Offical CLI library for VertexEngine."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Tyrel Miguel", email = "annbasilan0828@gmail.com" }
|
|
11
11
|
]
|
|
12
|
-
readme = "README.md"
|
|
13
|
-
license = { text = "MIT" }
|
|
14
|
-
requires-python = ">=3.10"
|
|
15
|
-
|
|
16
12
|
dependencies = [
|
|
17
13
|
"pygame>=2.0",
|
|
18
14
|
"PyQt6>=6.7",
|
|
19
15
|
"pyinstaller>=6.5.0",
|
|
20
16
|
"VertexEngine>=1.0.1"
|
|
21
17
|
]
|
|
18
|
+
readme = "README.md"
|
|
19
|
+
license = { text = "MIT" }
|
|
20
|
+
requires-python = ">=3.10"
|
|
21
|
+
|
|
22
|
+
[project.scripts]
|
|
23
|
+
vertex = "vertex.__main__:main"
|
|
22
24
|
|
|
23
25
|
[project.urls]
|
|
24
26
|
Documentation = "https://vertexenginedocs.netlify.app/"
|
|
27
|
+
Homepage = "https://github.com/TyrelGomez/VertexEngine-CLI-Code"
|
|
25
28
|
|
|
26
29
|
[tool.setuptools.packages.find]
|
|
27
30
|
where = ["src"]
|
|
@@ -1,55 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: VertexEngine-CLI
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1
|
|
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: Homepage, https://github.com/TyrelGomez/VertexEngine-CLI-Code
|
|
8
9
|
Requires-Python: >=3.10
|
|
9
10
|
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE
|
|
10
12
|
Requires-Dist: pygame>=2.0
|
|
11
13
|
Requires-Dist: PyQt6>=6.7
|
|
12
14
|
Requires-Dist: pyinstaller>=6.5.0
|
|
13
15
|
Requires-Dist: VertexEngine>=1.0.1
|
|
16
|
+
Dynamic: license-file
|
|
14
17
|
|
|
15
|
-
# VertexEngine
|
|
16
|
-
VertexEngine
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- Added 2 New Libraries:
|
|
22
|
-
~ VertexEngine.WebEngine
|
|
23
|
-
~ VertexEngine.WebView
|
|
24
|
-
### 1.1rc3
|
|
25
|
-
- Revamped Input System!
|
|
26
|
-
- DEMO GAMES!
|
|
27
|
-
- Updated Scene Docs
|
|
28
|
-
### Version 1.1rc2
|
|
29
|
-
- Documentation Expansion!
|
|
30
|
-
~ Fixed the Changelogs
|
|
31
|
-
- New Input System!
|
|
32
|
-
- Old System (Qt) depreceated and not recomended for use.
|
|
33
|
-
### Version 1.1rc1
|
|
34
|
-
- New Library! (And Modules)!:
|
|
35
|
-
~ InputSystem
|
|
36
|
-
~ Buttons (Mouse and Widget)
|
|
37
|
-
~ Keyboard Input
|
|
38
|
-
### Version 1.0.1
|
|
39
|
-
- Added Changelogs!
|
|
40
|
-
### Version 1.0
|
|
41
|
-
- Added 2 New Libraries:
|
|
42
|
-
~ VertexEngine.SimpleGUI
|
|
43
|
-
~ VertexEngine.VertexScreenModifiers
|
|
44
|
-
### Version 1.0rc2
|
|
45
|
-
- Final Release Candidate
|
|
46
|
-
- Added 1 New Library!:
|
|
47
|
-
~ VertexUI
|
|
48
|
-
|
|
49
|
-
### Version 1.0rc1
|
|
50
|
-
- Size Compression
|
|
51
|
-
- Added 1 New Library!:
|
|
52
|
-
~ VertexScreen
|
|
18
|
+
# VertexEngine-CLI
|
|
19
|
+
VertexEngine CLI adds CLI support to VertexEngine.
|
|
20
|
+
Commands:
|
|
21
|
+
`python -m vertex init game` - provides a game template
|
|
22
|
+
`python -m vertex build [path]` - build an exe with 2 flags:
|
|
23
|
+
`--onefile, --windowed`
|
|
53
24
|
|
|
54
25
|
## How to install Pyinstaller
|
|
55
26
|
Step 1. Type in:
|
|
@@ -70,7 +41,7 @@ There are flags:
|
|
|
70
41
|
|
|
71
42
|
Step 1:
|
|
72
43
|
Type in
|
|
73
|
-
pip install VertexEngine
|
|
44
|
+
pip install VertexEngine-CLI
|
|
74
45
|
|
|
75
46
|
Step 2: Wait a few min, don't worry if it takes 1 hr or more, it will finish
|
|
76
47
|
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
LICENSE
|
|
1
2
|
README.md
|
|
2
3
|
pyproject.toml
|
|
3
4
|
src/VertexEngine_CLI.egg-info/PKG-INFO
|
|
4
5
|
src/VertexEngine_CLI.egg-info/SOURCES.txt
|
|
5
6
|
src/VertexEngine_CLI.egg-info/dependency_links.txt
|
|
7
|
+
src/VertexEngine_CLI.egg-info/entry_points.txt
|
|
6
8
|
src/VertexEngine_CLI.egg-info/requires.txt
|
|
7
9
|
src/VertexEngine_CLI.egg-info/top_level.txt
|
|
8
10
|
src/vertex/__init__.py
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# __main__.py
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
import os
|
|
4
|
-
|
|
4
|
+
import subprocess
|
|
5
5
|
from PyInstaller.__main__ import run as pyinstaller_run
|
|
6
6
|
|
|
7
7
|
from .minicli import CLI
|
|
@@ -11,6 +11,37 @@ from .templates import TEMPLATES
|
|
|
11
11
|
def main():
|
|
12
12
|
cli = CLI()
|
|
13
13
|
|
|
14
|
+
# -----------------
|
|
15
|
+
# Upload
|
|
16
|
+
# -----------------
|
|
17
|
+
@cli.command("upload")
|
|
18
|
+
def upload_package(dist_path="dist/*", username=None, password=None):
|
|
19
|
+
"""
|
|
20
|
+
Upload a Python package to PyPI using Twine.
|
|
21
|
+
|
|
22
|
+
dist_path: glob path to distribution files (default: dist/*)
|
|
23
|
+
username: PyPI username (optional if stored in .pypirc)
|
|
24
|
+
password: PyPI password or token (optional if stored in .pypirc)
|
|
25
|
+
"""
|
|
26
|
+
command = ["twine", "upload", dist_path]
|
|
27
|
+
|
|
28
|
+
if username:
|
|
29
|
+
command += ["-u", username]
|
|
30
|
+
if password:
|
|
31
|
+
command += ["-p", password]
|
|
32
|
+
|
|
33
|
+
subprocess.run(command, check=True)
|
|
34
|
+
# -----------------
|
|
35
|
+
# Remove
|
|
36
|
+
# -----------------
|
|
37
|
+
@cli.command("remove")
|
|
38
|
+
def remove_file(
|
|
39
|
+
script_path: str
|
|
40
|
+
):
|
|
41
|
+
"""Remove a script from your project."""
|
|
42
|
+
if not os.path.isfile(script_path):
|
|
43
|
+
raise FileNotFoundError(f"Script not found: {script_path}")
|
|
44
|
+
os.remove(script_path)
|
|
14
45
|
# ------------------
|
|
15
46
|
# build command
|
|
16
47
|
# ------------------
|
|
File without changes
|
{vertexengine_cli-1.0 → vertexengine_cli-1.1}/src/VertexEngine_CLI.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|