Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Commit

Permalink
README: Convert to rst
Browse files Browse the repository at this point in the history
This way PyPI will show it nicely.
  • Loading branch information
sils committed Mar 17, 2016
1 parent 54a5ddb commit 0d82775
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md

This file was deleted.

28 changes: 28 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
ABOUT
=====

PyPrint is a simple printer library for python.

AUTHORS
=======

Main authors and maintainers are:

- Lasse Schuirmann [email protected]
- Mischa Krüger [email protected]

STATUS
======

|Linux & OSX Build status| |Windows Build status|

|Scrutinizer Code Quality| |codecov.io|

.. |Linux & OSX Build status| image:: https://img.shields.io/travis/coala-analyzer/PyPrint/master.svg?label=linux%20and%20osx%20build
:target: https://travis-ci.org/coala-analyzer/PyPrint
.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/coala/PyPrint/master.svg?label=windows%20build
:target: https://ci.appveyor.com/project/coala/PyPrint/branch/master
.. |Scrutinizer Code Quality| image:: https://img.shields.io/scrutinizer/g/coala-analyzer/PyPrint.svg?label=scrutinizer%20quality
:target: https://scrutinizer-ci.com/g/coala-analyzer/PyPrint/?branch=master
.. |codecov.io| image:: https://img.shields.io/codecov/c/github/coala-analyzer/PyPrint/master.svg?label=branch%20coverage
:target: https://codecov.io/github/coala-analyzer/PyPrint?branch=master

0 comments on commit 0d82775

Please sign in to comment.