javaproperties-cli

View on PyPIReverse Dependencies (0)

0.8.0 javaproperties_cli-0.8.0-py3-none-any.whl

Wheel Details

Project: javaproperties-cli
Version: 0.8.0
Filename: javaproperties_cli-0.8.0-py3-none-any.whl
Download: [link]
Size: 11174
MD5: 09d589b2091fe59161aedcce535b6d28
SHA256: 10408127f13f64211acdf1a5c0c302d09b37280941c06fcb14abe6ee241073b9
Uploaded: 2021-05-12 14:36:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: javaproperties-cli
Version: 0.8.0
Summary: Command-line manipulation of Java .properties files
Author: John Thorvald Wodder II
Author-Email: javaproperties-cli[at]varonathe.org
Home-Page: https://github.com/jwodder/javaproperties-cli
Project-Url: Source Code, https://github.com/jwodder/javaproperties-cli
Project-Url: Bug Tracker, https://github.com/jwodder/javaproperties-cli/issues
Project-Url: Documentation, https://javaproperties-cli.readthedocs.io
License: MIT
Keywords: config,configfile,configuration,java,javaproperties,properties
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Java Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
Requires-Dist: click (>=7.0)
Requires-Dist: javaproperties (<0.9,>=0.7.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 2813 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
javaproperties_cli/__init__.py sha256=D7Y7HOmp9qi0yBZKG39el5fOJsS-NrTCznCzbY5kgAc 662
javaproperties_cli/__main__.py sha256=CW4T0z1Qy7Yz2rImO9CwdMLlmzVWNAXMvjvSPyr2uTs 17271
javaproperties_cli/fromjson.py sha256=Q1aJd-2Bofq_t0fi8y6HmriR6A-QAvCMFFI2zGyjx3o 4196
javaproperties_cli/tojson.py sha256=X2y4MGvzPIv9sGKNsBGE0ZXxQq6OJlkq5eaStbCvu80 2541
javaproperties_cli/util.py sha256=7zyolBw-2oLkqBttixz-3GLLiP06bNEpVZT3qDyfFDg 883
javaproperties_cli-0.8.0.dist-info/LICENSE sha256=vkM0zaAx3wYt8nT5RK42-WxyY3Do7YzGZz_VQ8cSM7E 1095
javaproperties_cli-0.8.0.dist-info/METADATA sha256=o_FGlpR8jQOnQ0rEg-jRW_C0cT8rnt4BdkE9yV8tsy0 4296
javaproperties_cli-0.8.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
javaproperties_cli-0.8.0.dist-info/entry_points.txt sha256=flKDCYn1b60lQpwMkobfXTu2Sa49af4249Cwy9TNZ0U 201
javaproperties_cli-0.8.0.dist-info/top_level.txt sha256=V_Aqojl2WsNQlX7A-YomFjO0JWalXAsIsbEaIrpbMTs 19
javaproperties_cli-0.8.0.dist-info/RECORD

top_level.txt

javaproperties_cli

entry_points.txt

javaproperties = javaproperties_cli.__main__:javaproperties
json2properties = javaproperties_cli.fromjson:json2properties
properties2json = javaproperties_cli.tojson:properties2json