# 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/77/da/ddccdca41a2d25e7cc817827ddd5e27ba794dd2871eefe9f7ab719cf6a34/xyz_py-5.13.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.13.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": "8a5c302cf735a3322507f950e198443e0b1fe67c22781776df9987e289e41eca",
"md5": "f661f57866be8aa0af3dc2ae3ea64987",
"sha256": "4c81f089509f4eb43464317223758ce654bd11fe88236dd6f93b3748bcce3f52"
},
"downloads": -1,
"filename": "xyz_py-5.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f661f57866be8aa0af3dc2ae3ea64987",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 31073,
"upload_time": "2024-09-06T15:37:50",
"upload_time_iso_8601": "2024-09-06T15:37:50.730699Z",
"url": "https://files.pythonhosted.org/packages/8a/5c/302cf735a3322507f950e198443e0b1fe67c22781776df9987e289e41eca/xyz_py-5.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "77daddccdca41a2d25e7cc817827ddd5e27ba794dd2871eefe9f7ab719cf6a34",
"md5": "6f034e1f755e19224334fc8cd897dcb2",
"sha256": "1d80f652d803f5b061faf7dbdf6f60a279d6b5447eab3cd2b01f94bb5d6d6611"
},
"downloads": -1,
"filename": "xyz_py-5.13.0.tar.gz",
"has_sig": false,
"md5_digest": "6f034e1f755e19224334fc8cd897dcb2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 31479,
"upload_time": "2024-09-06T15:37:52",
"upload_time_iso_8601": "2024-09-06T15:37:52.388235Z",
"url": "https://files.pythonhosted.org/packages/77/da/ddccdca41a2d25e7cc817827ddd5e27ba794dd2871eefe9f7ab719cf6a34/xyz_py-5.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-06 15:37:52",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "jonkragskow",
"gitlab_project": "xyz_py",
"lcname": "xyz-py"
}