Hello Everyone, I wanted to share a new Python library that may be useful for those working with async frameworks and Cassandra. We've just released async-python-cassandra-client at https://github.com/axonops/async-python-cassandra-client
The library provides an async/await interface for the Python Cassandra driver, designed to work with async frameworks like FastAPI, aiohttp, and Quart. Its just a layer on top of the driver to make it easier to handle this type of usage. This is an early release, so feedback and testing from the community would be appreciated. To be clear, the project is not affiliated with, endorsed by, or sponsored by the Apache Software Foundation or the Apache Cassandra project (although I don’t mind if it is 😊 ) Best regards, Johnny