kislerdm/Pyarch: python package architecture as webpage
Generate dynamic UML diagrams of python package as a single HTML
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2023
- License
- MIT
Pinned Snippet
uses: kislerdm/pyarch@7de3119d7f2c1ddaccc12a8033e0c5d400b7a785 # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Directory with the package source code | yes | — |
| output | Directory to save generated HTML file | no | .pyarch/output |
| title | Custom HTML title | no | Python package architecture |
| header | Custom HTML header | no | Python package architecture |
| footer | Custom HTML footer | no | <p style="font-size:15px">Built with ❤️ by <a href="https://www.dkisler.com" target=_blank>Dmitry Kisler - dkisler.com</a></p> |
Outputs
| name | description |
|---|---|
| output | Path to generated HTML file |