Skip to content

jrxFive/python-nomad

Repository files navigation

#python-nomad

Branch Status Coverage
develop Build Status codecov

Installation

pip install python-nomad

Examples

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)

TODO

  • functional tests
  • Inherit Base class, remove duplication and override parent dunders
  • readthedocs