Skip to main content

Phonenumber's direction package

Project description

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

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

pyfb-direction-1.0.4.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

pyfb_direction-1.0.4-py2.py3-none-any.whl (25.3 kB view details)

Uploaded Python 2 Python 3

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

Hashes for pyfb-direction-1.0.4.tar.gz
Algorithm Hash digest
SHA256 616800d494ac9b84eaf028b0b8cd76148efcfcf4fbfe01ad0e697ed8f1083d5b
MD5 173615b5173715467e3a254302997bd6
BLAKE2b-256 f595d9d4108e94aee93fd8fc3143c34cd2a55405efcfb4f76f1ffbf331fe6c39

See more details on using hashes here.

File details

Details for the file pyfb_direction-1.0.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyfb_direction-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d816b0fffa5e74225c0b84e271279399f97fb820e77b2bf75c0305bdc731bd51
MD5 6e07c907a607f0dc99787c1b306894fd
BLAKE2b-256 05e10395e1bf0f686b0353b0c9489368d98ae54c9262037ade779b2846fc0f85

See more details on using hashes here.

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