Metadata-Version: 2.1
Name: pyramid-decoy
Version: 0.2.0
Summary: pyramid_decoy, a simple pyramid app, which solely purpose is to redirect traffic away to configured location
Home-page: http://github.com/fizyk/pyramid_decoy
Author: Grzegorz Śliwiński
Author-email: fizyk+pypi@fizyk.net.pl
License: MIT License
Description: pyramid_decoy
        =============
        
        
        
        .. image:: https://img.shields.io/pypi/v/pyramid_decoy.svg
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Latest PyPI version
        
        .. image:: https://readthedocs.or/projects/pyramid_decoy/badge/?version=v0.2.0
            :target: http://pyramid_decoy.readthedocs.io/en/v0.2.0/
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/wheel/pyramid_decoy.svg
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Wheel Status
        
        .. image:: https://img.shields.io/pypi/pyversions/pyramid_decoy.svg
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/pypi/l/pyramid_decoy.svg
            :target: https://pypi.python.org/pypi/pyramid_decoy/
            :alt: License
        
        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.2.0
        ----------
        
        - [enhancement] switched CI to github actions
        - [enhancement] blackify code
        - [python] support only python 3.8 and up
        
        0.1.0
        ----------
        
        - initial release allowing to redirect all links section assigned to decoy to one url.
        
Keywords: pyramid,route,redirect
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 :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: tests
