You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry run python3 -W ignore::DeprecationWarning -m pytest -v
124
+
python3 -m pytest -v
97
125
```
98
126
127
+
# Changelog
128
+
129
+
*`0.2.0`: handle inheritance relationships and enums. Unit tested
130
+
*`0.1.3`: first release, handle all module of a folder and compositions of domain classes
131
+
99
132
# Licence
100
133
101
134
Unless stated otherwise all works are licensed under the [MIT license](http://spdx.org/licenses/MIT.html), a copy of which is included [here](LICENSE).
@@ -109,7 +142,7 @@ Pull-requests are welcome and will be processed on a best-effort basis.
109
142
110
143
# Alternatives
111
144
112
-
If `py2uml` does not meet your needs (suggestions and pull-requests are welcome), you can have a look at these projects which follow other approaches (AST, linting, modeling):
145
+
If `py2puml` does not meet your needs (suggestions and pull-requests are welcome), you can have a look at these projects which follow other approaches (AST, linting, modeling):
0 commit comments