Metadata-Version: 1.1
Name: mysqldump
Version: 0.0.1
Summary: Mysqldump is a django package that is used to generate the logical backup of the MySQL database
Home-page: UNKNOWN
Author: Nandhakumar D
Author-email: dnandhakumars@gmail.com
License: MIT
Description: Mysqldump is a django package that is used to generate the logical backup of the MySQL database
        
        generate backup of the MySQL database:
        
        ./manage.py dumpdb
        
        0.0.1
        ========
        
        first release
        --------------------
        dumpdb command alone
Keywords: mysqldump
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
