I've made a pygame/pyopengl 2d renderer and I uploaded it to my google site page and pyweek.org. Being more than a month from competition, would it be legal to use in pyweek?
Great to see! My concern is that it has some examples but there's no real documentation, making it pretty opaque to any other programmer. If that's not rectified then it's not really acceptable for the challenge.
Sounds like we're in pretty much identical circumstances - I just announced my own equivalent library here a few days ago, and I also have work to do to get it documented, and I haven't recently tested on non-Windows platforms.
I plan on generating API reference using Sphynx, adding docstrings until that looks reasonably complete, then adding at least an intro page chatting about the basic ideas of the library, some prominent pointers the the examples.
Maybe we could help each other out by quickly checking over each other's documentation to see whether it is sufficient and makes sense?
@tartley: That happened to me to! I thought it was because I zipped it on windows and tried to unzip it on linux. I've zipped it on linux and uploaded it again, so hopefully its OK now.
Sounds like we're in pretty much identical circumstances - I just announced my own equivalent library here a few days ago, and I also have work to do to get it documented, and I haven't recently tested on non-Windows platforms.
I plan on generating API reference using Sphynx, adding docstrings until that looks reasonably complete, then adding at least an intro page chatting about the basic ideas of the library, some prominent pointers the the examples.
Maybe we could help each other out by quickly checking over each other's documentation to see whether it is sufficient and makes sense?
@tartley: That would be great! I've never done documentation before, so mine might take a little while in coming.
BTW, the .zip format download doesn't work for me. I'm on Windows using either 7z nor Cygwin unzip - both report 'unsupported method LZMA'.
And thank you, by the way :)
FYI: We'll be using our own little library (Pykitten), too.
I even tried to write a tutorial for it but I'm kind of bad at explaining things. XD
Download (API documentation included)
Wiki page
http://pypi.python.org/pypi/gloopy
(Sorry for crossposting)
Strictly speaking I think I'm a day late for the 'month before pyweek' deadline. I had successive Barrys with both Sphinx and setup.py. :-)