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()
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.5.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36922152b31ec35f51da3a3d19c24d60b92801c38a8e89e81f2dd3003c6b4bc9 |
|
MD5 | 53023caaf61e0d7f54c7e2ed8f3f6612 |
|
BLAKE2b-256 | 881a477921175796db5d2be9a2d811b0122aea2609bcfe35397dfc5db6acb51a |