{ "info": { "author": "Bian Jiaping", "author_email": "ssbianjp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "# PDM reader\n\nInteractive reader for [PowerDesigner](https://www.sap.com/products/powerdesigner-data-modeling-tools.html) PDM files.\n\nFeatures:\n\n* View/search tables\n* Vew table definition\n* Generate DDL for various databases (currently MySQL and Oracle supported)\n* Generate Java entity definition\n* Support command history\n\n## Requirement\n\n* Python 3.7+\n\nThis tool only makes use of Python standard libraries.\n\n## Installation\n\n```bash\n# root or administrator permission may be required\npip install pdmreader\n```\n\nIf you want to try some unreleased features, or customize the tool yourself, clone the repository and install it in development mode:\n\n```bash\ngit clone https://github.com/bianjp/pdmreader.git\ncd pdmreader\n# root or administrator permission may be required \npython setup.py development\n```\n\n## Usage\n\n```bash\npdmreader PATH_TO_PDM_FILE\n```\n\nThis will start an interactive \"shell\" which you can type commands.\n\nType `help` to show available commands.\n\nCurrently supported commands:\n\n COMMAND DESCRIPTION\n --------------------------------------------------------------------------------\n help Print help\n t Toggle horizontal/vertical output. Default horizontal\n tables Show tables\n tables PATTERN Show tables matching the given shell-style glob\n seq Show sequences\n seq PATTERN Show sequences matching the given shell-style glob\n table TABLE Show definitions of the given table\n mysql TABLE Generate MySQL DDL for creating the given table\n oracle TABLE Generate Oracle DDL for creating the given table\n java TABLE Generate Java entity definition for the given table\n exit, Ctrl + D Exit\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bianjp/pdmreader", "keywords": "pdm", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pdmreader", "package_url": "https://pypi.org/project/pdmreader/", "platform": "", "project_url": "https://pypi.org/project/pdmreader/", "project_urls": { "Homepage": "https://github.com/bianjp/pdmreader" }, "release_url": "https://pypi.org/project/pdmreader/0.1/", "requires_dist": null, "requires_python": ">= 3.7", "summary": "Interactive reader for PowerDesigner PDM files", "version": "0.1" }, "last_serial": 4219877, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "14ad0b72f91b423fbb715960d4cd9d38", "sha256": "0191adfb214039bd4223cd49cb32e000bf7cac5b11bc19ed676f6f7b37b8885d" }, "downloads": -1, "filename": "pdmreader-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "14ad0b72f91b423fbb715960d4cd9d38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 3.7", "size": 13110, "upload_time": "2018-08-29T18:24:22", "url": "https://files.pythonhosted.org/packages/4b/3b/cb960ff805fa65d0ff932cadda6de1122bd57aad466e6d8e9c25e8ff36c1/pdmreader-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc3e9f4bbf02b070f818c1c8d630f64b", "sha256": "5c7d436e0ac4add38b6d5451049c83e4f4265029aa7e547cc840eae345570211" }, "downloads": -1, "filename": "pdmreader-0.1.tar.gz", "has_sig": false, "md5_digest": "dc3e9f4bbf02b070f818c1c8d630f64b", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.7", "size": 11310, "upload_time": "2018-08-29T18:24:24", "url": "https://files.pythonhosted.org/packages/50/8f/9cb978fff58ce10ef469fc01f715267ebb89710ba2a51efcdf4f81617db6/pdmreader-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14ad0b72f91b423fbb715960d4cd9d38", "sha256": "0191adfb214039bd4223cd49cb32e000bf7cac5b11bc19ed676f6f7b37b8885d" }, "downloads": -1, "filename": "pdmreader-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "14ad0b72f91b423fbb715960d4cd9d38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 3.7", "size": 13110, "upload_time": "2018-08-29T18:24:22", "url": "https://files.pythonhosted.org/packages/4b/3b/cb960ff805fa65d0ff932cadda6de1122bd57aad466e6d8e9c25e8ff36c1/pdmreader-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc3e9f4bbf02b070f818c1c8d630f64b", "sha256": "5c7d436e0ac4add38b6d5451049c83e4f4265029aa7e547cc840eae345570211" }, "downloads": -1, "filename": "pdmreader-0.1.tar.gz", "has_sig": false, "md5_digest": "dc3e9f4bbf02b070f818c1c8d630f64b", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.7", "size": 11310, "upload_time": "2018-08-29T18:24:24", "url": "https://files.pythonhosted.org/packages/50/8f/9cb978fff58ce10ef469fc01f715267ebb89710ba2a51efcdf4f81617db6/pdmreader-0.1.tar.gz" } ] }