Software Conventions
principia-materia (PM) follows a variety of coding conventions and practices.
Python code style is guided by PEP 8, though there are various deviations (e.g. 2 space indentations, etc).
For command line options, we are rigidly following the GNU extension of the POSIX standard.