An open API service indexing awesome lists of open source software.

https://github.com/jzucker2/schoonmaker


https://github.com/jzucker2/schoonmaker

Last synced: 2 months ago
JSON representation

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
```