algogears


Namealgogears JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryThis library contains implementations of computational geometry algorithms in Python3 adapted for educational purposes.
upload_time2024-05-26 13:04:23
maintainerNone
docs_urlNone
authorartandfi (Artem Fisunenko)
requires_pythonNone
licenseNone
keywords python3 computational geometry convex hull region search geometric search point location proximity closest pair closest points
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            AlgoGEARS (Algorithms of (Computational) Geometry with Entities Available for Reuse and Serialization) is a library that provides implementations of certain computational geometry algorithms adapted for educational purposes.The basic entities it uses, such as geometric objects and binary trees, are constructed as Pydantic models that can be easily reused and serialized.This library is a continuation of PyCompGeomAlgorithms https://pypi.org/project/PyCompGeomAlgorithms/, a library by the same author as this one--artandfi (Artem Fisunenko).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "algogears",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python3, computational geometry, convex hull, region search, geometric search, point location, proximity, closest pair, closest points",
    "author": "artandfi (Artem Fisunenko)",
    "author_email": "artem.fisunenko@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/be/c8/46054a1120972c73f1c65b82db929aa8446b7d486c956f40532ab13421ef/algogears-1.1.2.tar.gz",
    "platform": null,
    "description": "AlgoGEARS (Algorithms of (Computational) Geometry with Entities Available for Reuse and Serialization) is a library that provides implementations of certain computational geometry algorithms adapted for educational purposes.The basic entities it uses, such as geometric objects and binary trees, are constructed as Pydantic models that can be easily reused and serialized.This library is a continuation of PyCompGeomAlgorithms https://pypi.org/project/PyCompGeomAlgorithms/, a library by the same author as this one--artandfi (Artem Fisunenko).\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This library contains implementations of computational geometry algorithms in Python3 adapted for educational purposes.",
    "version": "1.1.2",
    "project_urls": null,
    "split_keywords": [
        "python3",
        " computational geometry",
        " convex hull",
        " region search",
        " geometric search",
        " point location",
        " proximity",
        " closest pair",
        " closest points"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "284eb90db8bf7915bcf8b59da8a361372692ff896f328d6b8ea8725676e7a915",
                "md5": "ca54ff0f54f34b9c57b72a73760b6efd",
                "sha256": "2803a79f06afc80dee7577449b06d18ce5c9d5e38772f64288a4b88bb70aa88a"
            },
            "downloads": -1,
            "filename": "algogears-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca54ff0f54f34b9c57b72a73760b6efd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23654,
            "upload_time": "2024-05-26T13:04:21",
            "upload_time_iso_8601": "2024-05-26T13:04:21.593473Z",
            "url": "https://files.pythonhosted.org/packages/28/4e/b90db8bf7915bcf8b59da8a361372692ff896f328d6b8ea8725676e7a915/algogears-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bec846054a1120972c73f1c65b82db929aa8446b7d486c956f40532ab13421ef",
                "md5": "7393ce61ef51371844ffeb3748835d3c",
                "sha256": "ec5a05a1cc1b427861f7a98312254412481a2df91530f0128d6b729c2e502f1f"
            },
            "downloads": -1,
            "filename": "algogears-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7393ce61ef51371844ffeb3748835d3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19659,
            "upload_time": "2024-05-26T13:04:23",
            "upload_time_iso_8601": "2024-05-26T13:04:23.334900Z",
            "url": "https://files.pythonhosted.org/packages/be/c8/46054a1120972c73f1c65b82db929aa8446b7d486c956f40532ab13421ef/algogears-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 13:04:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "algogears"
}
        
Elapsed time: 0.74740s