{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"}],"enrichment":{"capability":"Reads and writes Java .properties files in both line-oriented and XML formats with a simple API modeled on the json module, plus an optional Properties class for Java compatibility.","skillfed_tags":["java-interop","config-format"],"use_cases":["Load Java application configuration files into Python for testing or tooling without manual parsing","Export Python configuration dictionaries to .properties format for consumption by Java applications","Convert between .properties line format and XML format for compatibility with different Java tools","Build Python utilities that manipulate Java .properties files while preserving formatting and comments","Interoperate with legacy Java systems that use .properties for configuration management"],"what_it_does":"javaproperties is a library for reading and writing Java .properties configuration files from Python. It handles both the standard line-oriented format (key=value pairs with escape sequences) and the XML variant, and provides a json-like API with load/loads/dump/dumps functions. It also includes an optional Properties class that mimics Java's java.util.Properties behavior for developers migrating from Java or needing close compatibility.\n\nThe package handles Unicode properly, including escape sequences like \\uXXXX, and supports common .properties features such as comments, whitespace, and colon/equals delimiters. It has no runtime dependencies and works on modern Python versions (3.8+) across CPython and PyPy, making it suitable for configuration interchange between Java and Python systems.","worth_installing":"Yes. javaproperties is a focused, well-maintained library with zero dependencies, permissive licensing, and active upstream support. Install it if you need to read or write Java .properties files from Python; it solves that problem cleanly without friction. No known security issues."},"id":"javaproperties","links":{"html":"https://skillfed.io/packages/javaproperties","md":"https://skillfed.io/packages/javaproperties.md","pypi":"https://pypi.org/project/javaproperties/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-12-01","license_spdx":null,"license_treatment":"permissive","name":"javaproperties","python_support":"supports_current","summary":"Read & write Java .properties files"},"popularity":{"monthly_downloads":5895523,"position":2016,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.8.2"}
