A simple python couchdb api client library
- Because I needed something simpler
- I didn't want object mapping, i prefer using json-schema and validate when needed
- I wanted to use ijson, to reduce memory usage in big view responses
- Small and simple
- Uses the well tested requests library
- View iterators(big view responses with small memory footprint, only one doc in memory for iteration)
This is alpha software, use at your own risk, i'm not responsible for your dead kittens
- complete couchdb api
- design documents
- tests
- etc..