#python-nomad
Branch | Status | Coverage |
---|---|---|
develop |
pip install python-nomad
n = nomad.Nomad("172.16.100.10",timeout=5)
"example" in n.jobs
j = n.jobs["example"]["ID"]
example_allocation = n.allocation.get_allocations(j)
n.job.deregister_job(j)
- functional tests
- Inherit Base class, remove duplication and override parent dunders
- readthedocs