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 details)

Uploaded Source

Built Distribution

pyfb_normalization-1.0.2-py2.py3-none-any.whl (21.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyfb-normalization-1.0.2.tar.gz.

File metadata

  • Download URL: pyfb-normalization-1.0.2.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.5

File hashes

Hashes for pyfb-normalization-1.0.2.tar.gz
Algorithm Hash digest
SHA256 1568b83f8d353a3955556b0393d5edefb834f30124c5a9ffc6b177ec3df9d429
MD5 680ca8d97574c5f3c36d4371ff125f33
BLAKE2b-256 5aeb5fc4a699f747d22914559cb15dc66d0e571b3b47dbcb5ed65393fb7a17c6

See more details on using hashes here.

File details

Details for the file pyfb_normalization-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyfb_normalization-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8c7ca7453aa574634392f0f874d9f5f1a89846b80dda12c4345ea3e6b237560d
MD5 e4f0636e5e7fd73b0f08c8a7c92ceab3
BLAKE2b-256 3cde6a948fe30b5d18fbb85a0dc29e840211db2cb931b3743403d1a52bccf220

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