🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

sqlite3paramstyle

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite3paramstyle

Extended paramstyle for sqlite3 module

0.0.2
Maintainers
1

Give a comatibility for following paramstyles to sqlite3 module.

  • ANSI C printf format codes, e.g. ...WHERE name=%s
  • Python extended format codes, e.g. ...WHERE name=%(name)s

Requirements

  • Python 2.7 or 3.4

Setup

::

$ easy_install sqlite3paramstyle

or

::

$ pip install sqlite3paramstyle

Usage

::

import sqlite3paramstyle
conn = sqlite3paramstyle.connect(":memory:")

History

0.0.2 (2015-07-03)

* wheel support

0.0.1 (2015-03-30)
  • first release

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts