gitextract_34a3sl_l/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── linux.yml ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── Makefile ├── README.md ├── examples/ │ └── sample.py ├── posuto/ │ ├── __init__.py │ ├── officedata.json │ ├── postaldata.json │ ├── posuto.py │ ├── prep.py │ └── tests/ │ └── test_basic.py ├── raw/ │ ├── JIGYOSYO.CSV │ ├── KEN_ALL.CSV │ ├── jigyousho.utf8.csv │ └── ken_all.utf8.csv ├── requirements-dev.txt ├── setup.cfg └── setup.py