A Python client for the GUGiK API
Project description
GUGiK API
A Python client for the GUGiK API link
Installation
pip install gugik_api
Usage
from gugik_api.gugik_api import GUGiKAPI
api = GUGiKAPI()
# Pobierz działkę przez identyfikator
parcel_info = api.get_object_by_id(request_type='GetParcelById', identifier='141201_1.0001.6509')
print(parcel_info)
# Pobierz budynek przez identyfikator
building_info = api.get_object_by_id(request_type='GetBuildingById', identifier='141301_1.0010.713/2.5_BUD')
print(building_info)
Local install
pip install -e .
Package
Install dependencies
pip install twine setuptools wheel
Build package
python setup.py sdist bdist_wheel
Tests
tox
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
gugik_api-0.1.tar.gz
(4.6 kB
view details)
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 gugik_api-0.1.tar.gz.
File metadata
- Download URL: gugik_api-0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eec96b4e41758c902f60c9432a22b8beb2309e70de6a24c7bb5d30ef8ce4a61
|
|
| MD5 |
6495b641f50a1f9bca619c1aca56abd3
|
|
| BLAKE2b-256 |
0328273235eb3e51d42c999e70a17dc9245a12dee9d3c0c84e122e28944a500e
|
File details
Details for the file gugik_api-0.1-py3-none-any.whl.
File metadata
- Download URL: gugik_api-0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46c99720300d28274eaeb88052193e1438fce44c1361c3528217ccead556a1d1
|
|
| MD5 |
91cbba1d8b6cdc5670a7e1ffa9718267
|
|
| BLAKE2b-256 |
adba368db757d1e11b5b28918e47a67f90a9e85c261fc77a8a358244bfc28c18
|