⚠️ DEPRECATED – use ivcap-lambda instead. Compatibility shim only.
Project description
⚠️ THIS PACKAGE IS DEPRECATED ⚠️
This package (
ivcap-ai-tool) has been renamed toivcap-lambda.🚨 Please uninstall
ivcap-ai-tooland installivcap-lambdainstead:pip uninstall ivcap-ai-tool pip install ivcap-lambdaThis package is a compatibility shim only and will receive no further updates.
Why was it renamed?
The library has been renamed from ivcap-ai-tool → ivcap-lambda to better reflect its purpose and align with the IVCAP platform naming conventions.
Migration
Replace your dependency and imports as follows:
| Old (deprecated) | New |
|---|---|
pip install ivcap-ai-tool |
pip install ivcap-lambda |
from ivcap_ai_tool import ... |
from ivcap_lambda import ... |
@ivcap_ai_tool(...) |
@ivcap_lambda(...) |
Example
# Old (deprecated)
from ivcap_ai_tool import start_tool_server, ivcap_ai_tool, ToolOptions
# New
from ivcap_lambda import start_tool_server, ivcap_lambda, ToolOptions
Compatibility
Installing ivcap-ai-tool automatically pulls in ivcap-lambda as a dependency. The ivcap_ai_tool namespace is re-exported from ivcap_lambda so existing code continues to work without changes — you will see a DeprecationWarning at import time reminding you to migrate.
Links
- 📦 New package: ivcap-lambda on PyPI
- 📖 Documentation & source: GitHub
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
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 ivcap_ai_tool-0.7.24.tar.gz.
File metadata
- Download URL: ivcap_ai_tool-0.7.24.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.14.5 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad451a83a24e7b0a59e21a2bff259d76971877cd0534a90473d89e651a581668
|
|
| MD5 |
e27bde32c5e531c655ed6b42c02d321c
|
|
| BLAKE2b-256 |
13391e7df81a08753365d8989f0e364d53bcab908ebf3178be35eb0b3aaad1a7
|
File details
Details for the file ivcap_ai_tool-0.7.24-py3-none-any.whl.
File metadata
- Download URL: ivcap_ai_tool-0.7.24-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.14.5 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59540fbd502db6dec91bb3c64fb4567f1c84599759e86f45279c99e707070a41
|
|
| MD5 |
b32d427eb94bae72d2b7fc60da625d24
|
|
| BLAKE2b-256 |
8ada30a49370d0eb87c4ef0537e7dbb0d75a0ba64a389217668c32c11c3d2ee8
|