Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1005 Bytes

python-api.rst

File metadata and controls

40 lines (28 loc) · 1005 Bytes

gsd python package

GSD provides a Python API intended for most users. Developers, or users not working with the Python language, may want to use the c_api_.

Submodules

python-module-gsd.fl python-module-gsd.hoomd python-module-gsd.pygsd

Package contents

gsd

Logging

All python modules in GSD use the python standard library module :pylogging to log events. Use this module to control the verbosity and output destination:

import logging
logging.basicConfig(level=logging.INFO)
Module :pylogging

Documentation of the :pylogging standard module.