https://github.com/igraph/python-igraph-legacy
Transitional Python package during the rename of python-igraph to igraph in PyPI
https://github.com/igraph/python-igraph-legacy
Last synced: 7 months ago
JSON representation
Transitional Python package during the rename of python-igraph to igraph in PyPI
- Host: GitHub
- URL: https://github.com/igraph/python-igraph-legacy
- Owner: igraph
- License: gpl-2.0
- Created: 2021-10-28T19:27:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T09:26:29.000Z (11 months ago)
- Last Synced: 2025-10-06T23:47:37.057Z (7 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Legacy wrapper for the Python interface of the igraph library
--------------------------------------------------------------
The Python interface of the [igraph library](https://igraph.org/python/) has
been published on PyPI as `python-igraph` since the inception of the project.
However, the Python interface was renamed to `igraph` on PyPI in October 2021
and the package is now published as` igraph` from version 0.9.7 onwards. This
package is a placeholder that is going to be published as `python-igraph` for
new `igraph` releases until Sep 1, 2022 and its only purpose is to bring in
the "real" igraph package as a dependency during the transition period.
If you use `python-igraph` as a dependency in any of your own projects, you
are advised to change the dependency to `igraph` until Sep 1, 2022. New
releases will _not_ be published under `python-igraph` from Sep 1, 2022
onwards.