Initial import of a Python library for OCS services. Currently the backend
authorLuca Beltrame <einar@heavensinferno.net>
Sun, 18 Jul 2010 08:05:11 +0000 (10:05 +0200)
committerLuca Beltrame <einar@heavensinferno.net>
Sun, 18 Jul 2010 08:05:11 +0000 (10:05 +0200)
commit471f6f7b4135d004be040c2bbd552b12451badfe
tree31b0735b38030f11b40e82ce6e389658183d1c7f
parenteae21cd8e986960f7d8dab013a808ccdda578158
Initial import of a Python library for OCS services. Currently the backend
can read forums, threads and posts. Posting support will be added later.
ocs-client/README [new file with mode: 0644]
ocs-client/backend/__init__.py [new file with mode: 0644]
ocs-client/backend/containers.py [new file with mode: 0644]
ocs-client/backend/ocs.py [new file with mode: 0644]