Talocode ClipLane
Talocode ClipLane creates, lists, and cancels local promo-video schedule plans stored in JSON. It provides a safe, reviewable release plan without credentials, a network connection, or automatic publishing.
Why ClipLane
ClipLane keeps the planning layer open and local while Talocode Cloud can provide optional hosted capabilities where teams need them. Local schedule records are workflow plans only: this package does not run a worker, publish content, or integrate with external publishing services.
Install
pip install talocode-cliplane
Quickstart
from cliplane import LocalScheduleClient
cliplane = LocalScheduleClient() # .cliplane/schedules.json
job = cliplane.create_schedule(
"2027-01-01T12:00:00Z",
content_id="launch-video",
title="Launch review plan",
)
print(job.id)
print(cliplane.list_schedules())
cliplane.cancel_schedule(job.id)
Local Store And Auth
LocalScheduleClient defaults to .cliplane/schedules.json; pass store_path to choose another local file. The JSON format is shared with the ClipLane CLI, SDK, and MCP server. No secrets are read or written.
Hosted Talocode capabilities, when used by other clients, use TALOCODE_API_KEY with TALOCODE_BASE_URL, which defaults to https://api.talocode.site. This local package does not make hosted requests.
API Surface
| Method | Purpose |
|---|---|
create_schedule(run_at, content_id=None, title=None) |
Creates a future local schedule plan |
list_schedules() |
Lists plans ordered by run time |
cancel_schedule(schedule_id) |
Marks a plan cancelled |
The local API has no credit charges. It does not publish content.
CLI
cliplane schedule-create --at "2027-01-01T12:00:00Z" --content launch-video --title "Launch review"
cliplane schedule-list
cliplane schedule-cancel schedule_your_id
Use --store path/to/schedules.json before the command to select a different JSON file.
Related Packages
| Package | Install |
|---|---|
| ClipLane CLI | npm i @talocode/cliplane-cli |
| ClipLane SDK | npm i @talocode/cliplane-sdk |
| Talocode ClipLane | pip install talocode-cliplane |
Talocode ecosystem
| Product | Package |
|---|---|
| ClipLane | pip install talocode-cliplane (this package) |
| Tera | pip install talocode-tera |
| Codra | pip install talocode-codra |
| SearchLane | pip install talocode-searchlane |
| StackLane | pip install talocode |
| ContextLane | pip install contextlane |
| Tradia | pip install tradia |
| XSearchLane | npm i @talocode/xsearchlane |
| Agent Browser | Hosted capability |
More: github.com/talocode · talocode.site · docs.talocode.site
Links
GitHub · Docs · PyPI · npm CLI · npm SDK
License
MIT © Talocode
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 talocode_cliplane-0.1.1.tar.gz.
File metadata
- Download URL: talocode_cliplane-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bd2effab4a7c35e151b8d0f415118d99d98a4d26236f0fa8712ae5ae7f87d47
|
|
| MD5 |
17b7ba8abb2c72009dd2a86c5bb11b7e
|
|
| BLAKE2b-256 |
86bd14c10016cd944292d470651a3b7f58ed2c19468e0dc5a69e4b0746c88b95
|
File details
Details for the file talocode_cliplane-0.1.1-py3-none-any.whl.
File metadata
- Download URL: talocode_cliplane-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8877897851bde9531f5ffeba83ae473e4970d696ca57c542c640d73a8f0b124a
|
|
| MD5 |
7a385588973242da3d930799e8566d2a
|
|
| BLAKE2b-256 |
ad1ef35f14b2bcdbaf73f11a1db0344e018fbaaeb912d4cf961ac55d6c14c5fa
|