Unofficial Catastro Finder. No API keys required
Project description
Catastro Finder
Unofficial Catastro Finder. No API keys required
Installation
pip install catastro-finder
Usage
from catastro_finder import CatastroFinder
catastro = CatastroFinder()
Get provinces
provincias = catastro.get_provincias()
# Select one
selected_provincia = provincias[30]
Get municipalities
municipios = catastro.get_municipios(selected_provincia['Codigo'])
# Select one
selected_municipio = municipios[68]
Get streets candidates
via_result = catastro.get_vias(selected_provincia['Codigo'],selected_municipio['Codigo'],"JACINTO")[0]
Search a property
# Choose property number
via_numero = 2
inmueble_results = catastro.search_inmueble(via_result,via_numero,selected_provincia,selected_municipio)
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
catastro-finder-1.4.0.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file catastro-finder-1.4.0.tar.gz
.
File metadata
- Download URL: catastro-finder-1.4.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 379f058dbaf4e26241aeff6f5367c74ee0bfedd3a362305186885b89f3148fc8 |
|
MD5 | bb0c7fb53b673a696c9abe5b2ed62425 |
|
BLAKE2b-256 | 356d7e805148af99b07d177267d943e4b95e0664ff35f20984a8f774cc52f61d |
File details
Details for the file catastro_finder-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: catastro_finder-1.4.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 751b586b22c751d44c38b6c02179b3653f23aae76132509e5b602c5782b1ccb3 |
|
MD5 | c9b74de342879724514d5a36ef44f198 |
|
BLAKE2b-256 | 0df6e205e5917492b60b48e342b89ae9fda25c0167c400022bc93ce17f95f820 |