This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Finally, rewritten to a basic python package! You can now install it with the following:
# create a virtual environment (optional)
pip install git+https://github.com/pszemraj/lm-api.git
You can then run queries vs. dataframe-like files (i.e., pandas can read it, like CSV) with lm-api -i /path/to/file
. See the repo or run lm-api --help
for more details & options.
What's Changed
Full Changelog: v0.0.3...v0.1