dbdump


Namedbdump JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/vaibhavv62
SummaryDump the database or Export data from MySQL to Excel, be it a table or view
upload_time2023-01-30 23:27:43
maintainer
docs_urlNone
authorVaibhav Kshirsagar
requires_python>=3.8, <4
license
keywords database dump export database generate excel database to excel database to pdf database to json database to csv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dbdump

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)   


## Functionality of the dbdump

- Export data from MySQL to Excel,
    be it a table or view,Reduce the number of people 
    with access to your MySQL server, 
- Make Excel the melting pot of data from different source.',
    

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install dbdump
  ```

## Example

 ```
# test.py

from dbdump import mysqldbToExcel
mysqldbToExcel.dump()

  ```

## Run the following Script.
 ```
  python3 test.py
 ```

## Note 
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vaibhavv62",
    "name": "dbdump",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "database dump,export database,generate excel,database to excel,database to pdf,database to JSON,database to csv,",
    "author": "Vaibhav Kshirsagar",
    "author_email": "kvaibhav1998@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# dbdump\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \n[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)   \n\n\n## Functionality of the dbdump\n\n- Export data from MySQL to Excel,\n    be it a table or view,Reduce the number of people \n    with access to your MySQL server, \n- Make Excel the melting pot of data from different source.',\n    \n\n## Usage\n\n- Make sure you have Python installed in your system.\n- Run Following command in the CMD.\n ```\n  pip install dbdump\n  ```\n\n## Example\n\n ```\n# test.py\n\nfrom dbdump import mysqldbToExcel\nmysqldbToExcel.dump()\n\n  ```\n\n## Run the following Script.\n ```\n  python3 test.py\n ```\n\n## Note \n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Dump the database or Export data from MySQL to Excel, be it a table or view",
    "version": "0.0.7",
    "split_keywords": [
        "database dump",
        "export database",
        "generate excel",
        "database to excel",
        "database to pdf",
        "database to json",
        "database to csv",
        ""
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ac5514182b86a5f0d2885b8edf92250f24a2e48fdfcaab9a63caecaab2240d2",
                "md5": "6e069f4e3d971123af31015a1562607a",
                "sha256": "6c9dd6fbdf7212191aa25d2ebd3071a4e6c6eb983a17f6520bf2acb0f092544d"
            },
            "downloads": -1,
            "filename": "dbdump-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e069f4e3d971123af31015a1562607a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 3819,
            "upload_time": "2023-01-30T23:27:43",
            "upload_time_iso_8601": "2023-01-30T23:27:43.325072Z",
            "url": "https://files.pythonhosted.org/packages/6a/c5/514182b86a5f0d2885b8edf92250f24a2e48fdfcaab9a63caecaab2240d2/dbdump-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-30 23:27:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "dbdump"
}
        
Elapsed time: 0.06373s