worklittle
Python SDK and CLI for api.worklittle.com.
Registry publish is not live yet. Install from this package:
cd packages/sdk-python
pip install -e .
export WORKLITTLE_API_KEY=sk-wl-api01-...
worklittle jobs search --q="software engineer" --limit 1 --pretty
worklittle jobs search --title="software engineer, -senior" --company="-lucid-motors,-tesla" --limit 5 --pretty
--company accepts bare slugs (include) or leading-dash slugs (exclude). Title negatives use --title / --q. Other GET /jobs flags pass through the same way (--workplace_type, --posted_within_days, …).
from worklittle import Worklittle
wl = Worklittle()
jobs = wl.jobs.search(q="software engineer", limit=5)
filtered = wl.jobs.search(
title="software engineer, -senior",
company="-lucid-motors,-tesla",
limit=5,
)
CLI output is JSON on stdout by default.
Docs: https://docs.worklittle.com/libraries/sdk?lang=python
OpenAPI: https://docs.worklittle.com/openapi/openapi.yaml
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 worklittle-1.1.0.tar.gz.
File metadata
- Download URL: worklittle-1.1.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcb05d632b1b38f497a4cefaa348fdfe1ddae5ff3197b1a668545b45863abaeb
|
|
| MD5 |
a6ee526c8eb46572e612714712a18556
|
|
| BLAKE2b-256 |
6c02d157de8ce5ea952af3e8272987ee70278727d465e1e45af8045c32c9536b
|
File details
Details for the file worklittle-1.1.0-py3-none-any.whl.
File metadata
- Download URL: worklittle-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6edefa8026d35e13c84c982f5cf74b401b66df6608a8a03fded14089583012e1
|
|
| MD5 |
90f0bbbd1570fee53b40d08e9328da80
|
|
| BLAKE2b-256 |
305a75b07163edcc194e26052569422e021d56f40fb460510b6a46c612b67692
|