summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: e0fdf08399644b85594d007c61fe39e7e31882df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 1.0
Name: pysqlite
Version: 2.6.3
Summary: DB-API 2.0 interface for SQLite 3.x
Home-page: http://pysqlite.googlecode.com/
Author: Gerhard Haering
Author-email: gh@ghaering.de
License: zlib/libpng license
Download-URL: http://code.google.com/p/pysqlite/downloads/list
Description: Python interface to SQLite 3
        
        pysqlite is an interface to the SQLite 3.x embedded relational database engine.
        It is almost fully compliant with the Python database API version 2.0 also
        exposes the unique features of SQLite.
Platform: ALL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules