File tree Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
1
Development Lead
2
2
----------------
3
3
4
- - Ian Cordasco <graffatcolmingov@gmail.com>
4
+ - Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
5
5
6
6
- Matt Chung (@itsmemattchung)
7
7
Original file line number Diff line number Diff line change 69
69
- Allow users to pass a two-factor authentication callback to
70
70
``GitHub#authorize ``.
71
71
72
- .. _single authorization : https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorization
73
- .. _all authorizations : https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorizations
74
- .. _ping : https://github3py.readthedocs.io/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
75
- .. _Repository's collaborators : https://github3py.readthedocs.io/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
76
- .. _pagination changes : https://developer.github.com/changes/2014-03-18-paginating-method-changes/
77
- .. _stargarzers_url : https://github.com/sigmavirus24/github3.py/pull/240
72
+ .. _single authorization :
73
+ https://github3.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorization
74
+ .. _all authorizations :
75
+ https://github3.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorizations
76
+ .. _ping :
77
+ https://github3.readthedocs.io/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
78
+ .. _Repository's collaborators :
79
+ https://github3.readthedocs.io/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
80
+ .. _pagination changes :
81
+ https://developer.github.com/changes/2014-03-18-paginating-method-changes/
82
+ .. _stargarzers_url :
83
+ https://github.com/sigmavirus24/github3.py/pull/240
78
84
79
85
0.8.2: 2014-02-11
80
86
~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Installation
16
16
Dependencies
17
17
------------
18
18
19
- - requests _ by Kenneth Reitz
20
- - uritemplate _ by Ian Cordasco
19
+ - requests _
20
+ - uritemplate _
21
21
22
22
.. _requests : https://github.com/kennethreitz/requests
23
23
.. _uritemplate : https://github.com/sigmavirus24/uritemplate
@@ -56,7 +56,7 @@ Examples
56
56
57
57
See the docs _ for more examples.
58
58
59
- .. _docs : https://github3py .readthedocs.io/en/latest/index.html#more-examples
59
+ .. _docs : https://github3 .readthedocs.io/en/latest/index.html#more-examples
60
60
61
61
Testing
62
62
~~~~~~~
@@ -70,7 +70,7 @@ Install the dependencies from requirements.txt e.g.:
70
70
Author
71
71
------
72
72
73
- Ian Cordasco (sigmavirus24)
73
+ Ian Stapleton Cordasco (sigmavirus24)
74
74
75
75
Contact Options
76
76
---------------
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ Let's get information about a user::
17
17
gh = login('sigmavirus24', password='<password>')
18
18
19
19
sigmavirus24 = gh.me()
20
- # <User [sigmavirus24:Ian Cordasco]>
20
+ # <User [sigmavirus24:Ian Stapleton Cordasco]>
21
21
22
22
print(sigmavirus24.name)
23
- # Ian Cordasco
23
+ # Ian Stapleton Cordasco
24
24
print(sigmavirus24.login)
25
25
# sigmavirus24
26
26
print(sigmavirus24.followers_count)
@@ -111,7 +111,7 @@ Dependencies
111
111
~~~~~~~~~~~~
112
112
113
113
- requests _ by Kenneth Reitz
114
- - uritemplate _ by Ian Cordasco
114
+ - uritemplate _ by Ian Stapleton Cordasco
115
115
116
116
.. _requests : https://github.com/kennethreitz/requests
117
117
.. _uritemplate : https://github.com/sigmavirus24/uritemplate
You can’t perform that action at this time.
0 commit comments