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_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.4.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 824072e16df1adb104a47d8590b93caa9318ac039a9fb621fbd647ab5659abe6 |
|
MD5 | 3b76d508fec18ff72919d08e29eff5b3 |
|
BLAKE2b-256 | b9700d45fa060fa422fb670972a18377504be7a0d565a7b8a38aa3b31c2eddb4 |