Une bibliothèque minimale faite par startlingadama
Project description
startling_lib
Une librairie Python modulaire pour la gestion des compétences, des profils professionnels et des aspects techniques.
Structure du package
startling_lib/
├── competence/
│ ├── __init__.py
│ └── competence.py
├── cv/
│ └── __init__.py
├── engineering/
│ └── __init__.py
Modules
startling_lib.competence
Contient les outils liés à la gestion des compétences (modèles, calculs, filtres, etc.).
Exemple d'utilisation :
from startling_lib.competence import competence
competence.analyze_skills(["python", "llm"])
startling_lib.cv
Gère les représentations de CV ou les données liées au parcours professionnel.
startling_lib.engineering
Composants techniques transversaux, outils pour l'intégration, l'automatisation, ou l'inférence.
Installation (locale)
pip install -e .
or
pip install git+https://github.com/starlingadama/startling-lib.git
Assure-toi d’avoir
pyproject.tomlconfiguré correctement.
Dépendances
Aucune dépendance externe obligatoire pour le cœur de la lib.
Licence
MIT - libre d'utilisation, modification et distribution.
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 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 startling_lib-0.1.1.tar.gz.
File metadata
- Download URL: startling_lib-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49b3f711ff9fd5142e5ad3342f04a50ab317e07ee0e5df1defe7496600e74404
|
|
| MD5 |
53894c496d13e18c2710c7203a9fc0a8
|
|
| BLAKE2b-256 |
540b8b8cc0576ef07b2e4ed013eeafc6ddbf862a3cebb60312006fbd5ae74111
|
File details
Details for the file startling_lib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: startling_lib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa8c0f9f10f37f863f783a2c846f7983b6ba2aab4447850d8f0fceaabdc8283f
|
|
| MD5 |
97d933d25fc584cb1c7c57a39c165aa0
|
|
| BLAKE2b-256 |
c5de2bdbe219d6f938b6742f4e5f1c5deae825405713d8f306010195b401433f
|