Official Python SDK for the Pequi API — Colombian real estate data for developers
Project description
pequi-api-client
Official Python SDK for the Pequi API — Colombian real estate data for developers.
Install
pip install pequi-api-client
Quick Start
from pequi_api_client import PequiClient
client = PequiClient(api_key="pk_live_your_key_here")
# Search properties
props = client.properties.search(city="ibague", tipo="apartamento", limit=5)
for p in props:
print(f"{p['name']} - ${p['monthlyRent'] or p['salePrice']:,} COP")
# List neighborhoods
barrios = client.barrios.list()
print(f"Found {len(barrios)} neighborhoods")
# Geocode an address
location = client.geocode.geocode("Calle 10 #3-15, Ibagué")
print(f"Coordinates: {location['lat']}, {location['lng']}")
Documentation
Full API reference: https://xpequi.xyz/developers/api-ref Developer portal: https://xpequi.xyz/developers
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 pequi_api_client-0.1.0.tar.gz.
File metadata
- Download URL: pequi_api_client-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb0943856e5214ab1298cefdbf0402f57cf43c5a5137cdf99fcd7a077138aa5
|
|
| MD5 |
764844999627bde74680b28297b3d851
|
|
| BLAKE2b-256 |
e1c34a73c39be50d8935a129a764575a4bf1e1ef9cfa79d866e6363ff6f42316
|
File details
Details for the file pequi_api_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pequi_api_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50ffa6ec00d1b891afd66bc566705bcbae548f249f110ad2732cc101c5dd0a26
|
|
| MD5 |
a9503ffc32dd7175e040371620127561
|
|
| BLAKE2b-256 |
8ad6ed9fd160f67a5a102f6c26bfc5a4180e08dcc8a6958d824d3c53ccf92a4b
|