Lightweight SkillTailor Python SDK with local profile management.
Project description
skilltailor (Python SDK)
Lightweight Python SDK for SkillTailor APIs with local profile storage.
Install
pip install skilltailor
Quick Start
from skilltailor import SkillTailorClient
client = SkillTailorClient(base_url="https://your-domain.com/api")
result = client.recommend_with_profile(
query="Recommend skills for support workflow automation",
profile={
"profile_id": "alice",
"occupation": "Support engineer",
"interests": ["automation", "ai agents"],
"experience_level": "intermediate",
},
)
print(result.results[0].skill_name)
For local development, use base_url="http://127.0.0.1:8000".
For production, prefer a reverse-proxied API URL such as
https://your-domain.com/api; keep the backend listener on 127.0.0.1:8000
and close the raw backend port in the firewall.
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 Distributions
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 skilltailor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skilltailor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d721e5c5f77dcc13c7f210e5b46e95782bc5d9966e6bd6ca0b1b46b1812e7fc
|
|
| MD5 |
f51a943941ac04f339585488bc0f5cff
|
|
| BLAKE2b-256 |
30406cbd0965a0c13ec2852fd894b287873260cb566b92f113810bad12e95603
|