Skip to content

Commit 7a1839f

Browse files
committed
docs: add testing section to README and openpyxl to dev deps
Add Testing section to README describing validation against 134M real-world postal codes from 8 public European datasets. Add openpyxl to requirements-dev.txt for XLSX parsing in analysis scripts.
1 parent da0bc69 commit 7a1839f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Iceland (IS), Liechtenstein (LI), Norway (NO), Switzerland (CH)
1717
**EU candidate countries** (3):
1818
North Macedonia (MK), Serbia (RS), Türkiye (TR)
1919

20+
## Testing
21+
22+
The service has been tested against **134 million real-world postal codes** from 34 countries, sourced from 8 publicly available European datasets: GeoNames, GLEIF, TED, SIRENE, OffeneRegister, FTS, OpenAddresses, and Erasmus+ ECHE. All are open data published under permissive licenses (CC BY 4.0, CC0, or Licence Ouverte v2.0).
2023

2124
## Quick start
2225

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ ruff>=0.7,<1
33
bandit>=1.7,<2
44
pip-audit>=2,<3
55
pytest>=8,<9
6+
openpyxl>=3,<4

0 commit comments

Comments
 (0)