Update README.md

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 15:10:50 -07:00 committed by GitHub
parent 808df7b4d4
commit 1a668a7cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,9 @@ hosts a [CGI form](https://service.uoregon.edu/TDClient/2030/Portal/KB/ArticleDe
which accepts a `.csv` or `.xls`(`x`) upload of a ballot-box and responds with the resulting which accepts a `.csv` or `.xls`(`x`) upload of a ballot-box and responds with the resulting
Smith set. The application can typically handle ~100s of candidates and ~10ks of votes Smith set. The application can typically handle ~100s of candidates and ~10ks of votes
before running into hosting resource limitations and timing out. before running into hosting resource limitations and timing out.
No ballot data is retained on the server after execution.
### Python Package ### Python Package
The `smithy` python package primarily provides the function `smith_set(ballot_box_df)` The `smithy` python package primarily provides the function `smith_set(ballot_box_df)`