Ipbase Python Client
Project description
Ipbase Python Client
Ipbase Python Client is the official Python Wrapper around the Ipbase API.
Installation
Install from pip:
pip install ipbase
Install from code:
pip install git+https://github.com/everapihq/ipbase-python.git
Usage
All ipbase 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 ipbase and pass authentication information to initialize it:
import ipbase
client = ipbase.Client('API_KEY')
Retrieve Status
print(client.status())
Retrieve IP Information
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
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 ipbase-0.1.tar.gz.
File metadata
- Download URL: ipbase-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 |
a26e6944840bfa18358d45ac7034a80a89c2943abcb73de3d2e4ce9e2769df05
|
|
| MD5 |
abfabe5c8a6ad739ba94c3b542e04d06
|
|
| BLAKE2b-256 |
82169b3e796b3a570785fa0cdd429c91a8d88825dbef766b78e89b91af1d6eef
|
File details
Details for the file ipbase-0.1-py3-none-any.whl.
File metadata
- Download URL: ipbase-0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 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 |
8fdddc49629b4b9cac018fd128f9ad3ab288d5ec7a50e43ad49d716c777760ad
|
|
| MD5 |
49fa532809f51d25bf5fb88b7c861800
|
|
| BLAKE2b-256 |
eb3aa486205043909b8c54a2a13e58bf839a6ef4860bdbc125ae474fb8d08be4
|