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. https://travis-ci.org/jwodder/javaproperties-cli.svg?branch=master https://coveralls.io/repos/github/jwodder/javaproperties-cli/badge.svg?branch=master https://img.shields.io/pypi/pyversions/javaproperties-cli.svg MIT License

GitHub | PyPI | Documentation | Issues

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

Just use pip (You have pip, right?) to install javaproperties-cli and its dependencies:

pip install javaproperties-cli

If you happen to be still stuck using Python 2.6, you will need to make sure that the ordereddict package is installed as well: pip install ordereddict

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.4.0.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

javaproperties_cli-0.4.0-py2.py3-none-any.whl (12.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for javaproperties-cli-0.4.0.tar.gz
Algorithm Hash digest
SHA256 4e98bc96ff40cd0f3b9d4a1d226fc92d3e1ce19fd31121f290d51b71c0516a60
MD5 5f779955afffdeb64a55457e02385740
BLAKE2b-256 706a051a741400378b863fbe7f49e41889596f75be69f58ddf2b869a573ef588

See more details on using hashes here.

File details

Details for the file javaproperties_cli-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for javaproperties_cli-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 13b80849644cd110c06d57f95d81554974c2fb11181f0d2cedbbad6db9bf7569
MD5 8714ee572d67b5c781d2904d53f2af43
BLAKE2b-256 ac1d1a466d5e7f43e22c3e06fcbf8955f6082e56ed4916604f37b8a7b7b757ec

See more details on using hashes here.

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