Metadata-Version: 1.1
Name: pyramid-decoy
Version: 0.1.0
Summary: It's a python package template only
Home-page: https://github.com/fizyk/pyramid_decoy
Author: Grzegorz Sliwinski
Author-email: fizyk@fizyk.net.pl
License: MIT License
Description: pyramid_decoy
        =============
        
        .. image:: https://pypip.in/v/pyramid_decoy/badge.png
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/pyramid_decoy/badge/?version=v0.1.0
            :target: https://readthedocs.org/projects/pyramid_decoy/?badge=v0.1.0
            :alt: Documentation Status
        
        .. image:: https://pypip.in/d/pyramid_decoy/badge.png
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Number of PyPI downloads
        
        .. image:: https://pypip.in/wheel/pyramid_decoy/badge.png
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Wheel Status
        
        .. image:: https://pypip.in/egg/pyramid_decoy/badge.png
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Egg Status
        
        .. image:: https://pypip.in/license/pyramid_decoy/badge.png
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: License
        
        Package status
        --------------
        
        .. image:: https://travis-ci.org/fizyk/pyramid_decoy.svg?branch=v0.1.0
            :target: https://travis-ci.org/fizyk/pyramid_decoy
            :alt: Tests
        
        .. image:: https://coveralls.io/repos/fizyk/pyramid_decoy/badge.png?branch=v0.1.0
            :target: https://coveralls.io/r/fizyk/pyramid_decoy?branch=v0.1.0
            :alt: Coverage Status
        
        .. image:: https://requires.io/github/fizyk/pyramid_decoy/requirements.svg?tag=v0.1.0
             :target: https://requires.io/github/fizyk/pyramid_decoy/requirements/?tag=v0.1.0
             :alt: Requirements Status
        
        pyramid_decoy, a simple pyramid app, which solely purpose is to redirect traffic away
        to configured location, with hooks (in the future) to be able to plug in a tracking code.
        
        Package resources
        -----------------
        
        * Bug tracker: https://github.com/fizyk/pyramid_decoy/issues
        * Documentation: http://pyramid_decoy.readthedocs.org/
        
        
        
        
        Travis-ci
        ---------
        
        After creating package on github, move to tracis-ci.org, and turn on ci builds for given package.
        
        
        CHANGELOG
        =========
        
        0.1.0
        -------
        
        - initial release allowing to redirect all links section assigned to decoy to one url.
        
Keywords: python template
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
