Skip to content

everapihq/ipbase-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

https://ipbase.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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages