A network tool comprehension
Find a file
Arzaroth e3754d9598 typos
2014-10-27 04:46:42 +09:00
network code adjustement, switching from optparse to docopt 2014-10-24 15:46:40 +09:00
samples first import 2014-02-19 18:05:37 +01:00
.gitignore first import 2014-02-19 18:05:37 +01:00
LICENSE first import 2014-02-19 18:05:37 +01:00
README.md typos 2014-10-27 04:46:42 +09:00
requirements.txt updated TODO & README 2014-10-24 14:35:18 +09:00
TODO ... 2014-10-24 15:47:33 +09:00
virtualnetwork typos 2014-10-27 04:46:42 +09:00

virtualnetwork

A network tool comprehension

Required:
pyrser (>=0.0.2)
docopt (==0.6.2)

Dependancies can be installed with the following command:

pip install -r requirements

usage: ./virtualnetwork

network> help

Project Current State

  • This project is currently under development.
  • However, since the pyrser library is also evolving, it may need some adjustements in the future.

Contribute

  • You wanna contribute ? Great.
  • Fork and submit a pull request.