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.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.0.9.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52f8caa72b97289b4a8a2a6d8d3b1b64bf482f6319c72668cd458124d91adf50 |
|
MD5 | 6c74906911a84a669c960bf5f1c5a5f7 |
|
BLAKE2b-256 | 1babb730ced94501e0c973bf6cd7a837efc763e6ad7d29f584e1324d3673256e |