Skip to main content

Simple tool for router maintain.

Project description

router_tools

Latest PyPI version Latest Travis CI build status Documentation Status

A 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

Development env setup - new machine

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

Relase

pandoc -o README.rst -i README.md
pip freeze > requirements.txt

. .env/bin/activate
python setup.py develop
py.test
git commit -a -m "messages for update"

rm docs_api/*.rst
sphinx-apidoc -F -o docs_api router_tools
make -C docs_api html; open docs_api/build/html/index.html

bumpversion patch
python setup.py sdist upload
python setup.py bdist_wheel upload

make -C docs html; open docs/build/html/index.html

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.7.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distributions

router_tools-0.1.7-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

router_tools-0.1.7-py2-none-any.whl (5.7 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