[Circle-dev] Tangence-Python

Kiyoshi Aman kiyoshi.aman at gmail.com
Sun Sep 20 15:32:36 BST 2009


I've been working on a Python implementation of Tangence. It's by no
means complete, but the existing code can be obtained via:

hg clone http://hg.atheme.org/users/aerdan/tangence-python

Currently, the following things are not implemented:

- tangence.stream -- should have a pluggable interface so people can
use twisted, eventlet, raw socketry, etc.
- tangence.object
- tangence.server -- focusing more on client-side usability at present
- tangence.registry
- tangence.metacode -- optional? included for completeness
- test suite

Implemented but incomplete as of yet:

- tangence.message -- no Message.(un)pack_obj
- tangence.connection -- relies on tangence.stream
- tangence.objectproxy

Fully implemented:

- tangence.constants -- not that this is exactly a difficult thing to
implement >.>


More information about the Circle-dev mailing list