Metadata-Version: 2.4
Name: sqlite-quote
Version: 0.1.1
Summary: Safely quote SQL identifiers and string literals using SQLite's own sqlite3_mprintf (%w / %Q / %q).
Author: Alex Garcia
License-Expression: MIT
Project-URL: Homepage, https://github.com/asg017/sqlite-escape-indentifer-py
Project-URL: Issues, https://github.com/asg017/sqlite-escape-indentifer-py/issues
Keywords: sqlite,sql,quote,escape,identifier,injection,mprintf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# sqlite-quote

WIP
