PKG-INFO 1.0 KB

12345678910111213141516171819202122232425
  1. Metadata-Version: 1.1
  2. Name: pysqlcipher
  3. Version: 2.6.4
  4. Summary: DB-API 2.0 interface for SQLCIPHER 3.x
  5. Home-page: http://github.com/leapcode/pysqlcipher/
  6. Author: Kali Kaneko
  7. Author-email: kali@leap.se
  8. License: zlib/libpng
  9. Description: Python interface to SQLCipher
  10. pysqlcipher is an interface to the SQLite 3.x embedded relational
  11. database engine. It is almost fully compliant with the Python database API
  12. version 2.0. At the same time, it also exposes the unique features of
  13. SQLCipher.
  14. Platform: ALL
  15. Classifier: Development Status :: 4 - Beta
  16. Classifier: Intended Audience :: Developers
  17. Classifier: License :: OSI Approved :: zlib/libpng License
  18. Classifier: Operating System :: MacOS :: MacOS X
  19. Classifier: Operating System :: Microsoft :: Windows
  20. Classifier: Operating System :: POSIX
  21. Classifier: Programming Language :: C
  22. Classifier: Programming Language :: Python
  23. Classifier: Topic :: Database :: Database Engines/Servers
  24. Classifier: Topic :: Software Development :: Libraries :: Python Modules