{"id":23317587,"url":"https://github.com/tefra/xsdata-plantuml","last_synced_at":"2025-08-22T16:32:06.138Z","repository":{"id":52074309,"uuid":"348496985","full_name":"tefra/xsdata-plantuml","owner":"tefra","description":"xsData PlantUML Plugin that generates class diagrams from xml schemas, wsdl definitions and directly from xml documents","archived":false,"fork":false,"pushed_at":"2024-12-01T09:46:48.000Z","size":38,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T10:38:56.677Z","etag":null,"topics":["class-diagram","plantuml","plugin","schema","uml","wsdl","xml","xsd","xsdata"],"latest_commit_sha":null,"homepage":"","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/tefra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-16T21:30:34.000Z","updated_at":"2024-12-01T09:46:45.000Z","dependencies_parsed_at":"2024-10-22T16:54:02.043Z","dependency_job_id":null,"html_url":"https://github.com/tefra/xsdata-plantuml","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":"0.19999999999999996","last_synced_commit":"3b9dd0cc7151e59cd572ef9fded1d00234793594"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fxsdata-plantuml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fxsdata-plantuml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fxsdata-plantuml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fxsdata-plantuml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tefra","download_url":"https://codeload.github.com/tefra/xsdata-plantuml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230615299,"owners_count":18253946,"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":["class-diagram","plantuml","plugin","schema","uml","wsdl","xml","xsd","xsdata"],"created_at":"2024-12-20T16:34:42.045Z","updated_at":"2024-12-20T16:34:42.600Z","avatar_url":"https://github.com/tefra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [xsdata](https://pypi.org/project/xsdata/) - PlantUML plugin\n\nGenerate [PlantUML](https://plantuml.com/class-diagram) class diagrams from xml schemas,\nwsdl definitions and directly from xml documents.\n\n[![image](https://github.com/tefra/xsdata-plantuml/workflows/tests/badge.svg)](https://github.com/tefra/xsdata-plantuml/actions)\n[![image](https://codecov.io/gh/tefra/xsdata-plantuml/branch/main/graph/badge.svg)](https://codecov.io/gh/tefra/xsdata-plantuml)\n[![image](https://www.codefactor.io/repository/github/tefra/xsdata-plantuml/badge)](https://www.codefactor.io/repository/github/tefra/xsdata-plantuml)\n[![image](https://img.shields.io/pypi/pyversions/xsdata-plantuml.svg)](https://pypi.org/pypi/xsdata-plantuml/)\n[![image](https://img.shields.io/pypi/v/xsdata-plantuml.svg)](https://pypi.org/pypi/xsdata-plantuml/)\n\n---\n\n## Usage\n\n```console\n$ pip install xsdata-plantuml\n\n$ xsdata samples/order.xsd --output plantuml --package samples\n```\n\n```\n@startuml\n\nclass Items {\n    +item : item[]\n}\nItems +-- item\nclass item {\n    +productName : string\n    +quantity : positiveInteger\n    +USPrice : decimal\n    +comment : comment\n    +shipDate : date\n    +partNum : string\n}\nclass PurchaseOrderType {\n    +shipTo : USAddress\n    +billTo : USAddress\n    +comment : comment\n    +items : Items\n    +orderDate : date\n}\nclass USAddress {\n    +name : string\n    +street : string\n    +city : string\n    +state : string\n    +zip : decimal\n    +country : NMTOKEN\n}\nclass comment {\n    +value : string\n}\nclass purchaseOrder {\n}\npurchaseOrder *- PurchaseOrderType\n\n@enduml\n```\n\n![order.svg](https://github.com/tefra/xsdata-plantuml/raw/main/samples/order.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefra%2Fxsdata-plantuml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftefra%2Fxsdata-plantuml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefra%2Fxsdata-plantuml/lists"}