Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

basic installable package

Latest
Compare
Choose a tag to compare
@pszemraj pszemraj released this 14 Jan 20:33
· 4 commits to master since this release
57a036b

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