Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
added travis "build-passing" and pypi version icons to the README.rst…
Browse files Browse the repository at this point in the history
… along with the installation instructions
  • Loading branch information
pasztorpisti committed Apr 30, 2015
1 parent 6e1a948 commit 280936d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
========
json-cfg
========

.. image:: https://img.shields.io/travis/pasztorpisti/json-cfg.svg?style=flat
:target: https://travis-ci.org/pasztorpisti/json-cfg

.. image:: https://img.shields.io/pypi/v/json-cfg.svg?style=flat
:target: https://pypi.python.org/pypi/json-cfg

The goal of this library is providing a json config file loader that has
the following extras compared to the standard json.loads():

Expand Down Expand Up @@ -66,15 +73,14 @@ Config file examples
superusername: "tron", // <-- optional trailing comma
}
Building...
-----------
Installation
------------

.. code:: sh
The beta of this library will be ready by the end of the week so visit
back if you are interested.
pip install json-cfg
Sorry for the missing docs. The library is basically ready and its low
level code is quite well covered with test but I will have to add some
more high level test code along with the documentation and the examples.
As an alternative you can download the zipped library from https://pypi.python.org/pypi/json-cfg

Brief code examples
-------------------
Expand Down

0 comments on commit 280936d

Please sign in to comment.