Metadata-Version: 2.4
Name: foundationallm
Version: 0.9.7rc488
Summary: Enables integration with the FoundationaLLM platform.
Author-email: FoundationaLLM <dev@foundationallm.ai>
License-Expression: MIT
Project-URL: Homepage, https://foundationallm.ai
Project-URL: Issues, https://github.com/foundationallm/foundationallm/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# FoundationaLLM

This package enables integration with the FoundationaLLM platform.

To package and publish the package run the following commands (in the folder where `pyproject.toml` is located):

```cmd
python -m pip install --upgrade build
python -m pip install --upgrade twine

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