{"id":16342526,"url":"https://github.com/bianjp/pdmreader","last_synced_at":"2025-10-26T00:30:44.476Z","repository":{"id":57451509,"uuid":"146638532","full_name":"bianjp/pdmreader","owner":"bianjp","description":"Interactive reader for PowerDesigner PDM files","archived":false,"fork":false,"pushed_at":"2020-04-14T16:39:29.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T23:12:45.577Z","etag":null,"topics":["pdm"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pdmreader/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bianjp.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-29T17:58:53.000Z","updated_at":"2024-04-12T15:55:19.000Z","dependencies_parsed_at":"2022-09-04T10:41:23.212Z","dependency_job_id":null,"html_url":"https://github.com/bianjp/pdmreader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianjp%2Fpdmreader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianjp%2Fpdmreader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianjp%2Fpdmreader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianjp%2Fpdmreader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bianjp","download_url":"https://codeload.github.com/bianjp/pdmreader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236518695,"owners_count":19162118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pdm"],"created_at":"2024-10-11T00:02:43.200Z","updated_at":"2025-10-26T00:30:39.175Z","avatar_url":"https://github.com/bianjp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbianjp%2Fpdmreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbianjp%2Fpdmreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbianjp%2Fpdmreader/lists"}