12345678910111213141516171819202122232425 |
- Metadata-Version: 1.1
- Name: pysqlcipher
- Version: 2.6.4
- Summary: DB-API 2.0 interface for SQLCIPHER 3.x
- Home-page: http://github.com/leapcode/pysqlcipher/
- Author: Kali Kaneko
- Author-email: kali@leap.se
- License: zlib/libpng
- Description: Python interface to SQLCipher
-
- pysqlcipher 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. At the same time, it also exposes the unique features of
- SQLCipher.
- Platform: ALL
- Classifier: Development Status :: 4 - Beta
- 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
|