igraph
Python 2 bindings for the igraph library
Install
- All systems
-
curl cmd.cat/igraph.sh
- Debian
-
apt-get install python2-igraph
- Ubuntu
-
apt-get install python2-igraph
- Arch Linux
-
pacman -S python2-igraph
- Fedora
-
dnf install python2-igraph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2-igraph
- Raspbian
-
apt-get install python2-igraph
- Dockerfile
- dockerfile.run/igraph
python2-igraph
Python 2 bindings for the igraph library
radiance
Lighting Simulation and Rendering System
Radiance is intended to aid lighting designers and architects by predicting the light levels and appearance of a space prior to construction. The package includes programs for modeling and translating scene geometry, luminaire data and material properties, all of which are needed as input to the simulation. The lighting simulation itself uses ray tracing techniques to compute radiance values (ie. the quantity of light passing through a specific point in a specific direction), which are typically arranged to form a photographic quality image. The resulting image may be analyzed, displayed and manipulated within the package, and converted to other popular image file formats for export to other packages, facilitating the production of hard copy output.
python-igraph
High performance graph data structures and algorithms (Python 2)
Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. 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. This package contains the Python 2 version of igraph.