@@ -6,42 +6,42 @@ pyApp - A python application framework
66
77As of pyApp 4.0, Python < 3.6 is no longer supported.
88
9- +---------+---------------------------------------------------------------------------------------+
10- | Docs | .. image:: https://readthedocs.org/projects/pyapp/badge/?version=latest |
11- | | :target: https://docs.pyapp.info/ |
12- | | :alt: ReadTheDocs |
13- +---------+---------------------------------------------------------------------------------------+
14- | Build | .. image:: https://img.shields.io/travis/ pyapp-org/pyapp.svg?style=flat |
15- | | :target: https://travis-ci.org/pyapp-org/pyapp |
16- | | :alt: Travis CI Status |
17- | | .. image:: https://api.dependabot.com/badges/status?host=github&repo=pyapp-org/pyapp |
18- | | :target : https://dependabot.com |
19- | | :alt: Dependabot Status |
20- +---------+---------------------------------------------------------------------------------------+
21- | Quality | .. image:: https://api.codeclimate.com/v1/badges/58f9ffacb711c992610d/maintainability |
22- | | :target: https://codeclimate.com/github/pyapp-org/pyapp/maintainability |
23- | | :alt: Maintainability |
24- | | .. image:: https://api.codeclimate.com/v1/badges/58f9ffacb711c992610d/test_coverage |
25- | | :target: https://codeclimate.com/github/ pyapp-org/pyapp/test_coverage |
26- | | :alt: Test Coverage |
27- | | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
28- | | :target: https://github.com/ambv/black |
29- | | :alt: Once you go Black... |
30- +---------+---------------------------------------------------------------------------------------+
31- | Package | .. image:: https://img.shields.io/pypi/v/pyapp |
32- | | :target: https://pypi.io/pypi/pyapp/ |
33- | | :alt: Latest Version |
34- | | .. image:: https://img.shields.io/pypi/pyversions/pyapp |
35- | | :target: https://pypi.io/pypi/pyapp/ |
36- | | .. image:: https://img.shields.io/pypi/l/pyapp |
37- | | :target: https://pypi.io/pypi/pyapp/ |
38- | | .. image:: https://img.shields.io/pypi/wheel/pyapp |
39- | | :alt: PyPI - Wheel |
40- | | :target: https://pypi.io/pypi/pyapp/ |
41- +---------+---------------------------------------------------------------------------------------+
42-
43- pyApp takes care of the boring boilerplate code for building a CLI, manageing
44- settings and much more so you can focus on your buisness logic.
9+ +---------+------------------------------------------------------------------------------------------------------------ +
10+ | Docs | .. image:: https://readthedocs.org/projects/pyapp/badge/?version=latest |
11+ | | :target: https://docs.pyapp.info/ |
12+ | | :alt: ReadTheDocs |
13+ +---------+------------------------------------------------------------------------------------------------------------ +
14+ | Build | .. image:: https://api.dependabot.com/badges/status?host=github&repo= pyapp-org/pyapp |
15+ | | :target: https://dependabot.com |
16+ | | :alt: Dependabot Status |
17+ +---------+------------------------------------------------------------------------------------------------------------+
18+ | Quality | .. image: : https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=sqale_rating |
19+ | | :target: https://sonarcloud.io/dashboard?id=pyapp-org_pyapp |
20+ | | :alt: Maintainability |
21+ | | .. image:: https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=security_rating |
22+ | | :target: https://sonarcloud.io/project/security_hotspots |
23+ | | :alt: Security |
24+ | | .. image:: https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=coverage |
25+ | | :target: https://sonarcloud.io/code?id= pyapp-org_pyapp |
26+ | | :alt: Test Coverage |
27+ | | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
28+ | | :target: https://github.com/ambv/black |
29+ | | :alt: Once you go Black... |
30+ +---------+------------------------------------------------------------------------------------------------------------ +
31+ | Package | .. image:: https://img.shields.io/pypi/v/pyapp |
32+ | | :target: https://pypi.io/pypi/pyapp/ |
33+ | | :alt: Latest Version |
34+ | | .. image:: https://img.shields.io/pypi/pyversions/pyapp |
35+ | | :target: https://pypi.io/pypi/pyapp/ |
36+ | | .. image:: https://img.shields.io/pypi/l/pyapp |
37+ | | :target: https://pypi.io/pypi/pyapp/ |
38+ | | .. image:: https://img.shields.io/pypi/wheel/pyapp |
39+ | | :alt: PyPI - Wheel |
40+ | | :target: https://pypi.io/pypi/pyapp/ |
41+ +---------+------------------------------------------------------------------------------------------------------------ +
42+
43+ pyApp takes care of the boring boilerplate code for building a CLI, managing
44+ settings and much more so you can focus on your business logic.
4545
4646So what do we handle?
4747=====================
0 commit comments