planarity


Nameplanarity JSON
Version 0.6 PyPI version JSON
download
home_pagehttps://github.com/hagberg/planarity/
SummaryGraph planarity tools.
upload_time2024-07-06 22:41:27
maintainerAric Hagberg
docs_urlNone
authorAric Hagberg
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements setuptools wheel cython networkx matplotlib pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Graph planarity tools.
A wrapper to Boyer's (C) planarity algorithms: http://code.google.com/p/planarity/

Provides planarity testing, forbidden subgraph finding, and planar embeddings.

Works with the NetworkX graph package (not required).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hagberg/planarity/",
    "name": "planarity",
    "maintainer": "Aric Hagberg",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "aric.hagberg@gmail.com",
    "keywords": null,
    "author": "Aric Hagberg",
    "author_email": "aric.hagberg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/17/9a822cf44b9cad016def3085013edd2b2d7e7d6347778c00f4a835e33cc9/planarity-0.6.tar.gz",
    "platform": null,
    "description": "Graph planarity tools.\nA wrapper to Boyer's (C) planarity algorithms: http://code.google.com/p/planarity/\n\nProvides planarity testing, forbidden subgraph finding, and planar embeddings.\n\nWorks with the NetworkX graph package (not required).\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Graph planarity tools.",
    "version": "0.6",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/planarity",
        "Homepage": "https://github.com/hagberg/planarity/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b179a822cf44b9cad016def3085013edd2b2d7e7d6347778c00f4a835e33cc9",
                "md5": "d730b5734d641e848645c49b2db2a8c3",
                "sha256": "9852691d9c0d05e26a2fcbf2fce5a2632e8847ec462e816fa02e72d35013da68"
            },
            "downloads": -1,
            "filename": "planarity-0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d730b5734d641e848645c49b2db2a8c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 257670,
            "upload_time": "2024-07-06T22:41:27",
            "upload_time_iso_8601": "2024-07-06T22:41:27.810312Z",
            "url": "https://files.pythonhosted.org/packages/5b/17/9a822cf44b9cad016def3085013edd2b2d7e7d6347778c00f4a835e33cc9/planarity-0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-06 22:41:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hagberg",
    "github_project": "planarity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "cython",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "planarity"
}
        
Elapsed time: 0.90199s