Python Packages =============== The GX API for Python has two packages: 1. :ref:`geosoft.gxapi ` exposes the full low-level library of functions available to all languages. 2. :ref:`geosoft.gxpy ` is a set of modules that provide a simpler Pythonic abstraction of key parts of the underlying :ref:`geosoft.gxapi `. The `geosoft.gxpy source code `_ provides a good reference for how to work with the low-level *geosoft.gxapi* modules. Reference ========= * `Geosoft Python Documentation `_ * `Installation and Configuration `_ * `Python Tutorial `_ * `Tutorial Examples `_ * `Tests `_ * :ref:`genindex` * :ref:`search`