Metadata-Version: 2.1
Name: cronodump
Version: 1.0.0
Summary: Tool and library for extracting data from Cronos databases.
Home-page: https://github.com/alephdata/cronodump/
Author: Willem Hengeveld, Dirk Engling
Author-email: itsme@xs4all.nl, erdgeist@erdgeist.org
License: MIT
Description: 
        The cronodump utility can parse most of the databases created by the [CronosPro](https://www.cronos.ru/) database software
        and dump it to several output formats.
        
        The software is popular among Russian public offices, companies and police agencies.
        
        Example usage:
        
            croconvert --csv <yourdbpath>
        
        Will create a .csv dump of all records in your database.
        
        or:
        
            crodump strudump <yourdbpath>
        
        Will print details on the internal definitions of the tables present in your database.
        
        For more details see the [README.md](https://github.com/alephdata/cronodump/blob/master/README.md) file.
        
Keywords: cronos dataconversion databaseexport
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Topic :: Database
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: templates
