{"id":21829960,"url":"https://github.com/devinrsmith/java-utilities","last_synced_at":"2025-04-14T06:20:58.710Z","repository":{"id":62592842,"uuid":"526347921","full_name":"devinrsmith/java-utilities","owner":"devinrsmith","description":"Simple Java utilities","archived":false,"fork":false,"pushed_at":"2024-04-02T21:02:41.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T10:17:24.935Z","etag":null,"topics":["java","python","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinrsmith.png","metadata":{"files":{"readme":"README-pypi.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-18T19:29:06.000Z","updated_at":"2022-11-18T18:14:07.000Z","dependencies_parsed_at":"2024-11-27T18:44:20.270Z","dependency_job_id":null,"html_url":"https://github.com/devinrsmith/java-utilities","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"ed106d6b014fd6924de31b1b79029dd5ca19d720"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fjava-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fjava-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fjava-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinrsmith%2Fjava-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinrsmith","download_url":"https://codeload.github.com/devinrsmith/java-utilities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830871,"owners_count":21168357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","python","utility"],"created_at":"2024-11-27T18:33:16.938Z","updated_at":"2025-04-14T06:20:58.686Z","avatar_url":"https://github.com/devinrsmith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-utilities\n\n`java-utilities` is a helper package to run and introspect a `java` binary.\nIt can be used as a library, or with the provided standalone scripts.\n\n## Quickstart\n\nA [virtual environment](https://docs.python.org/3/tutorial/venv.html) is recommended.\n\nTo use from the command line:\n\n```shell\npip install java-utilities\n\njava-home\n\njava-property java.specification.version\n```\n\nTo use from python:\n\n```python\nfrom java_utilities import java_home, lookup_property\n\nprint(f\"Java home is '{java_home()}'\")\n\nproperty_name = \"java.specification.version\"\nprint(f\"Java specification version is '{lookup_property(property_name)}'\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinrsmith%2Fjava-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinrsmith%2Fjava-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinrsmith%2Fjava-utilities/lists"}