Yoro
Documentation | PyPI | GitHub
Geographic addressing via Hilbert curves — GPS ↔ compact alphanumeric codes.
"Yoro" means "place" in Manding (West Africa).
Install
pip install yoro # core only
pip install yoro[django] # Django/GeoDjango integration
pip install yoro[fastapi] # FastAPI server
pip install yoro[all] # everything
Quick start
import yoro
code = yoro.encode(6.8, -5.3, domain="CI") # "CI-..."
result = yoro.decode(code) # {"lat", "lon", "bounds", ...}
nbrs = yoro.neighbors(code) # 8 adjacent cells
Django integration
# settings.py
INSTALLED_APPS = [..., "yoro.django"]
# urls.py
urlpatterns = [
path("api/v1/yoro/", include("yoro.django.urls")),
]
FastAPI server
yoro serve --port 8000
# or
python -m yoro.fastapi
CLI
yoro encode 6.8 -5.3 --domain CI
yoro decode CI-4H7A3B
License
MIT — Paul Guindo / Altius Academy SNC.
Release files for yoro 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yoro-0.4.0.tar.gz | 181.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yoro-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 215.1 kB
Release files / yoro-0.4.0.tar.gz
| Download URL | yoro-0.4.0.tar.gz |
|---|---|
| Size | 181.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df0690f53cdff7a5a880afa0efd9e6052f898ad260463505f6f3663a2ea35fd7
|
|
BLAKE2b-256 checksum How to use checksums |
a21fcdbc72285eddfeb601bff9cbb68dd3fa364c76eb6974e1758527f58d59bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / yoro-0.4.0-py3-none-any.whl
| Download URL | yoro-0.4.0-py3-none-any.whl |
|---|---|
| Size | 33.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1304d9b82a40edae9e73841a43325923f3696df4a851e67a2cbf410d3f605915
|
|
BLAKE2b-256 checksum How to use checksums |
c6a284a8a90a4654734c12eeac618c42831463556cd26b3877468cc9d6bc2d20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency log