Metadata-Version: 1.2
Name: sqlite3-backup
Version: 0.3.2
Summary: implements missing backup functionality in sqlite3 module
Home-page: https://sissource.ethz.ch/schmittu/sqlite3_backup
Author: Uwe Schmitt
Author-email: uwe.schmitt@id.ethz.ch
License: UNKNOWN
Description: # README
        
        `sqlite3` from the standard library does not support the backup
        functionality provided by the original `sqlite3` C implementation.
        
        This package fixes this by providing a simple backup function.
        
        Typical use case is to write an in-memory sqlite3-db to disk.
        
        This package uses the `ctypes` module and does not require a
        working c compiler setup.
        
Platform: UNKNOWN
Requires-Python: >=3.6,<4.0
