Skip to main content

Tool parse Java style properties file

Project description

https://travis-ci.org/luiscberrocal/pyjavaprops.svg?branch=master

Library to read Java style properties files. I don’t particularly like properties files but working with them in Java is very easy. I recently had to support reading properties files using Python.

This project is based on Benjamins Brent fork of pyjavaproperties https://bitbucket.org/benjaminbrent/pyjavaproperties-python3

Installation

Requires Python3.

$ pip install pyjavaprops

Usage

filename = os.path.join(TEST_DATA_FOLDER, 'complex.properties')
java_properties = JavaProperties()
java_properties.load(open(filename))

print(java_properties['Key14'])

Development

To create the virtual environment

$ cd ~/virtual_environments

$ python3 /usr/local/lib/python3.4/site-packages/virtualenv.py --no-site-packages pyjavaprops_env

$ source ./pyjavaprops_env/bin/activate

(pyjavaprops_env) $

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

pyjavaprops-0.1.4.tar.gz (6.1 kB view hashes)

Uploaded Source

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