CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Setup #79

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.