Metadata-Version: 2.1
Name: rutter
Version: 0.4
Summary: Py3k-compatible fork of Paste's urlmap
Home-page: https://github.com/tseaver/rutter
Author: Tres Seaver
Author-email: tseaver@palladion.com
License: BSD-derived (Repoze)
Keywords: web application server wsgi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Framework :: Pyramid
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: WebOb
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'
Requires-Dist: WebTest ; extra == 'testing'

``rutter``:  URL map for Py3k
=============================

.. image:: https://img.shields.io/pypi/v/rutter.svg?style=flat
    :target: https://pypi.python.org/pypi/rutter/
    :alt: Latest Version

.. image:: https://github.com/tseaver/rutter/actions/workflows/ci-tests.yml/badge.svg?branch=master
    :target: https://github.com/tseaver/rutter/actions/workflows/ci-tests.yml

.. image:: https://readthedocs.org/projects/rutter/badge/?version=latest
    :target: https://rutter.readthedocs.org/en/latest/
    :alt: Documentation Status

This project provides a version of the ``URLMap`` class from ``paste.urlmap``,
ported to support Python3.  It also features 100% unit test coverage.

Please see https://rutter.rtfd.io/ for complete documentation


``rutter`` Changelog
====================

0.4 (2022-03-12)
----------------

- Add support for Python 3.9, and 3.10.

- Remove DeprecationWarning from using ``collections.abc``.

- Move tests to GitHub actions.

- Move test suite to py.test.

0.3 (2020-08-10)
----------------

- Add support for Python 3.5, 3.6, 3.7, and 3.8.

- Drop support for Python 2.6, 3.2, 3,3, and 3.4.

- Add support for PyPy3.

0.2 (2013-10-21)
----------------

- Fix generation of ``long-description`` PyPI metadata.

- Add Sphinx documentation.

0.1 (2013-10-16)
----------------

- Initial version.



