mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
correctly with python3. Use Github instead of PyPy for it has newer, unbreaking patches. Take maintainership. PR: 253691 Approved by: demon (maintainer)
8 lines
326 B
Text
8 lines
326 B
Text
Pygraph aims to be an easy-to-use and functional graph library that
|
|
doesn't sacrifice advanced capabilities or usability in the process.
|
|
|
|
By implementing the library in pure Python, it can be installed without
|
|
any dependencies aside from the Python core, enabling maximum ease of
|
|
use.
|
|
|
|
WWW: https://github.com/jciskey/pygraph
|