generate xml output

This commit is contained in:
Jacob Lifshay 2024-10-28 00:10:42 -07:00
parent 21b97c0064
commit 25f47227d8
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
3 changed files with 209 additions and 20 deletions

View file

@ -8,6 +8,7 @@ version = "0.0.0"
dependencies = [
"pdfminer.six == 20240706"
]
requires-python = ">= 3.11"
[project.scripts]
parse_powerisa_pdf = "parse_powerisa_pdf.parse_powerisa_pdf:main"