Slick: simple agentic AI.
Project description
slick
Slick: a Python library and CLI.
Installation
pip install slick-ai
Usage
- Library:
import slick
print(slick.__version__)
- CLI:
slick --help
Development
# install dependencies (creates/uses Poetry-managed venv)
poetry install --with dev
# run commands within the venv
poetry run pytest
poetry run ruff check .
poetry run mypy slick
Releasing to PyPI
-
Update the version in
pyproject.tomlunder[tool.poetry]. -
Build and publish (TestPyPI first is recommended):
# build artifacts
poetry build
# publish to TestPyPI
poetry publish --repository testpypi
# when ready, publish to PyPI
poetry publish
Optionally configure credentials once:
poetry config pypi-token.pypi <YOUR_PYPI_TOKEN>
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry config pypi-token.testpypi <YOUR_TEST_PYPI_TOKEN>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slick_ai-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slick_ai-0.1.0.tar.gz.
File metadata
- Download URL: slick_ai-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784695a708112027d2d64b6962f142db9627d72c65de67229bf96ae99c892219
|
|
| MD5 |
8393f69ddd7d2716c5067f9a4bc5fca2
|
|
| BLAKE2b-256 |
aa35a83db055f97e137c3007508ea6be40ab8cef52c128ef926c87e8b7b1a5b8
|
File details
Details for the file slick_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: slick_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c31eafd704c5ebacc9410bfd636ec4e6e4a32deeca20e6df59f042cfac6644e
|
|
| MD5 |
6ba849f8f3cf44b5e403fc035b777724
|
|
| BLAKE2b-256 |
7c4b4bf11e00a47cfd346f08995b425fdedf0c2ae4323f23a80636a805cd0062
|