Giter VIP home page Giter VIP logo

couchdb-python's Introduction

Python CouchDB Client Library

This is a fork of the Python CouchDB Library. The old library is no longer fully compatible with the current version of couchdb. This was intended as a major "Remodeling" of the library so to speak, though I never actually finished it. Like the original author before me, I decided maintining this fork was no longer woth the effort and switched to the python-cloudant library, available on PyPi. That library has official support for connecting to CouchDB servers, not just Cloudant servers. It's not a drop-in replacement by any means, but the APIs are actually quite similar for most tasks, so conversion is fairly straitforward.

Unlike the original, which encompasses a range of tools and utilities, this library focuses only on being a CouchDB client for Python. Much or the functionality from the original library is available in Fauxton, and that which isn't (Such as the Python view server) I feel would be better as a serperate project.

We also modernize the library, dropping support for Python 2 and legacy versions of CouchDB

In-Progress Tasks

  1. Remove legacy code for Python 2.x (Mostly Done)
  2. Migrate code to uses the Requests library rather than having its own HTTP Client (Mostly Done)

Future Tasks

  1. Use type hinting on all public methods (Better usage in IDEs)
  2. Update documentation
  3. Update automated tests
  4. Redo packaging for PyPi (Likely this will be a new library rather than a new version of the old one)
  5. Low priority, but eventually I will update and re-incorperate the Design Doc and Index management capabilities from the original
  6. Once the above is done and everything is working well, I'd maybe like to implement some local caching

Looking to Help?

Areas where I could use someone to pitch in if you're interested:

  1. Testing & Bug Fixing
  2. Fix packaging for PyPi
  3. Updating Documentation and Tests

couchdb-python's People

Contributors

adrienverge avatar amoore avatar atomatt avatar chadwhitacre avatar cmlenz avatar daevaorn avatar dholth avatar djc avatar djmorgul avatar dominickj-tdi avatar dorins avatar dustin avatar geppettodivacin avatar giftig avatar gourneau avatar iandanforth avatar jab avatar jaberg avatar janl avatar jeltef avatar kxepal avatar leesper avatar magopian avatar marcelotduarte avatar mmoya avatar rdbisme avatar ryanolson avatar tammoippen avatar tilgovi avatar tsipinio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.