{"id":18084849,"url":"https://github.com/jwodder/javaproperties-cli","last_synced_at":"2025-04-12T20:10:09.604Z","repository":{"id":62572176,"uuid":"88869195","full_name":"jwodder/javaproperties-cli","owner":"jwodder","description":"Command-line manipulation of Java .properties files","archived":false,"fork":false,"pushed_at":"2025-03-31T23:16:18.000Z","size":343,"stargazers_count":4,"open_issues_count":24,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T20:09:58.993Z","etag":null,"topics":["available-on-pypi","config","configfile","configuration","java","javaproperties","properties","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwodder.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","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":"2017-04-20T13:33:30.000Z","updated_at":"2025-01-23T14:41:19.000Z","dependencies_parsed_at":"2023-01-31T02:00:17.601Z","dependency_job_id":"be3c9989-49c7-43b0-8c61-9aef94d480b4","html_url":"https://github.com/jwodder/javaproperties-cli","commit_stats":{"total_commits":306,"total_committers":1,"mean_commits":306.0,"dds":0.0,"last_synced_commit":"2a1c6885cb881e04a9c06a146b978a2339192628"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fjavaproperties-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fjavaproperties-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fjavaproperties-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwodder%2Fjavaproperties-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwodder","download_url":"https://codeload.github.com/jwodder/javaproperties-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"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":["available-on-pypi","config","configfile","configuration","java","javaproperties","properties","python"],"created_at":"2024-10-31T15:08:26.063Z","updated_at":"2025-04-12T20:10:09.577Z","avatar_url":"https://github.com/jwodder.png","language":"Python","readme":"|repostatus| |ci-status| |coverage| |pyversions| |license|\n\n.. |repostatus| image:: https://www.repostatus.org/badges/latest/active.svg\n    :target: https://www.repostatus.org/#active\n    :alt: Project Status: Active - The project has reached a stable, usable\n          state and is being actively developed.\n\n.. |ci-status| image:: https://github.com/jwodder/javaproperties-cli/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/jwodder/javaproperties-cli/actions/workflows/test.yml\n    :alt: CI Status\n\n.. |coverage| image:: https://codecov.io/gh/jwodder/javaproperties-cli/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/jwodder/javaproperties-cli\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/javaproperties-cli.svg\n    :target: https://pypi.org/project/javaproperties-cli\n\n.. |license| image:: https://img.shields.io/github/license/jwodder/javaproperties-cli.svg?maxAge=2592000\n    :target: https://opensource.org/licenses/MIT\n    :alt: MIT License\n\n`GitHub \u003chttps://github.com/jwodder/javaproperties-cli\u003e`_\n| `PyPI \u003chttps://pypi.org/project/javaproperties-cli\u003e`_\n| `Documentation \u003chttps://javaproperties-cli.readthedocs.io\u003e`_\n| `Issues \u003chttps://github.com/jwodder/javaproperties-cli/issues\u003e`_\n| `Changelog \u003chttps://github.com/jwodder/javaproperties-cli/blob/master/CHANGELOG.md\u003e`_\n\n``javaproperties-cli`` is a wrapper around the |javaproperties|_ package (from\nwhich it was split off) that provides programs for basic command-line\nmanipulation of |properties|_ files, including getting, setting, \u0026 deleting\nvalues and converting to \u0026 from JSON.\n\n\nInstallation\n============\n``javaproperties-cli`` requires Python 3.8 or higher.  Just use `pip\n\u003chttps://pip.pypa.io\u003e`_ for Python 3 (You have pip, right?) to install\n``javaproperties-cli`` and its dependencies::\n\n    python3 -m pip install javaproperties-cli\n\n\nQuickstart\n==========\n\n::\n\n    javaproperties get    \u003cfile\u003e \u003ckey\u003e ...\n\nOutput the values of the given keys in the given ``.properties`` file\n\n::\n\n    javaproperties select \u003cfile\u003e \u003ckey\u003e ...\n\nOutput the key-value pairs for the given keys in the given ``.properties`` file\n\n::\n\n    javaproperties set    \u003cfile\u003e \u003ckey\u003e \u003cvalue\u003e\n\nSet ``\u003ckey\u003e`` in ``\u003cfile\u003e`` to ``\u003cvalue\u003e`` and output the result\n\n::\n\n    javaproperties delete \u003cfile\u003e \u003ckey\u003e ...\n\nOutput the given ``.properties`` file with the given keys deleted\n\n::\n\n    javaproperties format [\u003cfile\u003e]\n\nReformat the given ``.properties`` file, removing comments \u0026 extraneous\nwhitespace and putting keys in sorted order\n\n::\n\n    json2properties [\u003cinfile\u003e [\u003coutfile\u003e]]\n\nConvert a JSON object to a ``.properties`` file\n\n::\n\n    properties2json [\u003cinfile\u003e [\u003coutfile\u003e]]\n\nConvert a ``.properties`` file to a JSON object\n\n\n.. |properties| replace:: ``.properties``\n.. _properties: https://en.wikipedia.org/wiki/.properties\n\n.. |javaproperties| replace:: ``javaproperties``\n.. _javaproperties: https://github.com/jwodder/javaproperties\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwodder%2Fjavaproperties-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwodder%2Fjavaproperties-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwodder%2Fjavaproperties-cli/lists"}