Repository URL to install this package:
|
Version:
0.3.1 ▾
|
| asciinet |
| asciinet.egg-info |
| LICENSE |
| MANIFEST.in |
| NOTICE |
| PKG-INFO |
| README.md |
| setup.cfg |
| setup.py |
NOTE: this is a fork of the original asciinet libary which seems to be abandoned. This fork is mainly intended to build artifacts to upload to pypi and conda.
asciinet is a wrapper over the ascii-graphs library for printing networkx graphs as ASCII.
This software is the product of research carried out at the University of Zurich and comes with no warranty whatsoever. Have fun!
To install asciinet you have two options: 1) manual installation (install requirements first) or 2) automatic with pip
Install the project manually from source (after downloading it locally):
$ cd pyasciinet $ python setup.py install
Install the project with pip:
$ pip install https://github.com/cosminbasca/asciinet/pyasciinet
Also have a look at the build.sh script included in the codebase for a complete setup of the build process