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
Copy file name to clipboardExpand all lines: documentation/external-plugin-list.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Please read the documentation of each plugin to get more information on plugin t
30
30
*[pybuilder_pycharm_workspace](https://github.com/yeuk0/pybuilder-pycharm-workspace) - generates PyCharm metadata files to include running profiles, project interpreter config, etc. (recommended with pybuilder_archetype_base)
31
31
*[pybuilder_archetype_base](https://github.com/yeuk0/pybuilder-archetype-base) - builds an easy project structure with some examples ready to go
32
32
*[pybuilder_archetype_api](https://github.com/yeuk0/pybuilder-archetype-api) - adds new packages and files' examples from base structure built with pybuilder_archetype_base for a project based on web services
33
+
*[pybuilder_stubs_package](https://github.com/chylek/pybuilder-stubs-package) - creates type-hinting stubs (\*.pyi files) as a separate package. This stubs-only package is named with the -stubs suffix following PEP 561.
0 commit comments