Skip to content

Commit

Permalink
Merge pull request #3 from msabramo/patch-1
Browse files Browse the repository at this point in the history
README.rst: Add PyPI badge
  • Loading branch information
leahfitch committed Feb 2, 2015
2 parents 998be6a + 951f72d commit ba63891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
CellarDoor
==========

|Build Status| |Coverage Status|
|PyPI| |Build Status| |Coverage Status|

CellarDoor is a framework for building CRUD APIs mostly declaratively. It includes data modeling, data storage, authentication, authorization, serialization and interface protocols. It aims to dramatically reduce repetitive effort without getting in the way of the interesting bits of your application.


.. |PyPI| image:: https://pypip.in/version/cellardoor/badge.svg?style=flat
:target: https://pypi.python.org/pypi/cellardoor/

.. |Build Status| image:: https://travis-ci.org/cooper-software/cellardoor.svg
:target: https://travis-ci.org/cooper-software/cellardoor

Expand Down

0 comments on commit ba63891

Please sign in to comment.