Command-line manipulation of Java .properties files
Project description
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
Built Distribution
Hashes for javaproperties_cli-0.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18974a56970f076cf4692651472ab9f1a2c82a208d46b017a7e314a61da767bc |
|
MD5 | 5799b7f6081e7b7e93ad39468e4c5ca0 |
|
BLAKE2b-256 | cef84c2e558df2eb51ce00e1e43d9849aeb0abec122a168c3efdf20f9dd738ee |