https://github.com/jzucker2/schoonmaker
https://github.com/jzucker2/schoonmaker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jzucker2/schoonmaker
- Owner: jzucker2
- License: mit
- Created: 2022-04-30T23:27:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T03:04:23.000Z (over 2 years ago)
- Last Synced: 2025-02-10T18:12:19.217Z (4 months ago)
- Language: Python
- Size: 394 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schoonmaker
Using the std lib Python XML library to parse Final Draft files: https://docs.python.org/3/library/xml.etree.elementtree.html
Ultimate goal is a GitHub action and simple processing and uploading, PDF handling, spell check, etc.
## Development
This needs work.
## Local Development
Here's an example to run a smoke test:
```
python test.py
``````
python cli.py -f samples/final_draft_sample.fdx
```