Metadata-Version: 1.1
Name: dsync
Version: 0.2.0
Summary: this is one data synchor tool
Home-page: https://github.com/heqingpan/dsync
Author: heqingpan
Author-email: heqingpan@126.com
License: MIT
Description: this is one data synchor tool base on sqlalchemy.
        simple start:
            python -m dsync.synchor <soucre_connstr> <target_connstr>
            data connstr is base on sqlalchemy
            exp:
            python -m dsync.synchor mysql://user:password@host:port/sourcedb mysql://user:password@host:port/targetdb
        
Keywords: data synchor tool,support multi database like mysql sqlite
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
