{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"}],"enrichment":{"capability":"Generates UML diagrams from text markup by communicating with a PlantUML server, avoiding the need to install Java or spawn shell subprocesses.","skillfed_tags":["diagram-as-code","uml","remote-rendering"],"use_cases":["Generate architecture or sequence diagrams from version-controlled text files in CI/CD pipelines.","Embed UML diagram generation in documentation build systems without requiring Java.","Batch-convert a folder of PlantUML markup files to PNG or SVG images via command line.","Create and update UML diagrams programmatically from Python code that models system structure."],"what_it_does":"PlantUML is a Python client that sends UML diagram definitions to a PlantUML server and retrieves rendered images. Instead of installing Java and running PlantUML locally, you write diagram markup in plain text and let a remote server handle the rendering. The package includes a command-line tool to batch-process diagram files and save output images to a directory.\n\nThe library depends on httplib2 for HTTP communication and defaults to the public plantuml.com server, though you can point it at any compatible server. It's designed for developers who want diagram-as-code workflows without the overhead of a local Java installation.","worth_installing":"Yes, if you need lightweight remote UML diagram generation and accept the dormant maintenance status. The low install friction and lack of Java dependency make it attractive for simple workflows. However, be aware that the package has not been actively maintained since 2019, so compatibility with modern Python versions is unverified and no active support is available. Suitable for stable, non-critical diagram tasks; risky for production systems requiring ongoing maintenance."},"id":"plantuml","links":{"html":"https://skillfed.io/packages/plantuml","md":"https://skillfed.io/packages/plantuml.md","pypi":"https://pypi.org/project/plantuml/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-11-01","license_spdx":null,"license_treatment":"permissive","name":"plantuml","python_support":"unspecified","summary":null},"popularity":{"monthly_downloads":386212,"position":7052,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
