public
Description: Python interface for talking to the github API
Clone URL: git://github.com/dustin/py-github.git

dustin's py-github Feed   feed

ashcrow committed to dustin/py-github about 1 month ago

21b9edc55187c4b4237dd8e882a84b3ec6219362

added in general setup structure. Should now work as a normal, installable library.

ashcrow committed to dustin/py-github about 1 month ago

ccadb8e13d60048162999c0f0f90f02c33e48e86

added license and copyright information throughout the source

ashcrow committed to dustin/py-github about 1 month ago
ashcrow forked py-github about 1 month ago
Forked repository is at ashcrow/py-github
3hci started watching py-github 3 months ago
py-github is at dustin/py-github
dirceu started watching py-github 3 months ago
py-github is at dustin/py-github
mkoberlein started watching py-github 4 months ago
py-github is at dustin/py-github
dustin committed to dustin/py-github 4 months ago

f46e25fbaa8923e169ddce7afbb2dc8339cc50d6

Added a simple CLI search tool.

dustin committed to dustin/py-github 4 months ago
dustin committed to dustin/py-github 4 months ago

0942fc3164237e73dcdceddb66eef452849e2b7a

Make the branch on commits default to master.

dustin committed to dustin/py-github 4 months ago

648b4f2647ca9af55cfb87f18e43b40c317119d4

Rename the search argument to search_string for less confusion.

dustin committed to dustin/py-github 4 months ago

8515a6ed60931607c8528be3a48f66557a4af598

Have the docstring for testCommitsBase not lie.

dustin committed to dustin/py-github 4 months ago

eef5ef3d043183ec3992426f67aa487854343bc2

Put docstrings on some of the undocstringed tests.

dustin committed to dustin/py-github 4 months ago

599cd864ea345af6f9e0ee59aba840f13e5d201f

Support for the search API.

dustin committed to dustin/py-github 4 months ago

1f9c99aeb941e3cc59e4db9ec56b15f248ec3412

Added support for integer data types on elements.

dustin committed to dustin/py-github 4 months ago

c8f81c50830fa0c17fcba1a0ce3f331d5760ee95

githubsync: include info about ~/.github-private

Singletoned started watching py-github 5 months ago
py-github is at dustin/py-github
dustin committed to dustin/py-github 5 months ago

b33933986e98298edb7a18c4bb381c54830fe12e

Repair the older format syncs so mirror is set up properly.

dustin committed to dustin/py-github 5 months ago

383cd033d217539d9f28e4ccd7d123a785050d1d

Added a mechanism for grabbing private repos.

dustin committed to dustin/py-github 5 months ago

58512e897889455da41dfdb9027d1c542f17f84e

Separate sync with repo object from sync with URL.

dustin committed to dustin/py-github 5 months ago

bdb9461f2acc4a3f456cb6c9dfecbd02e909a084

githubsync: Set up the remote in mirror mode.

myabc started watching py-github 5 months ago
py-github is at dustin/py-github
howiworkdaily started watching py-github 5 months ago
py-github is at dustin/py-github
paltman started watching py-github 5 months ago
py-github is at dustin/py-github
revyver forked py-github 5 months ago
Forked repository has since been deleted.
revyver started watching py-github 5 months ago
py-github is at dustin/py-github
jezdez started watching py-github 5 months ago
py-github is at dustin/py-github
dustin committed to dustin/py-github 5 months ago

303d34dfa68167c2cd881aa17c90c833b6dad649

Always do a fetch (even after a clone). Keeps the branches in sync.

emkay stopped watching py-github 6 months ago
py-github is at dustin/py-github
dustin committed to dustin/py-github 6 months ago

f580b793ad74da3338e62ba16d30d986e95dcbc1

Add -f to fetch since the goal is to sync down, so we don't care about ff.