CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Adds setup.py support #77

Closed kylebgorman closed 2 years ago

kylebgorman commented 2 years ago

This PR restructures the Python source tree so that the Python components can all be installed via setup.py.

Two command-line tools become available: latin_scan (shadowing scan.py) and latin_validate (shadowing validate.py). One can also import the latin_scansion module, which supports the code in scansion.py and textproto.py.

Instructions are provided in the README.

The web app will also depend on this package.

Closes #74.

jillianchang commented 2 years ago

Merge conflict?

kylebgorman commented 2 years ago

Merge conflict?

I can take care of those.

kylebgorman commented 2 years ago

The stupid merge thing isn't working, I'll create a new PR.