Phonenumber's direction package
Project description
Phonenumber’s direction package
Documentation
The full documentation is at https://pyfb-direction.readthedocs.io.
Quickstart
Install pyfb-direction:
pip install pyfb-direction
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_direction.apps.PyfbDirectionConfig',
...
)
Add pyfb-direction’s URL patterns:
from pyfb_direction import urls as pyfb_direction_urls
urlpatterns = [
...
url(r'^', include(pyfb_direction_urls)),
...
]
Features
Telephony prefix management linking prefix with destination, country, network type and Carrier
Admin interface
CSV import / export
web template with Bootstrap 4
APIs
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.4 (2020-05-26)
Update views
Update dependencies
1.0.3 (2020-04-20)
Destination count in per country was wrong
Add search feature in country, prefix, region view
Update test config
Add feature to evaluate risk
1.0.2 (2019-03-27)
Change carrier to be nullable in destination model
Destination’s screen improvements
1.0.1 (2019-01-30)
SQL view for Kamailio
1.0.0 (2018-11-15)
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
Built Distribution
File details
Details for the file pyfb-direction-1.0.4.tar.gz
.
File metadata
- Download URL: pyfb-direction-1.0.4.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 616800d494ac9b84eaf028b0b8cd76148efcfcf4fbfe01ad0e697ed8f1083d5b |
|
MD5 | 173615b5173715467e3a254302997bd6 |
|
BLAKE2b-256 | f595d9d4108e94aee93fd8fc3143c34cd2a55405efcfb4f76f1ffbf331fe6c39 |
File details
Details for the file pyfb_direction-1.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: pyfb_direction-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d816b0fffa5e74225c0b84e271279399f97fb820e77b2bf75c0305bdc731bd51 |
|
MD5 | 6e07c907a607f0dc99787c1b306894fd |
|
BLAKE2b-256 | 05e10395e1bf0f686b0353b0c9489368d98ae54c9262037ade779b2846fc0f85 |