{ "info": { "author": "Takeshi Komiya", "author_email": "i.tkomiya at gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Documentation" ], "description": "`schema2rst` generates reST doc from database schema\n\nFeatures\n========\nGenerates table definitions document from database schema.\n`schema2rst` recognizes your database comments on tables and columns,\nand reflect it to docs.\n\nSetup\n=====\n\nUse easy_install (or pip):\n\n $ sudo easy_install schema2rst\n\nConfiguration\n=============\nMake config.yaml to connect your database server.\nThis is example for MySQL Server::\n\n type: mysql\n db: sample\n host: localhost\n user: username\n passwd: passw0rd\n\n`type` parameter is accept these values: mysql, mysql+pymysql, postgresql\n\nUsage\n=====\nExecute schema2rst command::\n\n $ schema2rst -c config.yaml -o database.rst\n\nExamples\n========\n\nYou can see example at http://tk0miya.bitbucket.org/schema2rst/build/html/ .\n\n\nRequirements\n============\n* Python 2.6, 2.7, 3.2, 3.3\n* SQLAlchemy\n* PyYAML\n* Six\n* pymysql or MySQL-python (optional)\n* psycopg2 (optional)\n\nLicense\n=======\nApache License 2.0\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tk0miya/schema2rst", "keywords": "document,generator", "license": "PSL", "maintainer": null, "maintainer_email": null, "name": "schema2rst", "package_url": "https://pypi.org/project/schema2rst/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/schema2rst/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/tk0miya/schema2rst" }, "release_url": "https://pypi.org/project/schema2rst/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "schema2rst generates reST doc from database schema", "version": "0.9.0" }, "last_serial": 941645, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1e4ad9df6536dc81160497f735d36be8", "sha256": "85abe849ebc37d6b5f51bd1b4e54d07ddb60fb4991942cadbb37e9f677e52779" }, "downloads": -1, "filename": "schema2rst-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1e4ad9df6536dc81160497f735d36be8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3704, "upload_time": "2011-12-23T07:39:08", "url": "https://files.pythonhosted.org/packages/d1/d7/eb30e84b1ee64d9ca6da55d2ad9121a958eb7cf655503d4561ee1db03da8/schema2rst-0.1.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "de025ccf2a5a16ecd7baeba2991b599b", "sha256": "43de499549a12e7bf376269755bc8818559972a6bcfaa4d1a2264ff72001705f" }, "downloads": -1, "filename": "schema2rst-0.9.0.tar.gz", "has_sig": false, "md5_digest": "de025ccf2a5a16ecd7baeba2991b599b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6352, "upload_time": "2013-12-11T07:13:53", "url": "https://files.pythonhosted.org/packages/1f/9c/50ac7ba7fddb2bed5178172ba1429a9f369d9eeb26de869829eee86d6396/schema2rst-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de025ccf2a5a16ecd7baeba2991b599b", "sha256": "43de499549a12e7bf376269755bc8818559972a6bcfaa4d1a2264ff72001705f" }, "downloads": -1, "filename": "schema2rst-0.9.0.tar.gz", "has_sig": false, "md5_digest": "de025ccf2a5a16ecd7baeba2991b599b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6352, "upload_time": "2013-12-11T07:13:53", "url": "https://files.pythonhosted.org/packages/1f/9c/50ac7ba7fddb2bed5178172ba1429a9f369d9eeb26de869829eee86d6396/schema2rst-0.9.0.tar.gz" } ] }