SOURCES.txt 932 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. LICENSE
  2. MANIFEST.in
  3. README.rst
  4. cross_bdist_wininst.py
  5. setup.cfg
  6. setup.py
  7. amalgamation/sqlite3.c
  8. doc/sphinx/Makefile
  9. doc/sphinx/conf.py
  10. doc/sphinx/index.rst
  11. doc/sphinx/sqlcipher.rst
  12. doc/sphinx/.static/.keepme
  13. lib/__init__.py
  14. lib/dbapi2.py
  15. lib/dump.py
  16. lib/test/__init__.py
  17. lib/test/dbapi.py
  18. lib/test/dump.py
  19. lib/test/factory.py
  20. lib/test/hooks.py
  21. lib/test/regression.py
  22. lib/test/transactions.py
  23. lib/test/types.py
  24. lib/test/userfunctions.py
  25. lib/test/py25/__init__.py
  26. lib/test/py25/py25tests.py
  27. pysqlcipher.egg-info/PKG-INFO
  28. pysqlcipher.egg-info/SOURCES.txt
  29. pysqlcipher.egg-info/dependency_links.txt
  30. pysqlcipher.egg-info/top_level.txt
  31. src/backup.h
  32. src/cache.c
  33. src/cache.h
  34. src/connection.c
  35. src/connection.h
  36. src/cursor.c
  37. src/cursor.h
  38. src/microprotocols.c
  39. src/microprotocols.h
  40. src/module.c
  41. src/module.h
  42. src/prepare_protocol.c
  43. src/prepare_protocol.h
  44. src/row.c
  45. src/row.h
  46. src/sqlitecompat.h
  47. src/statement.c
  48. src/statement.h
  49. src/util.c
  50. src/util.h