StereoMolGraph


NameStereoMolGraph JSON
Version 0.0.0b8 PyPI version JSON
download
home_pageNone
SummaryA graph library for chiral molecules, reactions and transition states
upload_time2025-08-29 12:37:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords chemistry reaction graph molecule transition state
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # StereoMolGraph #
[![View Documentation](https://img.shields.io/badge/📖-Documentation-8CA1AF)](https://stereomolgraph.readthedocs.io)
[![Python Versions](https://img.shields.io/badge/Python-3.10|3.11|3.12|3.13-blue?logo=python)](https://www.python.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative)](https://opensource.org/licenses/MIT)
![PyPI - Version](https://img.shields.io/pypi/v/StereoMolGraph?link=https%3A%2F%2Fpypi.org%2Fproject%2FStereoMolGraph)
[![Documentation Status](https://readthedocs.org/projects/stereomolgraph/badge/?version=dev)](https://stereomolgraph.readthedocs.io/en/latest/?badge=dev)
[![GitHub](https://img.shields.io/badge/GitHub-View%20on%20GitHub-blue?logo=github)](https://github.com/maxim-papusha/StereoMolGraph)
[![Type Check](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_type_check.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_type_check.yaml)
[![Test Examples](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_example_test.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_example_test.yaml)
[![Unit Tests](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_unit_test.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_unit_test.yaml)
[![DOI](https://zenodo.org/badge/999259345.svg)](https://doi.org/10.5281/zenodo.16360310)
[![PyPI Downloads](https://static.pepy.tech/badge/stereomolgraph)](https://pepy.tech/projects/stereomolgraph)

Work in progress and a manuscript in preparation.
More documentation and tutorials coming end of summer 2025

A lightweitht Python library for **Molecules** and **Transition States** with **Stereochemistry**.
The object oriendet structure abstracts aways the mathematical complexety of the regirous grouptheorethical threatment of stereochemistry.
Provides algorithmically fast and robust implementations of **hashing** based on the Weisfeiler-Leman algorithm and **equality** based on the VF2++ isomorphism algorithm.

## Documentation ##

## Installation ##

## Citation ##

## Contact ##


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "StereoMolGraph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Maxim Papusha <maxim.papusha@ltt.rwth-aachen.de>",
    "keywords": "chemistry, reaction, graph, molecule, transition state",
    "author": null,
    "author_email": "Maxim Papusha <maxim.papusha@ltt.rwth-aachen.de>, Florian Solbach <florian.solbach@ltt.rwth-aachen.de>",
    "download_url": "https://files.pythonhosted.org/packages/c5/7c/77ffab9bd5f431dce6a9bd468231e4ae526f2700c5960825034274a695f5/stereomolgraph-0.0.0b8.tar.gz",
    "platform": null,
    "description": "# StereoMolGraph #\n[![View Documentation](https://img.shields.io/badge/\ud83d\udcd6-Documentation-8CA1AF)](https://stereomolgraph.readthedocs.io)\n[![Python Versions](https://img.shields.io/badge/Python-3.10|3.11|3.12|3.13-blue?logo=python)](https://www.python.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative)](https://opensource.org/licenses/MIT)\n![PyPI - Version](https://img.shields.io/pypi/v/StereoMolGraph?link=https%3A%2F%2Fpypi.org%2Fproject%2FStereoMolGraph)\n[![Documentation Status](https://readthedocs.org/projects/stereomolgraph/badge/?version=dev)](https://stereomolgraph.readthedocs.io/en/latest/?badge=dev)\n[![GitHub](https://img.shields.io/badge/GitHub-View%20on%20GitHub-blue?logo=github)](https://github.com/maxim-papusha/StereoMolGraph)\n[![Type Check](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_type_check.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_type_check.yaml)\n[![Test Examples](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_example_test.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_example_test.yaml)\n[![Unit Tests](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_unit_test.yaml/badge.svg?branch=main&event=push)](https://github.com/maxim-papusha/StereoMolGraph/actions/workflows/run_unit_test.yaml)\n[![DOI](https://zenodo.org/badge/999259345.svg)](https://doi.org/10.5281/zenodo.16360310)\n[![PyPI Downloads](https://static.pepy.tech/badge/stereomolgraph)](https://pepy.tech/projects/stereomolgraph)\n\nWork in progress and a manuscript in preparation.\nMore documentation and tutorials coming end of summer 2025\n\nA lightweitht Python library for **Molecules** and **Transition States** with **Stereochemistry**.\nThe object oriendet structure abstracts aways the mathematical complexety of the regirous grouptheorethical threatment of stereochemistry.\nProvides algorithmically fast and robust implementations of **hashing** based on the Weisfeiler-Leman algorithm and **equality** based on the VF2++ isomorphism algorithm.\n\n## Documentation ##\n\n## Installation ##\n\n## Citation ##\n\n## Contact ##\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A graph library for chiral molecules, reactions and transition states",
    "version": "0.0.0b8",
    "project_urls": {
        "Documentation": "https://stereomolgraph.readthedocs.io/",
        "PyPi": "https://pypi.org/project/StereoMolGraph/",
        "Repository": "https://github.com/maxim-papusha/StereoMolGraph.git",
        "Zenodo": "https://doi.org/10.5281/zenodo.16360310"
    },
    "split_keywords": [
        "chemistry",
        " reaction",
        " graph",
        " molecule",
        " transition state"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61d84b7871c7080821f75d8925adc2180e34cdc350d8c875b2eab38e69eb2fc0",
                "md5": "c7c1b79bbec5eda4b9d0b7f2a6087b71",
                "sha256": "a23434cf980f4a479c001cce99b88fe8b421dc1596defa58c920fc4423cc284c"
            },
            "downloads": -1,
            "filename": "stereomolgraph-0.0.0b8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7c1b79bbec5eda4b9d0b7f2a6087b71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 57225,
            "upload_time": "2025-08-29T12:37:05",
            "upload_time_iso_8601": "2025-08-29T12:37:05.601185Z",
            "url": "https://files.pythonhosted.org/packages/61/d8/4b7871c7080821f75d8925adc2180e34cdc350d8c875b2eab38e69eb2fc0/stereomolgraph-0.0.0b8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c57c77ffab9bd5f431dce6a9bd468231e4ae526f2700c5960825034274a695f5",
                "md5": "1076948758811cc7b8e5981725e1a0aa",
                "sha256": "cfb447247e470dc5417bd2667fa74d49018d30e7632be5ad1fbdbf63c7b1ace4"
            },
            "downloads": -1,
            "filename": "stereomolgraph-0.0.0b8.tar.gz",
            "has_sig": false,
            "md5_digest": "1076948758811cc7b8e5981725e1a0aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 48833,
            "upload_time": "2025-08-29T12:37:06",
            "upload_time_iso_8601": "2025-08-29T12:37:06.946215Z",
            "url": "https://files.pythonhosted.org/packages/c5/7c/77ffab9bd5f431dce6a9bd468231e4ae526f2700c5960825034274a695f5/stereomolgraph-0.0.0b8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 12:37:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maxim-papusha",
    "github_project": "StereoMolGraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "stereomolgraph"
}
        
Elapsed time: 1.58888s