# Standardize Phones
## Overview
Standardizes phone to E164 standard.
## Installing and Supported Versions
Standardize Phones available on PyPI:
`$ python -m pip install padroniza-telefone`
**Officially supports Python 3.8+.**
## Cloning the repository
`$ git clone https://github.com/tatianno/padroniza-telefone.git`
## Example
```
from padroniza_telefone import Telefone
telefone = Telefone(numero='12344123', codigo_area='11', codigo_pais='55')
print(telefone.numero)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "padroniza-telefone",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "standardize phone E164",
"author": "Tatianno Alves",
"author_email": "tferreiraalves@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9c/4e/6f6ac0a4179074491a984a940cbddbf66407ce9797bad7507d224a474d9e/padroniza-telefone-0.0.4.tar.gz",
"platform": null,
"description": "\n# Standardize Phones\n\n## Overview\nStandardizes phone to E164 standard.\n\n## Installing and Supported Versions\nStandardize Phones available on PyPI:\n\n`$ python -m pip install padroniza-telefone`\n\n**Officially supports Python 3.8+.**\n\n## Cloning the repository\n\n`$ git clone https://github.com/tatianno/padroniza-telefone.git`\n\n## Example\n```\nfrom padroniza_telefone import Telefone\n\ntelefone = Telefone(numero='12344123', codigo_area='11', codigo_pais='55')\nprint(telefone.numero)\n```\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Standardizes phone to E164 standard",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [
"standardize",
"phone",
"e164"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c4e6f6ac0a4179074491a984a940cbddbf66407ce9797bad7507d224a474d9e",
"md5": "2420421cd540b95a802d1b072496d1d0",
"sha256": "7edd13fb349c3c461f481dda04a6b54a2032abe9a5b94611a212e1228e45f5da"
},
"downloads": -1,
"filename": "padroniza-telefone-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "2420421cd540b95a802d1b072496d1d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2784,
"upload_time": "2024-06-10T16:13:09",
"upload_time_iso_8601": "2024-06-10T16:13:09.984995Z",
"url": "https://files.pythonhosted.org/packages/9c/4e/6f6ac0a4179074491a984a940cbddbf66407ce9797bad7507d224a474d9e/padroniza-telefone-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-10 16:13:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "padroniza-telefone"
}