java-utilities
java-utilities is a helper package to run and introspect a java binary.
It can be used as a library, or with the provided standalone scripts.
Quickstart
A virtual environment is recommended.
To use from the command line:
pip install java-utilities
java-home
java-property java.specification.version
To use from python:
from java_utilities import java_home, lookup_property
print(f"Java home is '{java_home()}'")
property_name = "java.specification.version"
print(f"Java specification version is '{lookup_property(property_name)}'")
Release files for java-utilities 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| java-utilities-0.3.0.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| java_utilities-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.9 kB
Release files / java-utilities-0.3.0.tar.gz
| Download URL | java-utilities-0.3.0.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d90e27f284f0ca1a9da9eb9a504e67c94af46e6d27a6cae0e933732ad9a4b5b
|
|
BLAKE2b-256 checksum How to use checksums |
434a6418f011c08964f979ea9c170202f221a8d51849b9393310028ea77e88b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.12.2
|
Release files / java_utilities-0.3.0-py3-none-any.whl
| Download URL | java_utilities-0.3.0-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e52414c3366556cd5401b924cd2aebdad98b93a4234db4072ab26b8139320617
|
|
BLAKE2b-256 checksum How to use checksums |
356aa3332ad9c69a991296083ef956be16dda2b8872ebd50932ab97650acb118
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.12.2
|