@@ -8,10 +8,10 @@ The Python ecosystem offers several approaches to async Cassandra connectivity.
88
99### 1. async-python-cassandra-client (This Library)
1010
11- ** Project** : [ https://github.com/axonops/async-python-cassandra-client ] ( https://github.com/axonops/async-python-cassandra-client )
12- ** Architecture** : Pure Python wrapper around the DataStax Python driver
13- ** Language** : Python
14- ** Dependencies** : cassandra-driver
11+ - ** Project** : [ https://github.com/axonops/async-python-cassandra-client ] ( https://github.com/axonops/async-python-cassandra-client )
12+ - ** Architecture** : Pure Python wrapper around the DataStax Python driver
13+ - ** Language** : Python
14+ - ** Dependencies** : cassandra-driver
1515
1616** Key Characteristics:**
1717- Zero additional system dependencies
@@ -27,10 +27,10 @@ The Python ecosystem offers several approaches to async Cassandra connectivity.
2727
2828### 2. ScyllaPy
2929
30- ** Project** : [ https://github.com/Intreecom/scyllapy ] ( https://github.com/Intreecom/scyllapy )
31- ** Architecture** : Rust-based driver with Python bindings
32- ** Language** : Rust core with Python interface
33- ** Dependencies** : Pre-compiled wheels or Rust toolchain for source builds
30+ - ** Project** : [ https://github.com/Intreecom/scyllapy ] ( https://github.com/Intreecom/scyllapy )
31+ - ** Architecture** : Rust-based driver with Python bindings
32+ - ** Language** : Rust core with Python interface
33+ - ** Dependencies** : Pre-compiled wheels or Rust toolchain for source builds
3434
3535** Key Characteristics:**
3636- Native async implementation
@@ -45,10 +45,10 @@ The Python ecosystem offers several approaches to async Cassandra connectivity.
4545
4646### 3. Acsylla
4747
48- ** Project** : [ https://github.com/acsylla/acsylla ] ( https://github.com/acsylla/acsylla )
49- ** Architecture** : C++ driver (cpp-driver) with Python bindings
50- ** Language** : C++ core with Cython wrapper
51- ** Dependencies** : Requires cassandra-cpp-driver
48+ - ** Project** : [ https://github.com/acsylla/acsylla ] ( https://github.com/acsylla/acsylla )
49+ - ** Architecture** : C++ driver (cpp-driver) with Python bindings
50+ - ** Language** : C++ core with Cython wrapper
51+ - ** Dependencies** : Requires cassandra-cpp-driver
5252
5353** Key Characteristics:**
5454- Based on DataStax C++ driver
@@ -63,10 +63,10 @@ The Python ecosystem offers several approaches to async Cassandra connectivity.
6363
6464### 4. DataStax AsyncioReactor (Experimental)
6565
66- ** Project** : Part of [ python-driver] ( https://github.com/datastax/python-driver )
67- ** Architecture** : Experimental asyncio integration in official driver
68- ** Language** : Python
69- ** Dependencies** : cassandra-driver
66+ - ** Project** : Part of [ python-driver] ( https://github.com/datastax/python-driver )
67+ - ** Architecture** : Experimental asyncio integration in official driver
68+ - ** Language** : Python
69+ - ** Dependencies** : cassandra-driver
7070
7171** Key Characteristics:**
7272- Integrated into official DataStax Python driver
0 commit comments