ipbulucu - Official Python SDK
Official Python library for querying ipbulucu.org Network & IP Intelligence API.
Installation
pip install ipbulucu
Quick Example
import ipbulucu
# 1. IP Lookup
info = ipbulucu.get_ip("81.213.153.20")
print(f"City: {info.get('city')}, ISP: {info.get('isp')}")
# 2. Whois Lookup
whois = ipbulucu.get_whois("turktelekom.com.tr")
print(f"Registrar: {whois.get('registrar')}")
Release files for ipbulucu 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipbulucu-1.0.0.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipbulucu-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.8 kB
Release files / ipbulucu-1.0.0.tar.gz
| Download URL | ipbulucu-1.0.0.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edd728dadbca234b0ff6475a853fd688a6a5c07b96549f2829b47de59f7b2936
|
|
BLAKE2b-256 checksum How to use checksums |
ee19d8ca8f15d1df8eaf2eae06cd4d14a82c58c0937411a0993f6be7262a564e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / ipbulucu-1.0.0-py3-none-any.whl
| Download URL | ipbulucu-1.0.0-py3-none-any.whl |
|---|---|
| Size | 1.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f3e54ee2f5f2579e9f5a4af3c6e1018ca18156d483ba36db1b9608db3ae0fe82
|
|
BLAKE2b-256 checksum How to use checksums |
80a45786cd19c2e81beab1babf499d1168717699f5b5b01557e4e9d8ccaf93fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|