Metadata-Version: 1.0
Name: dumpyme
Version: 0.1.0
Summary: Command line package to get dump databases
Home-page: https://github.com/marioidival/dumpyme
Author: Mario Idival
Author-email: marioidival@gmail.com
License: MIT
Description: Dumpy Me
        ========
        
        Command line package to get dumps of databases
        
        Install
        -------
        
        ::
        
            pip install dumpyme
        
        Usage
        -----
        
        1 - Create dumpyfile
        ~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            dumpy init
            Creating dumpyfile...
            dumpyfile in your home directory as ~/.dumpyfile.ini
        
        Initial dumpyfile:
        ''''''''''''''''''
        
        .. figure:: screenshots/dumpyfile.png
           :alt: initdumpyfile
        
           initdumpyfile
        
        help:
        '''''
        
        .. figure:: screenshots/init_help.png
           :alt: inithelp
        
           inithelp
        
        2 - Add some project in dumpyfile
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            dumpy add
            Project name: my_project
            Host of project: 187.111.44.100
            User of host: root
            Name of database: my_project_db
            Database Type (e.g: mongodb, postgresql...): mongodb
        
            Adding in dumpyfile:
                    Project: my_project
                    Host: 187.111.44.100
                    Database: my_project_db
                    Database Type: mongodb
        
        help:
        '''''
        
        .. figure:: screenshots/add_project_help.png
           :alt: addhelp
        
           addhelp
        
        3 - List projects in dumpyfile
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            dumpy projects
            Projects:
            ========================================
            -------> my_project
                            host: 187.111.44.100
                            db_name: my_project_db
                            db mongodb
                            user: root
            -------> my_project2
                            host: 192.191.190.89
                            db_name: my_project2_db
                            db: mongodb
                            user: my_root
            -------> project2
                            host: 182.182.82.82
                            db_name: project2_production
                            db: mongodb
                            user: riit
            ========================================
        
        or list name of projects:
        
        ::
        
            dumpy projects --name
            Projects:
            ========================================
                    my_project
                    my_project2
                    project2
            ========================================
        
        help:
        '''''
        
        .. figure:: screenshots/list_help.png
           :alt: listhelp
        
           listhelp
        
        4 - Get dump of project
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            dumpy me my_project
        
        help:
        '''''
        
        .. figure:: screenshots/dumpy_me.png
           :alt: dumpymehelp
        
           dumpymehelp
        
        5 - Delete projects in dumpyfile
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            dumpy delete my_project
            Project removed sucessfully
        
        .. figure:: screenshots/delete_project.png
           :alt: deleteproject
        
           deleteproject
        
        Databases supported
        ~~~~~~~~~~~~~~~~~~~
        
        -  MongoDB
        
Keywords: dump dumpyme mongodb postgres mysql databases
Platform: UNKNOWN
