Lolla
Description
Lolla is a simple, easy to use, and lightweight Python binary for using Ollama's API. It is designed to be used in the terminal and can be used to make AI inference using Ollama's API.
Installation
To install Lolla, simply run the following command:
pip install --user lolla
or with an isolated environment:
python -m venv ~/bin/lolla_venv
~/bin/lolla_venv/bin/pip install lolla
ln -s ~/bin/lolla_venv/bin/lolla ~/bin/lolla
Usage
To use Lolla, simply run the following command :
lolla --help
Contributing
To contribute to LaFlem, simply fork the repository and create a pull request. Please make sure to include a detailed description of your changes. Here are the things I will check during the review :
- Is CHANGELOG.md have been updated (required)
- Is the lint score did not decrease (required)
- Is the test coverage did not decrease (required)
- Is the documentation have been updated (if required)
- If tests have been added (optional)
Development
This repository uses Taskfile to manage the development tasks. To see the available tasks, run the following command:
task --list
Release files for lolla 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lolla-0.1.2.tar.gz | 20.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lolla-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 41.2 kB
Release files / lolla-0.1.2.tar.gz
| Download URL | lolla-0.1.2.tar.gz |
|---|---|
| Size | 20.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4b10a12d9acdfb5e994d70579791d6eed4867865e722ef9d522f3082e2b78b16
|
|
BLAKE2b-256 checksum How to use checksums |
a8bf8e1a242bce7ffacecff0555712d6f2651d79ca43bde45b54be454475d1dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|
Release files / lolla-0.1.2-py3-none-any.whl
| Download URL | lolla-0.1.2-py3-none-any.whl |
|---|---|
| Size | 20.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
468d13978d4b76ee9fd2bb964a5df97df7d8376f6bf7ba21dd41587f6ef7668e
|
|
BLAKE2b-256 checksum How to use checksums |
1c5bdddd0ab79e25c7cc8da23ac528ae949e696aeb236109f9912de4a5a22ed6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|