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.delete_job_posting_skills(job_posting_ids: List[str])
nitra.ping()
nitra.get_statistics()
nitra.get_contract_types()
nitra.get_esco_codes()
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.9.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for jobspire_nitra-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f82b62c75a366e097e6ac5269e9d8a203313e7df4f77feaaf7e71b5c7a8fb131 |
|
MD5 | aa4d3c370a9392cc84fd60760fa70cb7 |
|
BLAKE2b-256 | 869145c8d6361f3010e935ead33d3ee295e7afd2725118c79293b2a0ba5031f6 |