Luc Sorel-Giffo
Luc Sorel-Giffo
good idea, go ahead! We can take time to discuss the current code design if it needs to be refactored.
Hello @Highlander1970, any questions are ok to ask :smiley: Given the folder names you gave as an example, I assume the `Folder_Project` is the root module of your Python application....
hi @huyz, I am sorry that it is difficult for you to use `py2puml`. Is your git repository publicly available somewhere (in github or gitlab, for example), so that I...
hello @huyz `py2puml project project` should work, but the library faces a module import error that I don't understand: ``` Traceback (most recent call last): File "/.../py2puml-test/.venv/bin/py2puml", line 8, in...
hello @basilmusa I am sorry to read that the library does not work for you neither. Can you detail what your setup is (project structure, folders and files, the commands...
@ColtAllen: some answers to your different questions: - `py2puml` is not actually made to be called on a module (a python script) directly. This is just historical: it was not...
hello @ColtAllen Indeed, `py2puml` currently documents data structures (classes with static attributes or instance attributes defined in a constructor, dataclasses, namedtuple, enumerations). Someone proposed a pull request for documenting functions...
default values of named tuples can be handled with the _fields_defaults attribute (see #5)
hi @jakebrinkmann :smiley: Thank you for your interest and contribution to the library. My original need was to document domain datastructures (dataclasses and namedtuples, mainly), but documenting domain logic seems...
What about producing this kind of plantuml code for functions: http://www.plantuml.com/plantuml/uml/LOz1Iu1048NlyoiUT2bGy2Q8Y0Mj7Ie2woGU5XjbGMTZTpr4-DyRFGHT7lCUZ-ynRKmsf7rRYMNVOBp73m7zs_rBTQcQf_DMeGD4qsfZn8CDL--nw_eApowc8QOmqa54JXA7sKwC9J0d9mlg6hSckp6cB8lY3lCkKt9Uq3GNvKFK3BgTuTKBltz_yLXXzfw0FCzLTUzaQqM3Fovf_C-tB9_wooy0 I used the interface type, customized with an `F` letter (see the `Specific Spot` section of https://plantuml.com/en/class-diagram): ```plantuml @startuml...