Metadata-Version: 2.0
Name: Skyperious
Version: 3.4
Summary: Skype SQLite database viewer, merger and exporter
Home-page: https://github.com/suurjaak/Skyperious
Author: Erki Suurjaak
Author-email: erki@lap.ee
License: MIT
Keywords: skype sqlite merge export
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Classifier: Topic :: Desktop Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pyparsing
Requires-Dist: XlsxWriter
Requires-Dist: Pillow
Requires-Dist: python-dateutil
Requires-Dist: Skype4Py

You can open Skype SQLite databases and look at their contents:
- search across all messages and contacts
- browse chat history and export as HTML or spreadsheet, see chat statistics
- import contacts from a CSV file to your Skype contacts
- view any database table and export their data, fix database corruption
- change, add or delete data in any table
- execute direct SQL queries
and
- synchronize messages in two Skype databases: keep chat history up-to-date on
  different computers, or restore missing messages from older files into the
  current one

Note that wxPython for the graphical interface needs to be installed separately.


