python-igraph


Namepython-igraph JSON
Version 0.11.4 PyPI version JSON
download
home_pagehttps://igraph.org/python
SummaryHigh performance graph data structures and algorithms (legacy package)
upload_time2024-02-14 11:10:04
maintainer
docs_urlNone
authorTamas Nepusz
requires_python>=3.6
licenseGNU General Public License (GPL)
keywords graph network mathematics math graph theory discrete mathematics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python interface to the igraph high performance graph
library, primarily aimed at complex network research and analysis.

**This package is deprecated; use the igraph package instead. This package will
be kept in sync with igraph until Sep 1, 2022 and it will not receive any
updates after Sep 1, 2022.**

Graph plotting functionality is provided by the Cairo library, so make
sure you install the Python bindings of Cairo if you want to generate
publication-quality graph plots. You can try either `pycairo
<http://cairographics.org/pycairo>`_ or `cairocffi <http://cairocffi.readthedocs.io>`_,
``cairocffi`` is recommended because there were bug reports affecting igraph
graph plots in Jupyter notebooks when using ``pycairo`` (but not with
``cairocffi``).

            

Raw data

            {
    "_id": null,
    "home_page": "https://igraph.org/python",
    "name": "python-igraph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "graph,network,mathematics,math,graph theory,discrete mathematics",
    "author": "Tamas Nepusz",
    "author_email": "ntamas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/77/d3b9003d8ef77cba8fc5edb148fb04c37d60b836de313b1a4df63a26c8bf/python-igraph-0.11.4.tar.gz",
    "platform": "ALL",
    "description": "Python interface to the igraph high performance graph\nlibrary, primarily aimed at complex network research and analysis.\n\n**This package is deprecated; use the igraph package instead. This package will\nbe kept in sync with igraph until Sep 1, 2022 and it will not receive any\nupdates after Sep 1, 2022.**\n\nGraph plotting functionality is provided by the Cairo library, so make\nsure you install the Python bindings of Cairo if you want to generate\npublication-quality graph plots. You can try either `pycairo\n<http://cairographics.org/pycairo>`_ or `cairocffi <http://cairocffi.readthedocs.io>`_,\n``cairocffi`` is recommended because there were bug reports affecting igraph\ngraph plots in Jupyter notebooks when using ``pycairo`` (but not with\n``cairocffi``).\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL)",
    "summary": "High performance graph data structures and algorithms (legacy package)",
    "version": "0.11.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/igraph/python-igraph/issues",
        "CI": "https://github.com/igraph/python-igraph/actions",
        "Changelog": "https://github.com/igraph/python-igraph/blob/master/CHANGELOG.md",
        "Documentation": "https://igraph.org/python/doc",
        "Homepage": "https://igraph.org/python",
        "Source Code": "https://github.com/igraph/python-igraph"
    },
    "split_keywords": [
        "graph",
        "network",
        "mathematics",
        "math",
        "graph theory",
        "discrete mathematics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f661284623674aaf28b5c90e2c904e51514fdb6e97aabb5b9df76d0872fb4e39",
                "md5": "11c8dea49b2f82d7f45f50f025a7e054",
                "sha256": "4a055fe80fd6448cadc7faead6b8e54f947f864ff02477e926fa1499d3961869"
            },
            "downloads": -1,
            "filename": "python_igraph-0.11.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11c8dea49b2f82d7f45f50f025a7e054",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9067,
            "upload_time": "2024-02-14T11:09:57",
            "upload_time_iso_8601": "2024-02-14T11:09:57.277385Z",
            "url": "https://files.pythonhosted.org/packages/f6/61/284623674aaf28b5c90e2c904e51514fdb6e97aabb5b9df76d0872fb4e39/python_igraph-0.11.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b377d3b9003d8ef77cba8fc5edb148fb04c37d60b836de313b1a4df63a26c8bf",
                "md5": "8b3084c8006396868a018285f3f189fa",
                "sha256": "5f11ea67fa13691907b54f5285e82935b9c8919e6a2de49212dfcbb421e97fbd"
            },
            "downloads": -1,
            "filename": "python-igraph-0.11.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8b3084c8006396868a018285f3f189fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9586,
            "upload_time": "2024-02-14T11:10:04",
            "upload_time_iso_8601": "2024-02-14T11:10:04.559483Z",
            "url": "https://files.pythonhosted.org/packages/b3/77/d3b9003d8ef77cba8fc5edb148fb04c37d60b836de313b1a4df63a26c8bf/python-igraph-0.11.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 11:10:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "igraph",
    "github_project": "python-igraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "python-igraph"
}
        
Elapsed time: 0.25428s