LiteLambda CLI (litelambda)
Official command-line interface for LiteLambda — serverless Python cron job hosting without managing servers.
Installation
pip install litelambda-cli
Quick Start
1. Login
Generate an API token from your LiteLambda Settings, then run:
litelambda login
2. Check Account
litelambda whoami
3. Deploy a Python Script
Deploy any Python file on a cron schedule:
litelambda deploy scraper.py --schedule "0 9 * * *" --name "Morning Scraper"
With pip dependencies:
litelambda deploy bot.py --schedule "*/15 * * * *" --requirements requirements.txt
4. List All Jobs
litelambda list
5. Run a Job Manually
litelambda run "Morning Scraper"
6. View Execution Logs
litelambda logs "Morning Scraper"
License
MIT
Release files for litelambda-cli 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litelambda_cli-0.1.0.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litelambda_cli-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:14.0 kB
Release files / litelambda_cli-0.1.0.tar.gz
| Download URL | litelambda_cli-0.1.0.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7099b3a3a38c5c1dc87482af21ac79defb11b778ee0c7c3dcc90c4e14f0cf08
|
|
BLAKE2b-256 checksum How to use checksums |
e79c43be66c7715d2a27716b9e860f380e21206ba9e66e4ee6c2c590ce7b855f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / litelambda_cli-0.1.0-py3-none-any.whl
| Download URL | litelambda_cli-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
189415659ace243eaa6d4d4237ab7d4f5cc658f745a12dc2d87c818f3d87a7eb
|
|
BLAKE2b-256 checksum How to use checksums |
702c49d7d3fa0856710c37ef30117c7295038bfe0f282caea762bcb65668f241
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|