commit 21: 75cda6a2f17d
parent 20: 4fcb3cdb8cf1
Avoid datetime type check The check is wrong because type(datetime) is <type 'type'>. Best to avoid the type check all together and let a traceback occur if the wrong flavour of object is passed in instead of masking the error. defaulttip
Menno Smits / mjs0
5 months ago
View at rev
disqus-python-client /
filename size last modified message
disqus  
.hgignore 160 B 8 months ago Added setup tools support
README 130 B 8 months ago Added readme
ez_setup.py 9.2 KB 8 months ago Added setup tools support
setup.cfg 27 B 8 months ago Added setup tools support
setup.py 970 B 5 months ago Updated setup.py for PyPi

README

1
2
3
disqus-api-client is a client for the Disqus (www.disqus.com)
comment forum service. It implements the entire Disqus
API in full.