Skip to main content
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.

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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 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.

Release history Release notifications | RSS feed

This release

1.0.2 This release

2 files

1.0.1

2 files

1.0.0

2 files

0.9.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page