NumlookupAPI Python Client
Project description
NumlookAPI Python Client
CurrencyAPI Python Client is the official Python Wrapper around the CurrencyAPI API.
Installation
Install from pip:
pip install numlookupapi
Install from code:
pip install git+https://github.com/everapihq/numlookupapi-python.git
Usage
All numlookupapi API requests are made using the Client class. This class must be initialized with your API access key string. Where is my API access key?
In your Python application, import numlookupapi and pass authentication information to initialize it:
import numlookupapi
client = numlookupapi.Client('API_KEY')
Retrieve Status
print(client.status())
Retrieve Currencies
https://numlookupapi.com/docs/validate
result = client.validate('+14158586273')
# result = client.validate('14158586273', country_code='US')
print(result)
Contact us
Any feedback? Please feel free to contact our team.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file numlookupapi-0.1.tar.gz.
File metadata
- Download URL: numlookupapi-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96f5289b06e5815608af72b117c922b02368deeca68b187a91afe005310e4243
|
|
| MD5 |
dea5c70a1e24e37c82292c5fa0228e7e
|
|
| BLAKE2b-256 |
5eac7106c7578f6b388fb34674de235fbaa092f4237b335ad53cc31e8dbe50c4
|
File details
Details for the file numlookupapi-0.1-py3-none-any.whl.
File metadata
- Download URL: numlookupapi-0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9c167a789e2d1b4b6218519da25514303cd1036807b340d57d8ccc3f26ce2fb
|
|
| MD5 |
91219fe7045e377b372a994fa76702f8
|
|
| BLAKE2b-256 |
955e4e11d2cc8f981db337e1d706520f5b40bbcd5196d2825e627d9c7f95f1cf
|