Skip to main content

Command-line manipulation of Java .properties files

Project description

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CI Status https://codecov.io/gh/jwodder/javaproperties-cli/branch/master/graph/badge.svg https://img.shields.io/pypi/pyversions/javaproperties-cli.svg MIT License

GitHub | PyPI | Documentation | Issues | Changelog

javaproperties-cli is a wrapper around the javaproperties package (from which it was split off) that provides programs for basic command-line manipulation of .properties files, including getting, setting, & deleting values and converting to & from JSON.

Installation

javaproperties-cli requires Python 3.6 or higher. Just use pip for Python 3 (You have pip, right?) to install javaproperties-cli and its dependencies:

python3 -m pip install javaproperties-cli

Quickstart

javaproperties get    <file> <key> ...

Output the values of the given keys in the given .properties file

javaproperties select <file> <key> ...

Output the key-value pairs for the given keys in the given .properties file

javaproperties set    <file> <key> <value>

Set <key> in <file> to <value> and output the result

javaproperties delete <file> <key> ...

Output the given .properties file with the given keys deleted

javaproperties format [<file>]

Reformat the given .properties file, removing comments & extraneous whitespace and putting keys in sorted order

json2properties [<infile> [<outfile>]]

Convert a JSON object to a .properties file

properties2json [<infile> [<outfile>]]

Convert a .properties file to a JSON object

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

javaproperties-cli-0.8.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

javaproperties_cli-0.8.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file javaproperties-cli-0.8.0.tar.gz.

File metadata

  • Download URL: javaproperties-cli-0.8.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5

File hashes

Hashes for javaproperties-cli-0.8.0.tar.gz
Algorithm Hash digest
SHA256 dd98886d100d2791454c39330faaf35d590cdabb729de68c078199539b1e041c
MD5 946d62fc0bea48249daa0dc6afe7ed64
BLAKE2b-256 949581984bfb6d27c36e00038fa6397506b8ee4b8f471cf29a7931106b22230e

See more details on using hashes here.

Provenance

File details

Details for the file javaproperties_cli-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: javaproperties_cli-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5

File hashes

Hashes for javaproperties_cli-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10408127f13f64211acdf1a5c0c302d09b37280941c06fcb14abe6ee241073b9
MD5 09d589b2091fe59161aedcce535b6d28
BLAKE2b-256 f571fe63242eba72931d50a6e5daa45d1134df075eeda4fed678a69c5ab3fe9c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page