Reaserch tool to query RegBL data in Python
Project description
PyRegBL
Python package to get RegBL information easily.
Get started
Install the package with pip
pip install PyRegBL
Usage
The package is small. Here are the main functions you can use:
import pyregbl
# Get a RegBL entry
pyregbl.get('9032962', raw=False)
# Get attributes of a RegBL entry with their descriptions
pyregbl.get_attributes()
# Get the mapping table allowing to convert RegBL attributes values to their descriptions
pyregbl.get_mapping_table()
# Map a raw RegBL entry to a human-readable one (with descriptions)
raw = pyregbl.get('9032962', raw=True)
pyregbl.map(raw['feature']['attributes'])
Miscellaneous
- RegBL character catalog : https://www.housing-stat.ch/files/882-2200.pdf
Contact
Fred Montet (fredmontet@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
pyregbl-0.3.0.tar.gz
(22.8 kB
view details)
Built Distribution
pyregbl-0.3.0-py3-none-any.whl
(22.6 kB
view details)
File details
Details for the file pyregbl-0.3.0.tar.gz
.
File metadata
- Download URL: pyregbl-0.3.0.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bfdf7e7b4bfd7a5a82dfd3d652f1adb97de7c4c7259c596bde105c558d65f5d |
|
MD5 | b18d3148c19c3af0d693ae260e5d9821 |
|
BLAKE2b-256 | 3ef5976239c30d84785a4df02cb53b61ecfc8e2bc66330ea025159d1b540df03 |
File details
Details for the file pyregbl-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pyregbl-0.3.0-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e821481addbae7db14c1f1c3f874a31b282006f126529afb57215712b36926b |
|
MD5 | 2f45e2f3ea8b6034ed77db8b58ded47d |
|
BLAKE2b-256 | 013375d7c5d022b3e494f2f9e52d5cea4d0ec0317ab477bca694afa5251f0a29 |