Skip to main content

Normalization application package. TRansform phone number to E.164 numbers. Mainly used in PyFreeBilling project.

Project description

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

Normalization application package. TRansform phone number to E.164 numbers. Mainly used in PyFreeBilling project.

Documentation

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

Quickstart

Install pyfb-normalization:

pip install pyfb-normalization

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_normalization.apps.PyfbNormalizationConfig',
    ...
)

Add pyfb-normalization’s URL patterns:

from pyfb_normalization import urls as pyfb_normalization_urls


urlpatterns = [
    ...
    url(r'^', include(pyfb_normalization_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.2 (2020-05-21)

  • update dependencies

1.0.1 (2019-01-30)

  • SQL views for kamailio

  • translations updates

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-normalization-1.0.2.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

pyfb_normalization-1.0.2-py2.py3-none-any.whl (21.0 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