PKG-INFO 1.1 KB

12345678910111213141516171819202122232425
  1. Metadata-Version: 1.0
  2. Name: pysqlite
  3. Version: 2.5.5
  4. Summary: DB-API 2.0 interface for SQLite 3.x
  5. Home-page: http://oss.itsystementwicklung.de/trac/pysqlite
  6. Author: Gerhard Haering
  7. Author-email: gh@ghaering.de
  8. License: zlib/libpng license
  9. Download-URL: http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/
  10. Description: Python interface to SQLite 3
  11. pysqlite is an interface to the SQLite 3.x embedded relational database engine.
  12. It is almost fully compliant with the Python database API version 2.0 also
  13. exposes the unique features of SQLite.
  14. Platform: ALL
  15. Classifier: Development Status :: 5 - Production/Stable
  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