StereoMolGraph


NameStereoMolGraph JSON
Version 0.0.0b5 PyPI version JSON
download
home_pageNone
SummaryA graph library for chiral molecules, reactions and transition states
upload_time2025-07-24 11:29:57
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/DOI/10.5281/zenodo.16360311.svg)](https://doi.org/10.5281/zenodo.16360311)
[![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/32/e4/f9d02396fba61a44fd136fee16e9a24331b5a240124f1fa88ac3e9540b32/stereomolgraph-0.0.0b5.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/DOI/10.5281/zenodo.16360311.svg)](https://doi.org/10.5281/zenodo.16360311)\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.0b5",
    "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": "d1a86e36734e990e5459ff501b4068742d607b7d99adb7c1da67fd79722e7608",
                "md5": "a36b03c996f0179a09574a3b38fe2a9e",
                "sha256": "66a40438fdc9b76aa3751e5da5c6829bf18e59b871755efc13a4245d28c45ba0"
            },
            "downloads": -1,
            "filename": "stereomolgraph-0.0.0b5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a36b03c996f0179a09574a3b38fe2a9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 54580,
            "upload_time": "2025-07-24T11:29:56",
            "upload_time_iso_8601": "2025-07-24T11:29:56.645503Z",
            "url": "https://files.pythonhosted.org/packages/d1/a8/6e36734e990e5459ff501b4068742d607b7d99adb7c1da67fd79722e7608/stereomolgraph-0.0.0b5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32e4f9d02396fba61a44fd136fee16e9a24331b5a240124f1fa88ac3e9540b32",
                "md5": "1256e2a8d050caecfcb2e06c181a34f2",
                "sha256": "ac40ef13039981540afceb6e9ce50a371a3dbc05c5f455d62a46709a1b9bad33"
            },
            "downloads": -1,
            "filename": "stereomolgraph-0.0.0b5.tar.gz",
            "has_sig": false,
            "md5_digest": "1256e2a8d050caecfcb2e06c181a34f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 56393,
            "upload_time": "2025-07-24T11:29:57",
            "upload_time_iso_8601": "2025-07-24T11:29:57.457253Z",
            "url": "https://files.pythonhosted.org/packages/32/e4/f9d02396fba61a44fd136fee16e9a24331b5a240124f1fa88ac3e9540b32/stereomolgraph-0.0.0b5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 11:29:57",
    "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: 2.34555s