Rules question: "released"?

This is going to sound nit-picky and I apologise for that. What is in the spirit of "released" for the purposes of the competition: is a library that has publically available source code repository, online documentation and has been around for a few years considered "released" and we can use the latest subversion code?

Background: it looks like this should be ok, since a few of the libraries linked to on the rules page are in this category (e.g. pyscumm) as well as code samples at pygame cookbook. I'm considering a browser-based UI for a game and want to use Django to get rid of the fuss of server -> browser interaction and to be able to supply a small webserver as part of the game download (therefore, no setup required). So everything's publically available and it's documented to the point that anybody could use it, but there hasn't been an official tarball made in 11 months.

(log in to comment)

Comments

When this topic has come up before, typically 'released' has been determined by the amount of documentation that exists for using the library. If there's enough documentation, existing before the deadline, that someone else can reasonably be expected to be able to use the lib, then it's 'released'.

Django is almost assuredly allowed.

I'm going to hijack a bit here, tho. Are clips from past pyweek entries valid for use? Either from our own entries or from others'?

Anything that's out there (and it's a rule that PyWeek entries must be open source) is fair game, just as long as you stick to the essential spirit of PyWeek which is that you develop a game "from scratch". Don't just copy another game into your source directory and alter the graphics :)
I was actually hoping to borrow your work on .mtl and .obj files, richard. :)
Heh :)
Actually, isn't Richard's obj/mtl stuff in the Pygame cookbook?