Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  asciinet
  asciinet.egg-info
  LICENSE
  MANIFEST.in
  NOTICE
  PKG-INFO
  README.md
  setup.cfg
  setup.py
Size: Mime:
  README.md

asciinet

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.

Important Notes

This software is the product of research carried out at the University of Zurich and comes with no warranty whatsoever. Have fun!

TODO's

  • The project is not documented (yet)

How to Install the Project

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

Thanks a lot to