Front Matter

atomx is a python interface for the atomx rest api.

With it you can easily query, create or update resources on atomx.

Project Info

The python atomx package is hosted on github.

Releases and project status are available on Pypi.

The most recent published version of this documentation is at http://atomx-api-python.readthedocs.org/en/latest/index.html.

See the atomx wiki for more general information about the atomx api.

Installation

To install the python atomx api, simply:

$ pip install atomx

or if you want to use ipython notebook and reporting functionality:

$ pip install atomx[report]