https://github.com/jadogg/propers
Java like properties for Python + more
https://github.com/jadogg/propers
Last synced: 9 months ago
JSON representation
Java like properties for Python + more
- Host: GitHub
- URL: https://github.com/jadogg/propers
- Owner: JaDogg
- License: mit
- Created: 2018-03-15T19:11:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T19:37:12.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T02:13:35.909Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
propers - Java properties like configurations for Python
========================================================
.. image:: https://travis-ci.org/JaDogg/propers.svg?branch=master
:target: https://travis-ci.org/JaDogg/propers
This is a library to load Java properties like configuration files.
propers is much more powerful than simple key value pairs configs.
How this was developed
----------------------
`Python 3 Testing & TDD Tutorial
`_ Part 01
`Python 3 Testing & TDD Tutorial
`_ Part 02 - Python 3 TDD Some More