Python lib , convert phone to area code , or find area phone code
Project description
# py-cn-phone-area-code
Python lib , convert phone to area code , or find area phone code
https://github.com/netroby/py-cn-phone-area-code
## Install
>From pip
https://pypi.python.org/pypi/py-cn-phone-area-code
```
pip install -U py-cn-phone-area-code
```
## Usage
to use it, see tests
```
from py_cn_phone_area_code import *
def main():
print(find_area_by_phone("0595")) # == "泉州"
print(find_phone_by_area("泉州")) #== "0595"
```
Python lib , convert phone to area code , or find area phone code
https://github.com/netroby/py-cn-phone-area-code
## Install
>From pip
https://pypi.python.org/pypi/py-cn-phone-area-code
```
pip install -U py-cn-phone-area-code
```
## Usage
to use it, see tests
```
from py_cn_phone_area_code import *
def main():
print(find_area_by_phone("0595")) # == "泉州"
print(find_phone_by_area("泉州")) #== "0595"
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file py_cn_phone_area_code-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: py_cn_phone_area_code-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1e9200bdadca7235c50181593dd509cec94951e7892d33a78ea15b3ad29ae46 |
|
MD5 | 6b50c058e36eb17ea3c1a87f6142f019 |
|
BLAKE2b-256 | c0e823da72faad681732f751af69055fd0b70c75d8db78d5d768e47b940a57f9 |