Python client for Real Estate Information Library APIs
Project description
pyreinfolib
国土交通省不動産情報ライブラリAPIサービスのPythonクライアントです。API仕様についての詳細はAPI操作説明ページをご参照ください。
Installation
Supported Python Versions
Python >= 3.11
Usage
from pyreinfolib import Client
client = Client(api_key="<your api key>")
Example
不動産価格(取引価格・成約価格)情報
client.get_real_estate_prices(year=2024, quarter=1, price_classification="01", city="13109")
鑑定評価書情報
from pyreinfolib.enums import UseDivision
client.get_appraisal_reports(year=2024, area="13", division=UseDivision.INDUSTRIAL_LAND)
Author
@matsudan (daaamatsun@gmail.com)
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
pyreinfolib-0.1.0.tar.gz
(8.0 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 pyreinfolib-0.1.0.tar.gz.
File metadata
- Download URL: pyreinfolib-0.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b3ebfa56b33a007664e4a1b78ee04d2579445befd33c531bec337ddd280c822
|
|
| MD5 |
75a9a6d4ff4280f25db1d8b452aa2996
|
|
| BLAKE2b-256 |
373a995387d5fec7acb28c3e02740fa830511e4e1dec9cd4f39ed0af3db09350
|
File details
Details for the file pyreinfolib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyreinfolib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3a520a7950767cd50cb0eab872de98733386b6d7041a657d0de8797512d85d8
|
|
| MD5 |
a09a40dca190897d1278c9d6554d9a96
|
|
| BLAKE2b-256 |
23b763dae0c57c873eb0a8ae44c0902f5f191ad96c57bcd272d4ab0b307a4e9f
|