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()
nitra.get_statistics()
nitra.add_company_esco_matches(company_esco_matches: List[dict])
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.6.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2e6852354a219f9877ec6abf86dc09fe0560ba9fbfb648179a24501d38f7287 |
|
MD5 | 8d77f9d01f70eefa7ed07e082ee4ff5b |
|
BLAKE2b-256 | 4f8917b1f7f0cc099461b26072158212c41386b8c3b537659551029d9bb1dc0b |