About 559,000 results
Open links in new tab
  1. generate uml sequence diagrams with python or perl

    Oct 30, 2012 · I can process the text in python or perl into a format of an existing 'text to uml' tools but I'm trying to eliminate that extra step and give the image output directly from the …

  2. Python as a DSL for generating software diagrams - GitHub

    pydiagrams is a tool to generate software diagrams by using Python as a DSL. pydiagrams providers a framework for describing a software diagram as python code, and translating into it …

  3. pydiagrams - PyPI

    Mar 15, 2020 · pydiagrams is a tool to generate software diagrams by using Python as a DSL. pydiagrams providers a framework for describing a software diagram as python code, and …

  4. Inline::Python - Write Perl subs and classes in Python. - MetaCPAN

    The Inline::Python module allows you to put Python source code directly "inline" in a Perl script or module. It sets up an in-process Python interpreter, runs your code, and then examines …

  5. perlmod - Perl modules (packages and symbol tables) - Perldoc …

    Only identifiers starting with letters (or underscore) are stored in a package's symbol table. All other symbols are kept in package main, including all punctuation variables, like $_.

  6. Code Your Diagrams: Automate Architecture with Python's Diagrams

    Jan 6, 2025 · Automation: Generate architecture diagrams directly from your code, ensuring they stay up-to-date with the evolving system. Programmatic Control: Diagrams allows you to …

  7. How To Create Diagrams in Python with Diagram as Code

    Jul 15, 2022 · The Diagram as Code tool allows you to create an architecture diagram of your infrastructure using a Python script. You can reuse code, test, integrate, and …

  8. How can I use a Perl module from Python? - Stack Overflow

    Oct 24, 2010 · Wrap your magic module in a simple perl script that reads from stdin, does the magical thing and writes to stdout. Break your Python into two parts: the part done before …

  9. A Python module for generating UML sequence diagrams - GitHub

    SequencePlot is a Python module for using code to generate a UML sequence diagram. The sequence diagram can be rendered in a svg, ps, or png format. SequencePlot is built on top of …

  10. perlmodule - Embed a Perl interpreter in Python - metacpan.org

    perlmodule - Embed a Perl interpreter in Python. The perl module allows you to easily embed a Perl interpreter in any Python program. It can be used to invoke arbitrary Perl code, load any …

Refresh