xyz-py


Namexyz-py JSON
Version 5.19.1 PyPI version JSON
download
home_pagehttps://gitlab.com/jonkragskow/xyz_py
SummaryA package for manipulating xyz files and chemical structures
upload_time2025-08-06 12:23:23
maintainerNone
docs_urlNone
authorJon Kragskow
requires_python>=3.6
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/29/4d/d87191655ed3daad94102ec93e4992706ff8610c7d771dbe0a10d49619ba/xyz_py-5.19.1.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": "GPL-3.0-or-later",
    "summary": "A package for manipulating xyz files and chemical structures",
    "version": "5.19.1",
    "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": null,
            "digests": {
                "blake2b_256": "a3119205c17ee7dfe130a512385962c1e1a34f0130b3b4754cd4bad01f8683fd",
                "md5": "88db0a7bb957407a8238731abb8866f2",
                "sha256": "5a899b6f5fd4325acc2d8b1e5be666b4971a051c77bf88cbd65d8f17225cb183"
            },
            "downloads": -1,
            "filename": "xyz_py-5.19.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88db0a7bb957407a8238731abb8866f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 32476,
            "upload_time": "2025-08-06T12:23:22",
            "upload_time_iso_8601": "2025-08-06T12:23:22.295730Z",
            "url": "https://files.pythonhosted.org/packages/a3/11/9205c17ee7dfe130a512385962c1e1a34f0130b3b4754cd4bad01f8683fd/xyz_py-5.19.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "294dd87191655ed3daad94102ec93e4992706ff8610c7d771dbe0a10d49619ba",
                "md5": "1c2589e49c7fb683416d464a5b9063dd",
                "sha256": "be69fbc0fa024813f642f491513657572fa4c7d68f88d5a77412697032963d0d"
            },
            "downloads": -1,
            "filename": "xyz_py-5.19.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1c2589e49c7fb683416d464a5b9063dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 32844,
            "upload_time": "2025-08-06T12:23:23",
            "upload_time_iso_8601": "2025-08-06T12:23:23.147796Z",
            "url": "https://files.pythonhosted.org/packages/29/4d/d87191655ed3daad94102ec93e4992706ff8610c7d771dbe0a10d49619ba/xyz_py-5.19.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 12:23:23",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "jonkragskow",
    "gitlab_project": "xyz_py",
    "lcname": "xyz-py"
}
        
Elapsed time: 1.65604s