Iplookupapi Python Client
Project description
Iplookupapi Python Client
iplookupapi Python Client is the official Python Wrapper around the iplookupapi API.
Installation
Install from pip:
pip install iplookupapi
Install from code:
pip install git+https://github.com/everapihq/iplookupapi-python.git
Usage
All iplookupapi 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 iplookupapi
and pass authentication information to initialize it:
import iplookupapi
client = iplookupapi.Client('API_KEY')
Retrieve Status
print(client.status())
Retrieve IP Information
https://iplookupapi.com/docs/info
result = client.info()
# result = client.info('1.1.1.1', 'de')
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
iplookupapi-0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file iplookupapi-0.1.tar.gz
.
File metadata
- Download URL: iplookupapi-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ade3f30cb475e606175b45a274d4bad26c23e023ef64762eeee69c8e006d3a |
|
MD5 | c374798bfa806f0053192f38d122252c |
|
BLAKE2b-256 | f8cc11e7bc7068c5612fb7c3d63aa081c6fa69729a35c97ec7ebe4c224f66467 |