Routing package for PyFreeBilling application
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfb-routing-1.0.1.tar.gz.
File metadata
- Download URL: pyfb-routing-1.0.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57760bf01aeac68b988ebfe580d291391eda2c41b972348a1e3229f219ec3eaa
|
|
| MD5 |
1f873baf0f4e294dfc50dec44d93e09c
|
|
| BLAKE2b-256 |
87d858dc8cd5303240af7283e98dda57bdd0a7cab31e0fffc3f629a93494d545
|
File details
Details for the file pyfb_routing-1.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: pyfb_routing-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f50389dc4564f2ff4ba5959767e588b354b0c9249313c8a5ebe009c94f0490d
|
|
| MD5 |
71af9588e0847ddefeb74f0a98dc4c35
|
|
| BLAKE2b-256 |
217ae01ae744705e1ad5c7cd078db4fbdcbe0b3d1f87bdfc1c49310bfbbd39f9
|