Skip to content

issues Search Results · repo:lucsorel/py2puml language:Python

Filter by

42 results
 (82 ms)

42 results

inlucsorel/py2puml (press backspace or delete to remove)

For example, tuple[int, ...]. This raises an exception along the lines of: ValueError: Could not resolve type ... in module module some_module from some_module.py : it needs to be imported explicitly. ...
bug
  • jtc42
  • 9
  • Opened 
    on Nov 15, 2024
  • #123

#3636 Arrows from/to class fields Right now, PlantUML would describe the composition relationship between a person and its address like this (an arrow between the 2 classes): @startuml class Address ...
  • lucsorel
  • Opened 
    on Jul 22, 2024
  • #107

Hi! First of all, really liked the idea of the project. Auto-generating plantuml documentation straight from Python code is quite nice. I ve attempted to check out py2puml on my project, but happened ...
  • seppzer0
  • 3
  • Opened 
    on Apr 19, 2024
  • #91

I have examples files that are stored according to this hierarchy test __init__.py test.py I struggled to run the .exe as I would get either ModuleNotFoundError: No module named test.test or an ...
bug
fixed
  • elrandira
  • 5
  • Opened 
    on Jan 26, 2024
  • #81

Hello! I am an eager py2puml user and thanks to py2puml it is possible to create complex data structures without losing the overview! I recently switched to use pydantic dataclasses instead of the normal ...
  • Quaditz
  • Opened 
    on Oct 22, 2023
  • #65

py2puml uses internally a mix of code inspection and Abstract Syntax Tree parsing. The whole code based should be refactored to use AST parsing only as it is more robust and straightforward.
  • grayfox88
  • 3
  • Opened 
    on Sep 12, 2023
  • #59

Issue to add support for SQLAlchemy models. This will include considerations about 1-1, 1-* and - relationships. Additionally, it should also consider inheritance.
enhancement
help wanted
  • Baukebrenninkmeijer
  • 12
  • Opened 
    on Aug 30, 2023
  • #56

Classes created with collections.namedtuple carry no type annotations. from collections import namedtuple Function = namedtuple( Function , [ name , module_Path ]) py2puml would generate the following ...
enhancement
  • lucsorel
  • Opened 
    on Aug 9, 2023
  • #54

With recent versions of PlantUML, the namespace section at the beginning of diagram files is not necessary anymore. Moreover, the visual grouping of namespaces (see namespace py2puml.domain {) can be replaced ...
enhancement
  • lucsorel
  • Opened 
    on Aug 9, 2023
  • #53

I am trying to analyze an inherited project, with a structure: package subpackage __init__.py # base classes and interfaces classfile.py # derived classes If ...
enhancement
in progress
  • maharvey
  • 3
  • Opened 
    on Aug 7, 2023
  • #52
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub