A package for manipulating xyz files and chemical structures
Project description
xyz-py
xyz-py
is a python module for working with and manipulating chemical structures.
Installation
For convenience, xyz-py
is available on PyPI and so can be installed using pip
pip install xyz-py
Functionality
To use the functions included in xyz-py
, first import it into your python file
import xyz_py as xyzp
and then call them as
xyzp.function_name(arguments)
To find information on any of the functions included in xyz-py
, use the help
command from within a python environment, e.g.
help(xyzp.function_name)
or visit the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xyz_py-4.3.0.tar.gz
(28.1 kB
view hashes)
Built Distribution
xyz_py-4.3.0-py3-none-any.whl
(26.3 kB
view hashes)