{ "info": { "author": "Azrael", "author_email": "yinyuhang1996@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "mysqlLink\n===========\nFrom del.icio.us to Python. Based on work done by Frank Timmermann\\ [#]_.\nSee `license.txt`__.\n\nInstallation::\n\n % python setup.py install\n\n or pip install mysqlLink\n\nAnd either import the (documented) class::\n\n >>> import mysqlLink\n\nUse the functions on the module, listed below.\n\ndef mysql_connect(Host, Port, User, Passwd, Db, Charset):# Make a link object\ndef execute_sql(connect, sql):# Execute sql after making a link object\n\nmethod for using:\nif __name__ == '__main__':\n print(\"please input:localhost port user password db_name charset!\")\n cur = sys.stdin.readline()\n localhost, port, user, passwd, db, charset = cur.split()\n port = int(port)\n newConnect = mysql_connect(localhost, port, user, passwd, db, charset)\n print(\"please input sql!\")\n sql = sys.stdin.readline()\n execute_sql(newConnect, sql)\n\nPlease do `Email <1341449544@qq.com>`_ any bugs.\n\nOverview\n--------\nUse functions in my module can help you work easily when you are developing DBS with MySQL.\n\nDocumentation\n-------------\n\nHistorical\n----------", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DawnAzrael/MysqlTools.git", "keywords": "", "license": "None", "maintainer": "", "maintainer_email": "", "name": "mysqlLink", "package_url": "https://pypi.org/project/mysqlLink/", "platform": "python3 or later", "project_url": "https://pypi.org/project/mysqlLink/", "project_urls": { "Homepage": "https://github.com/DawnAzrael/MysqlTools.git" }, "release_url": "https://pypi.org/project/mysqlLink/1.3/", "requires_dist": null, "requires_python": "", "summary": "a tool for linking mysql with python3.6, base on module pymysql", "version": "1.3" }, "last_serial": 3509819, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "41989d01f5ff733b8dc83840f7bfda03", "sha256": "bbf73c2f65c84cb0662a332489f32f55851c2cb48da13d926e4f07bdd364881b" }, "downloads": -1, "filename": "mysqlLink-1.0.tar.gz", "has_sig": false, "md5_digest": "41989d01f5ff733b8dc83840f7bfda03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 995, "upload_time": "2018-01-19T02:25:53", "url": "https://files.pythonhosted.org/packages/ee/10/f0a9a7f51217ac2925d836a8161c81cd7a6892bf85cc552c8983db4349f7/mysqlLink-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b880f7bc64fe2645b52ddd00fc17aea1", "sha256": "fed12d192e5f23d134759c98b5cea721ab6428637fd0df76aa69c2b24a7bcc99" }, "downloads": -1, "filename": "mysqlLink-1.1.tar.gz", "has_sig": false, "md5_digest": "b880f7bc64fe2645b52ddd00fc17aea1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1038, "upload_time": "2018-01-20T02:33:56", "url": "https://files.pythonhosted.org/packages/95/a3/85fd88626fe97e8a2b263212911ebf9db6ca3a84543d1dc8682fd39c8279/mysqlLink-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "91ac7bfa3493c54ba95557d17dba96a7", "sha256": "bb90eb99e4620192f0a44f4c8000ea02ee42001114a5d41a5bfd46549b079be7" }, "downloads": -1, "filename": "mysqlLink-1.2.tar.gz", "has_sig": false, "md5_digest": "91ac7bfa3493c54ba95557d17dba96a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1805, "upload_time": "2018-01-20T04:18:58", "url": "https://files.pythonhosted.org/packages/66/e2/d9afe6e3644d7ed26e59a859e4f58c7f30abc48a6a5b03558ab79061cc01/mysqlLink-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "31fbf6e43cb0d43bbb4293de909ffe09", "sha256": "318ec27c21f7f65b925a3b0f0fb411311ee51a11f152cccdf5872362f5f8f941" }, "downloads": -1, "filename": "mysqlLink-1.3.tar.gz", "has_sig": false, "md5_digest": "31fbf6e43cb0d43bbb4293de909ffe09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1876, "upload_time": "2018-01-22T00:50:40", "url": "https://files.pythonhosted.org/packages/05/9e/95ad9c2ba25d5765ffaaec328d05fcd38a3349cba87235b206e19e1a9be5/mysqlLink-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31fbf6e43cb0d43bbb4293de909ffe09", "sha256": "318ec27c21f7f65b925a3b0f0fb411311ee51a11f152cccdf5872362f5f8f941" }, "downloads": -1, "filename": "mysqlLink-1.3.tar.gz", "has_sig": false, "md5_digest": "31fbf6e43cb0d43bbb4293de909ffe09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1876, "upload_time": "2018-01-22T00:50:40", "url": "https://files.pythonhosted.org/packages/05/9e/95ad9c2ba25d5765ffaaec328d05fcd38a3349cba87235b206e19e1a9be5/mysqlLink-1.3.tar.gz" } ] }