Skip to main content

Routing package for PyFreeBilling application

Project description

https://badge.fury.io/py/pyfb-routing.svg https://travis-ci.org/mwolff44/pyfb-routing.svg?branch=master https://codecov.io/gh/mwolff44/pyfb-routing/branch/master/graph/badge.svg

Routing package for PyFreeBilling application

Documentation

The full documentation is at https://pyfb-routing.readthedocs.io.

Quickstart

Install pyfb-routing:

pip install pyfb-routing

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_routing.apps.PyfbRoutingConfig',
    ...
)

Add pyfb-routing’s URL patterns:

from pyfb_routing import urls as pyfb_routing_urls


urlpatterns = [
    ...
    url(r'^', include(pyfb_routing_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

1.0.1 (2020-05-21)

  • update dependencies

1.0.0 (2019-06-22)

  • Admin interface enhancements

0.9.0 (2018-12-05)

  • First release on PyPI.

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

pyfb-routing-1.0.1.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

pyfb_routing-1.0.1-py2.py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 2 Python 3

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