Metadata-Version: 2.4
Name: anyio-sqlite
Version: 0.1.0
Summary: anyio bridge to the standard sqlite3 module
Author: beerpsi
Author-email: beerpsi <beerpsi@duck.com>
License-Expression: Apache-2.0 OR MIT
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AnyIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: aioresult>=1.2
Requires-Dist: anyio>=4.10.0
Requires-Dist: outcome>=1.3.0.post0
Requires-Dist: typing-extensions>=4.15.0
Requires-Python: >=3.9
Project-URL: funding, https://ko-fi.com/beerpsi_
Project-URL: github, https://github.com/beer-psi/anyio-sqlite
Project-URL: issues, https://github.com/beer-psi/anyio-sqlite/issues
Description-Content-Type: text/markdown

# anyio-sqlite

`anyio-sqlite` is an AnyIO bridge to the standard `sqlite3` database module, providing
async versions of all connection, cursor and blob (Python 3.11+) methods that runs
on both [asyncio](https://docs.python.org/3/library/asyncio.html) and [Trio](https://github.com/python-trio/trio).
Asynchronous context management is also supported.

## License

Licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)

at your option.
