Ask Solem
aee2d8b425
Added Cody Soyland to AUTHORS
2010-04-27 16:31:03 +02:00
Cody Soyland
dd58c5c0d6
Add MANIFEST.in so sdist produces working build.
2010-04-27 09:21:47 -05:00
Ask Solem
b598395d36
Added Rick Harris to AUTHORS
2010-04-27 11:47:47 +02:00
Rick Harris
396b18f3f1
Import parse_qs from cgi (2.5 compat)
2010-04-26 22:35:29 -05:00
Ask Solem
343fa6a938
Changed package name to github2
2010-04-19 11:23:56 +02:00
Ask Solem
59dd46c084
Managed to commit debugging output from friend-or-follow.py
2010-03-16 13:18:38 +01:00
Ask Solem
66ef352d2e
New example examples/friend-or-follow.py: Like friendorfollow.com but for Github.
2010-03-16 13:15:53 +01:00
Ask Solem
cd1f63ea37
Added Maximillian Dornseif to AUTHORS
2010-01-04 11:19:12 +01:00
Maximillian Dornseif
47df31bac8
github_manage_collaborators is now automatically installed by setup.py
2010-01-01 10:37:33 +01:00
Maximillian Dornseif
3dd8d9e854
* raise a somewhat more helpfull exception when github.com returns an error
...
* added docstrings on some functions which made me stumble
2010-01-01 10:36:04 +01:00
Maximillian Dornseif
b44bcf82d6
github_manage_collaborators allows you to change access for all repositories
...
of an github.com account.
$ github_manage_collaborators --login company --apitoken 02...66 list
huSoftM: hudora mdornseif cklein
huTools: hudora cklein
pyJasper: hudora
$ github_manage_collaborators --login company --apitoken 02...66 add nerxs
added 'nerxs' to 'huSoftM'
added 'nerxs' to 'huTools'
added 'nerxs' to 'pyJasper'
$ github_manage_collaborators --login company --apitoken 02...66 remove nerxs
removed 'nerxs' from 'huSoftM'
removed 'nerxs' from 'huTools'
removed 'nerxs' from 'pyJasper'
$ github_manage_collaborators --login company --apitoken 02...66 list
huSoftM: hudora mdornseif cklein nerxs
huTools: hudora cklein nerxs
pyJasper: hudora nerxs
Use it only on workstations where you are the single user, because the `ps`
command would reveal your secret API-token to everybody on the host
running `github_manage_collaborators`.
2009-12-31 23:34:38 +01:00
Maximillian Dornseif
b8463cc8df
Author: Maximillian Dornseif <m.dornseif@hudora.de>
...
Date: Thu Dec 31 18:42:07 2009 +0100
Add authentiation for GET requests.
This for example allows you to list private repositories:
>>> from github2.client import Github
>>> github = Github(username="company", api_token="2e66a5c7e24d1d066230f368ce8b094e")
>>> repos = github.repos.list("company")
`repos` now contains a list of public and private repositories of "company".
2009-12-31 19:02:02 +01:00
Ask Solem
af679985b2
Added Mark Paschal to AUTHORS
2009-12-20 18:20:22 +01:00
Ask Solem
1c60eff4f3
Added Donald von Stufft to AUTHORS
2009-12-20 18:20:05 +01:00
dstufft
3bd699f278
fixed a mistake in setup.py
2009-12-20 04:47:15 +00:00
Mark Paschal
c4bbd94376
Carry an explicit method so we can still POST even when there are no extra data (such as for repos.remove_collaborator)
2009-11-23 18:20:56 -08:00
Ask Solem
ee2b7b26c8
Merge branch 'justquick/master'
2009-11-13 12:33:01 +01:00
Ask Solem
5e55ecb19f
Make this thing work. Closes #2 . Closes #3
2009-11-13 12:31:46 +01:00
Justin Quick
218befe66b
README now w/ rst extension, github will make this look purdy
2009-11-13 00:21:02 -05:00
Ask Solem
f6abaa5dba
Fix typo authored_data -> authored_date
2009-04-21 14:46:20 +02:00
Ask Solem
f1667a2720
Fix typo messsage -> message
2009-04-21 14:45:49 +02:00
Ask Solem
1069b99afc
Fetching data fixed by issuing GET requests instead + date for commits properly parsed.
2009-04-21 14:45:16 +02:00
Ask Solem
a96ccd4531
Remove debugging prints.
2009-04-21 13:36:52 +02:00
Ask Solem
a6aab83e4e
Better date parsing (still not good enough, have to find out how to parse the timezone, anyone?)
2009-04-21 13:36:27 +02:00
Ask Solem
433206f5c2
Authentication now works correctly. (changing data etc.)
2009-04-21 13:36:06 +02:00
Ask Solem
22d2631d23
Change to new datatype style.
2009-04-19 15:24:03 +02:00
Ask Solem
bc2461ea9a
Playing around.
2009-04-19 02:40:48 +02:00
Ask Solem
8478db043b
Added automatic convertion of dates to datetime.datetime
2009-04-19 01:42:59 +02:00
Ask Solem
4af0ca091e
Bumped version to 0.1.1
2009-04-18 23:03:57 +02:00
Ask Solem
373e5ea0db
Fixed __doc__ for github2
2009-04-18 23:03:31 +02:00
Ask Solem
6abfca216e
Renamed README.rst -> README
2009-04-18 23:02:51 +02:00
Ask Solem
1af3619f0b
Fix syntax errors in README.rst
2009-04-18 23:02:19 +02:00
Ask Solem
5ff010ff87
Added AUTHORS file.
2009-04-18 22:59:17 +02:00
Ask Solem
3ccb1cd824
Added setup.py
2009-04-18 22:58:48 +02:00
Ask Solem
73600ae377
Added temporary README
2009-04-18 22:57:26 +02:00
Ask Solem
dab63a5db6
Added delete repository
2009-04-18 22:57:10 +02:00
Ask Solem
1dfa90c88d
Added support for network data ( http://develop.github.com/p/network.html )
2009-04-18 22:18:41 +02:00
Ask Solem
fbc49f1b23
Added support for getting blob/tree metadata (as described in http://develop.github.com/p/object.html )
2009-04-18 22:05:30 +02:00
Ask Solem
7b88d36926
Added support for Commits ( http://develop.github.com/p/commits.html )
2009-04-18 21:55:51 +02:00
Ask Solem
fdc17200cf
Some refactoring.
2009-04-18 21:43:07 +02:00
Ask Solem
d9e22a0010
Added support for repositories ( http://develop.github.com/p/repo.html )
2009-04-18 19:33:20 +02:00
Ask Solem
a62e478951
Initial commit
2009-04-18 17:29:55 +02:00