Skip to main content

Simple tool for router maintain.

Project description

router_tools

Latest PyPI version Latest Travis CI build status Documentation Status

Simple tools for router maintain.

Usage

Installation

Requirements

Development Guide

Development env setup - bootstrap

virtualenv .env
. .env/bin/activate
pip install -U pip
cat <<EOF > .env/pip.conf
[list]
format=columns
EOF
pip install -U virtualenvwrapper
pip install -U pytest-cov
pip install -U tox
pip install -U Sphinx
pip install -U recommonmark
pip freeze > requirements.txt
sphinx-quickstart

git flow init
git push -u origin develop

Development env setup - new machine

. .env/bin/activate
pip install -r requirements.txt --use-mirrors

Relase

make all
make release

Licence

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

router_tools-0.1.8.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distributions

router_tools-0.1.8-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

router_tools-0.1.8-py2-none-any.whl (5.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page