chiark / gitweb /
py: New Python module for writing services and suchlike
authorMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:04 +0000 (21:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:04 +0000 (21:11 +0100)
commit2fa800105a5897cad85c51c48d1970b9061a33f5
tree8bdfc3392956b60ca4b3e7c44c55b50256c4e6f1
parent2aff5dbb7d9458dc30136e264b921a0c8c520c41
py: New Python module for writing services and suchlike

Also rmcr: coroutines in terms of threads.

Other changes:

  * The new module uses Python 2.4 features, so make sure we have that
    version.
Makefile.am
configure.ac
debian/.gitignore
debian/control
debian/python-tripe.install [new file with mode: 0644]
debian/rules
py/Makefile.am [new file with mode: 0644]
py/rmcr.py [new file with mode: 0644]
py/tripe.py.in [new file with mode: 0644]