AChemKit.tools.chem_ppΒΆ

A pretty-printer and syntax checker for .chem files

For information in .chem files see .chem Format.

Usage: chem_pp.py [options]

Options:

-h, --help show a help message and exit
-i INFILE, --infile=INFILE
 read from INFILE (if ommited, use stdin)
-o OUTFILE, --outfile=OUTFILE
 write to OUTFILE in .chem format (if ommited, use stdout)

Classes

ReactionNetwork(rates) A dictionary of reactions where each key is a reaction composed of (reactants, products) and each value is the rate.

Previous topic

AChemKit.tools.chem_to_pdf

Next topic

AChemKit.tools.chem_to_dot

This Page