Skip to content

Commit

Permalink
add readme header
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 5, 2023
1 parent c216eab commit 9912c29
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# django-typer
Use Typer as the CLI interface for Django management commands.
|MIT license| |PyPI version fury.io| |PyPI pyversions| |PyPi djversions| |PyPI status| |Documentation Status|
|Code Cov| |Test Status|

.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://lbesson.mit-license.org/

.. |PyPI version fury.io| image:: https://badge.fury.io/py/django-typer.svg
:target: https://pypi.python.org/pypi/django-typer/

.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/django-typer.svg
:target: https://pypi.python.org/pypi/django-typer/

.. |PyPI djversions| image:: https://img.shields.io/pypi/djversions/django-typer.svg
:target: https://pypi.org/project/django-typer/

.. |PyPI status| image:: https://img.shields.io/pypi/status/django-typer.svg
:target: https://pypi.python.org/pypi/django-typer

.. |Documentation Status| image:: https://readthedocs.org/projects/django-typer/badge/?version=latest
:target: http://django-typer.readthedocs.io/?badge=latest/

.. |Code Cov| image:: https://codecov.io/gh/bckohan/django-typer/branch/main/graph/badge.svg?token=0IZOKN2DYL
:target: https://codecov.io/gh/bckohan/django-typer

.. |Test Status| image:: https://github.com/bckohan/django-typer/workflows/test/badge.svg
:target: https://github.com/bckohan/django-typer/actions


django-typer
############

Use Typer to define the CLI for your Django management commands.

0 comments on commit 9912c29

Please sign in to comment.