Metadata-Version: 2.1
Name: fastlmi
Version: 0.0.1
Summary: A FastAPI-based framework for quickly building and iterating on language model interfaces.
Project-URL: Homepage, https://github.com/zhudotexe/fastlmi
Project-URL: Bug Tracker, https://github.com/zhudotexe/fastlmi/issues
Author-email: Andrew Zhu <andrew@zhu.codes>
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Requires-Dist: fastapi~=0.95.1
Description-Content-Type: text/markdown

# FastLMI

A work-in-progress package to quickly define and iterate on language model interfaces (LMIs).

## Build and Publish

`fastlmi` uses Hatchling to build.

```shell
python -m build
python -m twine upload dist/*
```
