Metadata-Version: 1.1
Name: convert-to-redirects
Version: 0.1.3
Summary: Convert urls list to nginx or apache redirects.
Home-page: https://github.com/horechek/convert-to-redirects
Author: Kovardin Artem
Author-email: horechek@gmail.com
License: MIT License
Download-URL: https://github.com/horechek/convert-to-redirects/tarball/master
Description: ## convert-to-redirects
        
        Small tool for creating nginx or apache redirects from text files
        
        ### Usage:
        
        redirects.py type fromurls tourls [--remove-host=host] <br />
        redirects.py (-h | --help) <br />
        redirects.py --version <br />
        
        ### Options:
        
        type - apache or nginx<br />
        --remove-host=host - Substring host mane from urls<br />
Keywords: redirects,nginx,apache
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires: python (>= 2.7)
Requires: docopt (>= 0.6)
