An open API service indexing awesome lists of open source software.

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

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