Python driver for Cassandra focusing on asyncio users (INCOMPLETE).
Project description
NOTICE
This project has recently started. I don't recommend anyone use it just yet.
However, it is for anyone who wants
- to get involved in development,
- to give feedback,
- or are happy with it's very limited state
Please check back often, I hope to get this to a generally useful state this year. Contributions, advice welcome, development is coodinated on github.
pysandra - An asyncio based Cassandra client for Python.
Progress
In case you didn't read the notice, there's quite a limited set of functionality at the moment.
Things that exist:
- asyncio interface
- basic query support (with results into native python types)
- basic DML support
- basic DDL query
- basic prepared statements
- basic TLS support
- ...
- see protocol.md for more details
Things that don't exist:
- any authentication support
- sync support (version 2.0)
- paging, batch support
- stable api
- friendly api
- connection to more then one cluster member
- ...
- why are you still reading this.
Goals
- cassandra client driver for asyncio based applications
- allow doing anything the wire protocol allows and servers tolerate
Implementation
Currently targeting python 3.6 and above
Aims to be:
- correct
- fast
- efficient
- developer friendly
Todos
- tls context
- paging
- AUTH
- Tests
- api docs
- make user objects user friendly (exceptions, EventChange, Rows)
- batch
- client connection routing
- cqlshell
License & Contributions
The pysandra project is dual-licensed under Apache 2.0 and MIT terms.
See COPYRIGHT for full details
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Pysandra 0.2.6 (2019-11-23)
No significant changes.
Pysandra 0.1.1 (2019-11-18)
First Public Version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pysandra-0.4.0.tar.gz
.
File metadata
- Download URL: pysandra-0.4.0.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e427ad3213f1adaa024ae64d095778777816dd6c8d8d54bbb8375abe42399561 |
|
MD5 | c360ad058f00fdf0af4bfc18dad7320f |
|
BLAKE2b-256 | 344de5226ca0d7beb1eeb9bce951adefde873cba5473c67637947f864bbea21c |
File details
Details for the file pysandra-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pysandra-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a57dfa369cdd549a0974307abd83e928071cfdc591ae83aa0c6f9b826bddcc1 |
|
MD5 | d5bd3c3bdc08d68eaf0c9306fcad1ed5 |
|
BLAKE2b-256 | afd1f5f2364e55924b3382fd5f7f7325a0659b2c671cd62e3c3bed3f7b56b94a |