Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Mar 1, 2024
1 parent fde3e67 commit 4e39670
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@


Welcome to open_api_framework's documentation!
Welcome to open-api-framework's documentation!
=================================================

:Version: 0.1.0
:Source: https://github.com/maykinmedia/open_api_framework
:Source: https://github.com/maykinmedia/open-api-framework
:Keywords: ``<keywords>``
:PythonVersion: 3.11

|build-status| |code-quality| |black| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

<One liner describing the project>
A metapackage for registration components, that bundles the dependencies shared between these components

.. contents::

Expand All @@ -21,8 +20,7 @@ Welcome to open_api_framework's documentation!
Features
========

* ...
* ...
* Bundling shared dependencies and introducing minimum versions for them

Installation
============
Expand All @@ -39,7 +37,7 @@ Install

.. code-block:: bash
pip install open_api_framework
pip install open-api-framework
Usage
Expand Down Expand Up @@ -67,28 +65,28 @@ directory to the python path (or use ``python -m django <command>``):
# django-admin makemessages -l nl
.. |build-status| image:: https://github.com/maykinmedia/open_api_framework/workflows/Run%20CI/badge.svg
.. |build-status| image:: https://github.com/maykinmedia/open-api-framework/workflows/Run%20CI/badge.svg
:alt: Build status
:target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Run+CI%22
:target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/open_api_framework/workflows/Code%20quality%20checks/badge.svg
.. |code-quality| image:: https://github.com/maykinmedia/open-api-framework/workflows/Code%20quality%20checks/badge.svg
:alt: Code quality checks
:target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Code+quality+checks%22
:target: https://github.com/maykinmedia/open-api-framework/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/open_api_framework/branch/main/graph/badge.svg
:target: https://codecov.io/gh/maykinmedia/open_api_framework
.. |coverage| image:: https://codecov.io/gh/maykinmedia/open-api-framework/branch/main/graph/badge.svg
:target: https://codecov.io/gh/maykinmedia/open-api-framework
:alt: Coverage status

.. |docs| image:: https://readthedocs.org/projects/open_api_framework/badge/?version=latest
:target: https://open_api_framework.readthedocs.io/en/latest/?badge=latest
.. |docs| image:: https://readthedocs.org/projects/open-api-framework/badge/?version=latest
:target: https://open-api-framework.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open_api_framework.svg
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open-api-framework.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/open_api_framework.svg
.. |django-versions| image:: https://img.shields.io/pypi/djversions/open-api-framework.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/open_api_framework.svg
:target: https://pypi.org/project/open_api_framework/
.. |pypi-version| image:: https://img.shields.io/pypi/v/open-api-framework.svg
:target: https://pypi.org/project/open-api-framework/

0 comments on commit 4e39670

Please sign in to comment.