Nitra
Project description
How to implement
# establish connection with jobspire
nitra = Nitra(
username='username',
secret='secret password',
base_url='http://full_jobspire_url.dk/nitra',
ensure_connected=True
)
# usage:
nitra.get_skills()
nitra.get_job_areas()
nitra.insert_job_postings(List[dict])
nitra.insert_job_posting_skills(List[dict])
nitra.delete_job_postings_by_source_id(source_ids: List[str])
nitra.delete_job_postings_by_uuid(ids: List[str])
nitra.update_job_postings(patches_with_id: List[dict])
nitra.get_job_postings_with_no_word_embs()
nitra.delete_job_posting_skills(job_posting_ids: List[str])
nitra.ping()
Development
To build: python3 -m build
To release: ./release.sh
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
jobspire_nitra-0.1.2.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b851e4ef84fd879cc6535f8ed3fc65ce85ec9f44cce51054b3be25c84b72215 |
|
MD5 | 5e92a7c867ce4f80874e67353d8f4bf5 |
|
BLAKE2b-256 | e4f4315fe8e5ff45d6c6f8540a384c3e70cfe9131a01de0323cae12001464152 |