# xyz-py
`xyz-py` is a python module for working with and manipulating chemical structures.
# Installation
For convenience, `xyz-py` is available on [PyPI](https://pypi.org/project/xyz-py/) 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](https://jonkragskow.gitlab.io/xyz_py/).
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/jonkragskow/xyz_py",
"name": "xyz-py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Jon Kragskow",
"author_email": "jonkragskow@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/08/e3/4797bd1a4dda3afd60659e1bfc6e2db70c8cb34dcc5e2ae67ed98995a608/xyz_py-5.14.0.tar.gz",
"platform": null,
"description": "# xyz-py\n\n`xyz-py` is a python module for working with and manipulating chemical structures. \n\n# Installation\n\nFor convenience, `xyz-py` is available on [PyPI](https://pypi.org/project/xyz-py/) and so can be installed using `pip`\n\n```\npip install xyz-py\n```\n\n# Functionality\n\nTo use the functions included in `xyz-py`, first import it into your python file\n```\nimport xyz_py as xyzp\n```\nand then call them as \n```\nxyzp.function_name(arguments)\n```\n\nTo find information on any of the functions included in `xyz-py`, use the `help` command from within a python environment, e.g.\n\n```\nhelp(xyzp.function_name)\n```\n\nor visit the [documentation](https://jonkragskow.gitlab.io/xyz_py/).\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for manipulating xyz files and chemical structures",
"version": "5.14.0",
"project_urls": {
"Bug Tracker": "https://gitlab.com/jonkragskow/xyz_py/-/issues",
"Documentation": "https://jonkragskow.gitlab.io/xyz_py",
"Homepage": "https://gitlab.com/jonkragskow/xyz_py"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ba80ac43d336718cf14312ce9cd83d587af222b94271cb534911aec6b340297",
"md5": "a4f21241f820b2dfac0f25b45d69a038",
"sha256": "d196141ad6b61119c7fa6bd16f208a314c2aaebd9a63f840ab3fd9634a458a52"
},
"downloads": -1,
"filename": "xyz_py-5.14.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4f21241f820b2dfac0f25b45d69a038",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 31546,
"upload_time": "2025-01-14T15:59:10",
"upload_time_iso_8601": "2025-01-14T15:59:10.416179Z",
"url": "https://files.pythonhosted.org/packages/5b/a8/0ac43d336718cf14312ce9cd83d587af222b94271cb534911aec6b340297/xyz_py-5.14.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "08e34797bd1a4dda3afd60659e1bfc6e2db70c8cb34dcc5e2ae67ed98995a608",
"md5": "3627856cbe899100eec1f72dd562c702",
"sha256": "a3108039578e721044b3b56268d9dd953f8dfd3166f6d5ef3b54d22f11cdd918"
},
"downloads": -1,
"filename": "xyz_py-5.14.0.tar.gz",
"has_sig": false,
"md5_digest": "3627856cbe899100eec1f72dd562c702",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 32001,
"upload_time": "2025-01-14T15:59:12",
"upload_time_iso_8601": "2025-01-14T15:59:12.053827Z",
"url": "https://files.pythonhosted.org/packages/08/e3/4797bd1a4dda3afd60659e1bfc6e2db70c8cb34dcc5e2ae67ed98995a608/xyz_py-5.14.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 15:59:12",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "jonkragskow",
"gitlab_project": "xyz_py",
"lcname": "xyz-py"
}