Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit d4e68f7

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #12 from staticdev/add-badges
Add badges
2 parents afe1371 + 5db6b36 commit d4e68f7

File tree

1 file changed

+34
-7
lines changed

1 file changed

+34
-7
lines changed

README.rst

+34-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
github4.py
22
==========
33

4+
|PyPI| |Python Version| |License|
5+
6+
|Read the Docs| |Tests| |Codecov|
7+
8+
|pre-commit| |Black|
9+
10+
.. |PyPI| image:: https://img.shields.io/pypi/v/github4.py.svg
11+
:target: https://pypi.org/project/github4.py/
12+
:alt: PyPI
13+
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/github4.py
14+
:target: https://pypi.org/project/github4.py
15+
:alt: Python Version
16+
.. |License| image:: https://img.shields.io/pypi/l/github4.py
17+
:target: https://opensource.org/licenses/MIT
18+
:alt: License
19+
.. |Read the Docs| image:: https://img.shields.io/readthedocs/github4/latest.svg?label=Read%20the%20Docs
20+
:target: https://github4.readthedocs.io/
21+
:alt: Read the documentation at https://github4.readthedocs.io/
22+
.. |Tests| image:: https://github.com/staticdev/github4.py/workflows/Tests/badge.svg
23+
:target: https://github.com/staticdev/github4.py/actions?workflow=Tests
24+
:alt: Tests
25+
.. |Codecov| image:: https://codecov.io/gh/staticdev/github4.py/branch/master/graph/badge.svg
26+
:target: https://codecov.io/gh/staticdev/github4.py
27+
:alt: Codecov
28+
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
29+
:target: https://github.com/pre-commit/pre-commit
30+
:alt: pre-commit
31+
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
32+
:target: https://github.com/psf/black
33+
:alt: Black
34+
35+
436
github4.py an actively developed wrapper around the GitHub API that forks github3.py_.
537

638
Note: This library currently works with Python 3.7+ or pypy3. For older versions, please use github3.py_ version 1.3.0.
@@ -17,9 +49,11 @@ You can install *github4.py* via pip_ from PyPI_:
1749
Dependencies
1850
------------
1951

52+
- dateutil_
2053
- requests_
2154
- uritemplate_
2255

56+
.. _dateutil: https://github.com/dateutil/dateutil
2357
.. _requests: https://github.com/kennethreitz/requests
2458
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
2559

@@ -41,13 +75,6 @@ Issues
4175
If you encounter any problems,
4276
please `file an issue`_ along with a detailed description.
4377

44-
Examples
45-
--------
46-
47-
See the docs_ for more examples.
48-
49-
.. _docs: https://github3.readthedocs.io/en/latest/index.html#more-examples
50-
5178
Credits
5279
-------
5380

0 commit comments

Comments
 (0)