Skip to content

Commit

Permalink
Add Pypi badge
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Apr 2, 2016
1 parent 33c0ff6 commit 4e0ee46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python Fix Imports
******************

|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_
|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_ |pypi-badge|_

Python Fix Imports is a Python executable that can automatically reorganize the ``import``
statements of your Python script, by splitting single import statement importing several package
Expand All @@ -17,7 +17,7 @@ Please read the full rational
`online documenation for more information <http://fiximports.readthedocs.org/en/latest/>`_.

Sublime Text 3 users can use my
`Python Fix Imports<https://packagecontrol.io/packages/Python%20Fix%20Imports>`_ plugin.
`Python Fix Imports <https://packagecontrol.io/packages/Python%20Fix%20Imports>`_ plugin.

Example
=======
Expand Down Expand Up @@ -172,3 +172,5 @@ Release and upload to Pypi
.. _codecov-badge: http://codecov.io/github/Stibbons/fiximports?branch=master
.. |readthedocs-badge| image:: https://readthedocs.org/projects/fiximports/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/fiximports/builds/
.. |pypi-badge| image:: https://badge.fury.io/py/fiximports.svg
.. _pypi-badge: https://badge.fury.io/py/fiximports

0 comments on commit 4e0ee46

Please sign in to comment.