Skip to main content

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

talocode_cliplane-0.1.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

talocode_cliplane-0.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file talocode_cliplane-0.1.0.tar.gz.

File metadata

  • Download URL: talocode_cliplane-0.1.0.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

Hashes for talocode_cliplane-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7c591eb6b434a4a5bcfecb15242a2a0616516f4ae8bb68afba135488a698cad7
MD5 c64a5378bd2cea9275359339497cba58
BLAKE2b-256 d0751023e5c162ce104cd693792d2f2310b296f67649faf04eda31ffcb5d5771

See more details on using hashes here.

File details

Details for the file talocode_cliplane-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for talocode_cliplane-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 373e922c3419e5e7f442e821ec9cc697e225b032e80d01715eafc66779e99c9f
MD5 a69ca392d9ffd34df412371ba32757fb
BLAKE2b-256 b9e2533c8c4586ec70a2f760ba7d63400fb5595a383a59569e194c07c5be5e7b

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page