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.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.1.tar.gz
(3.7 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8eb15756806b224a404dab7ee4316d1929b900799e649e5dd2df17c351c6fabb |
|
MD5 | f2bbbab45b948e62d9e732d21cd13fc7 |
|
BLAKE2b-256 | 9e2edd84be52ad886891445fcf0bdead2fa55169e33a9126d3717253e4112674 |