1
1
github4.py
2
2
==========
3
3
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
+
4
36
github4.py an actively developed wrapper around the GitHub API that forksgithub3.py _.
5
37
6
38
Note: This library currently works with Python 3.7+ or pypy3. For older versions, please usegithub3.py _ version 1.3.0.
@@ -17,9 +49,11 @@ You can install *github4.py* via pip_ from PyPI_:
17
49
Dependencies
18
50
------------
19
51
52
+ -dateutil _
20
53
-requests _
21
54
-uritemplate _
22
55
56
+ .. _dateutil :https://github.com/dateutil/dateutil
23
57
.. _requests :https://github.com/kennethreitz/requests
24
58
.. _uritemplate :https://github.com/sigmavirus24/uritemplate
25
59
@@ -41,13 +75,6 @@ Issues
41
75
If you encounter any problems,
42
76
please `file an issue `_ along with a detailed description.
43
77
44
- Examples
45
- --------
46
-
47
- See thedocs _ for more examples.
48
-
49
- .. _docs :https://github3.readthedocs.io/en/latest/index.html#more-examples
50
-
51
78
Credits
52
79
-------
53
80