zipcodetw icon indicating copy to clipboard operation
zipcodetw copied to clipboard

Find Taiwan ZIP code by address fuzzily.

Results 8 zipcodetw issues
Sort by recently updated
recently updated
newest added

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Hi, I try to use below code on colab: try: import zipcodetw except ImportError: !pip install zipcodetw import zipcodetw zipcodetw.find('臺北市信義區市府路1號') but colab shows "util.py line 363, OperationalError: no such table:...

移除 py2 support 後,build 就不用 six 跟 unicode csv 了 --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1202060440096157

As the error code while doing reinstallation(remove and install again): ``` Traceback (most recent call last): File "setup.py", line 52, in cmdclass = {'install': zipcodetw_install}, File "...\lib\site-packages\setuptools-40.8.0-py3.6.egg\setuptools\__init__.py", line 145, in...

Currently, new installations in a clean virtualenv on Python 3.9.7 would result in the following error: ```sh File "/private/var/folders/…/zipcodetw/builder.py", line 23, in build dir_.load_chp_csv(csv_f) File "/private/var/folders/…/zipcodetw/util.py", line 317, in method_wrapper...

I tried to install zipcodetw, however, the installation failed due to `No module named 'six'` even if there is `six` in my `requirements.txt`. The code causing the problem is at...

I tried 'pip install six' and 'pip install zipcodetw'. And package 'six' is exited, but error still occurs Collecting zipcodetw Using cached zipcodetw-0.6.8.tar.gz (592 kB) Installing build dependencies ... done...