Java utilities
Project description
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)}'")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
java-utilities-0.3.0.tar.gz
(9.2 kB
view details)
Built Distribution
File details
Details for the file java-utilities-0.3.0.tar.gz
.
File metadata
- Download URL: java-utilities-0.3.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d90e27f284f0ca1a9da9eb9a504e67c94af46e6d27a6cae0e933732ad9a4b5b |
|
MD5 | 376780e6500a3d9c5c6c5ec96cb1b9c5 |
|
BLAKE2b-256 | 434a6418f011c08964f979ea9c170202f221a8d51849b9393310028ea77e88b5 |
File details
Details for the file java_utilities-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: java_utilities-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e52414c3366556cd5401b924cd2aebdad98b93a4234db4072ab26b8139320617 |
|
MD5 | e13bee771db249727dfc5dc6312b3e98 |
|
BLAKE2b-256 | 356aa3332ad9c69a991296083ef956be16dda2b8872ebd50932ab97650acb118 |