Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/aio-libs/aiocouchdb

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aio-libs/aiocouchdb

  • v0.0.0-20160912194327-84a08cc339c4
  • Source
  • Go
  • Socket score

Version published
Created
Source

========== aiocouchdb

:source: https://github.com/aio-libs/aiocouchdb :documentation: http://aiocouchdb.readthedocs.org/en/latest/ :license: BSD

CouchDB client built on top of aiohttp_ and made for asyncio_.

Current status: beta. aiocouchdb has all CouchDB API implements up to 1.6.1 release. However, it may lack of some usability and stability bits, but work is in progress. Feel free to send pull request_ or open issue_ if you'd found something that should be fixed.

Features:

  • Modern CouchDB client for Python 3.3+ based on aiohttp_
  • Complete CouchDB API support (JSON and Multipart) up to 1.6.1 version
  • Multiuser workflow with Basic Auth, Cookie, Proxy and OAuth support
  • Stateless behavior
  • Stream-like handling views, changes feeds and bulk docs upload

Roadmap (not exactly in that order):

  • Cloudant support
  • CouchDB 2.0 support
  • ElasticSearch CouchDB river support
  • GeoCouch support
  • Microframework for OS daemons and external handlers
  • Native integration with Python Query Server
  • Replicator-as-a-Library / Replicator-as-a-Service
  • Stateful API

Requirements

  • Python 3.3+
  • aiohttp_
  • oauthlib_ (optional)

.. _aiohttp: https://github.com/KeepSafe/aiohttp .. _asyncio: https://docs.python.org/3/library/asyncio.html .. _oauthlib: https://github.com/idan/oauthlib

.. _open issue: https://github.com/aio-libs/aiocouchdb/issues .. _send pull request: https://github.com/aio-libs/aiocouchdb/pulls

FAQs

Package last updated on 12 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc