Skip to main content

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numlookupapi-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

numlookupapi-0.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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