17 Commits

Author SHA1 Message Date
Daniel Rojas
cb07d51b2f
Prepare harness.populate_bom() 2023-01-19 16:36:39 -05:00
Daniel Rojas
dcc750cf5c
Break longer lines not caught by black
because they were unbroken strings or comments
2023-01-19 16:36:36 -05:00
Daniel Rojas
c2fb59f937
Use color objects in WireViz 2023-01-19 16:36:35 -05:00
Daniel Rojas
28aa7f0420
Embed images into SVG output 2023-01-19 16:36:22 -05:00
Daniel Rojas
c38305b3a5
Simplify file access operations 2023-01-19 16:36:21 -05:00
Daniel Rojas
a255596471
Apply some manual fixes, reapply black 2023-01-19 16:36:17 -05:00
Daniel Rojas
343cd2949f
Apply black 2023-01-19 16:36:17 -05:00
Daniel Rojas
e6f76f9ab7
Apply isort 2023-01-19 16:35:25 -05:00
Daniel Rojas
fd8749bab2
Apply suggestions from code review
Co-authored-by: kvid <kvid@users.noreply.github.com>
2023-01-19 16:35:15 -05:00
Daniel Rojas
e2f1a4eff1
Apply suggestions from code review
Co-authored-by: kvid <kvid@users.noreply.github.com>
2023-01-19 16:35:15 -05:00
Daniel Rojas
ef69d7e4e7
Use regex-based replacement 2023-01-19 16:35:14 -05:00
Daniel Rojas
a80192b82a
Implement fontname and bgcolor(WIP) replacement 2023-01-19 16:35:14 -05:00
Daniel Rojas
928f607457
Consolidate code for replacing HTML placeholders 2023-01-19 16:35:13 -05:00
Daniel Rojas
a839a47c3f
Implement template-based HTML output 2023-01-19 16:35:12 -05:00
Daniel Rojas
3cc36e1573 Harmonize shebangs and encoding info
- Use `#!/usr/bin/env python3` on executable modules
- Remove shebangs on all other `.py` files
- Add UTF-8 encoding info where mising
2021-10-11 20:05:52 +02:00
kvid
92354e6852
Add basic options and metadata (#214) 2021-08-25 19:46:37 +02:00
Daniel Rojas
96bd121403 Create separate modules for BOM and HTML functions 2020-11-15 08:42:57 +01:00