freebsd-ports/databases/py-simplecouchdb/pkg-descr
Steven Kreuzer 3992c091f0 - Fix spelling
- Remove md5

Feature safe:	yes
2011-01-19 14:42:39 +00:00

10 lines
386 B
Text

py-simplecouchdb is a simple library to allow your python
application to use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completely dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/