vortex-cli 4.15.1__tar.gz → 4.16.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.
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/PKG-INFO +1 -2
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/setup.cfg +2 -3
- vortex_cli-4.15.1/vortex/lib/puakma.jar → vortex_cli-4.16.1/vortex/lib/puakma-6.0.37.jar +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/workspace.py +7 -1
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/PKG-INFO +1 -2
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/SOURCES.txt +1 -1
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/LICENSE +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/README.md +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/setup.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/__init__.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/__main__.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/cli.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/colour.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/__init__.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/clean.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/clone.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/code.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/config.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/copy.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/db.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/delete.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/docs.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/execute.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/find.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/grep.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/list.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/log.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/new.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/commands/watch.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/constants.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/docs/Blackbook.pdf +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/logging.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/main.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/models.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/soap.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/spinner.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex/util.py +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/dependency_links.txt +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/entry_points.txt +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/requires.txt +0 -0
- {vortex_cli-4.15.1 → vortex_cli-4.16.1}/vortex_cli.egg-info/top_level.txt +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vortex_cli
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.16.1
|
|
4
4
|
Home-page: https://github.com/jordanamos/vortex-cli
|
|
5
5
|
Author: Jordan Amos
|
|
6
6
|
Author-email: jordan.amos@gmail.com
|
|
7
7
|
License: MIT
|
|
8
8
|
Keywords: vortex cli
|
|
9
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
9
|
Classifier: Intended Audience :: Developers
|
|
11
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
11
|
Classifier: Natural Language :: English
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = vortex_cli
|
|
3
|
-
version = 4.
|
|
3
|
+
version = 4.16.1
|
|
4
4
|
long_description = file: README.md
|
|
5
5
|
long_description_content_type = text/markdown
|
|
6
6
|
url = https://github.com/jordanamos/vortex-cli
|
|
@@ -9,7 +9,6 @@ author_email = jordan.amos@gmail.com
|
|
|
9
9
|
license = MIT
|
|
10
10
|
license_files = LICENSE
|
|
11
11
|
classifiers =
|
|
12
|
-
Development Status :: 2 - Pre-Alpha
|
|
13
12
|
Intended Audience :: Developers
|
|
14
13
|
License :: OSI Approved :: MIT License
|
|
15
14
|
Natural Language :: English
|
|
@@ -38,7 +37,7 @@ console_scripts =
|
|
|
38
37
|
|
|
39
38
|
[options.package_data]
|
|
40
39
|
vortex =
|
|
41
|
-
lib/puakma.jar
|
|
40
|
+
lib/puakma-6.0.37.jar
|
|
42
41
|
docs/Blackbook.pdf
|
|
43
42
|
|
|
44
43
|
[flake8]
|
|
Binary file
|
|
@@ -314,8 +314,14 @@ class Workspace:
|
|
|
314
314
|
|
|
315
315
|
# Java project settings
|
|
316
316
|
settings: dict[str, Any] = workspace_settings.get("settings", {})
|
|
317
|
-
|
|
317
|
+
# Get the packaged puakma-*.jar file
|
|
318
|
+
# Assumes only 1 file in the /lib directory
|
|
319
|
+
lib_dir = os.path.join(os.path.dirname(__file__), "lib")
|
|
320
|
+
puakma_jar = os.listdir(lib_dir)[0]
|
|
321
|
+
puakma_path = os.path.join(lib_dir, puakma_jar)
|
|
322
|
+
|
|
318
323
|
referenced_libs = [puakma_path, os.path.join("zlib", "**", "*.jar")]
|
|
324
|
+
# Java runtimes
|
|
319
325
|
java_runtimes: list[dict[str, Any]] = [{}]
|
|
320
326
|
if server is not None:
|
|
321
327
|
config = configparser.ConfigParser()
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vortex_cli
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.16.1
|
|
4
4
|
Home-page: https://github.com/jordanamos/vortex-cli
|
|
5
5
|
Author: Jordan Amos
|
|
6
6
|
Author-email: jordan.amos@gmail.com
|
|
7
7
|
License: MIT
|
|
8
8
|
Keywords: vortex cli
|
|
9
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
9
|
Classifier: Intended Audience :: Developers
|
|
11
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
11
|
Classifier: Natural Language :: English
|
|
@@ -31,7 +31,7 @@ vortex/commands/log.py
|
|
|
31
31
|
vortex/commands/new.py
|
|
32
32
|
vortex/commands/watch.py
|
|
33
33
|
vortex/docs/Blackbook.pdf
|
|
34
|
-
vortex/lib/puakma.jar
|
|
34
|
+
vortex/lib/puakma-6.0.37.jar
|
|
35
35
|
vortex_cli.egg-info/PKG-INFO
|
|
36
36
|
vortex_cli.egg-info/SOURCES.txt
|
|
37
37
|
vortex_cli.egg-info/dependency_links.txt
|
|
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
|
|
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
|