Search Criteria
Package Details: python-diagrams-git 0.23.4.r4.g4c2d8a37-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-diagrams-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-diagrams-git |
| Description: | Diagram as Code |
| Upstream URL: | https://github.com/mingrammer/diagrams |
| Licenses: | MIT |
| Conflicts: | python-diagrams |
| Provides: | python-diagrams |
| Submitter: | outscale-oss |
| Maintainer: | outscale-oss |
| Last Packager: | outscale-oss |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-17 14:30 (UTC) |
| Last Updated: | 2024-04-30 12:29 (UTC) |
Dependencies (3)
- python-graphviz
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
Required by (1)
- osc-tui-git (requires python-diagrams)
Latest Comments
bloemelau commented on 2025-09-15 13:50 (UTC)
To include the resource images in the whl add:
sed -i 's$"resources/\*\*/\*"${ path = "resources/\*\*/\*", format = ["wheel"]}$g' ./pyproject.tomlto the build, before thepoetry build.