Metadata-Version: 2.1
Name: map-utils-xethhung12
Version: 0.1.0
Summary: A small package with maps related utils
Author-email: Xeth Hung <admin@xethh.me>
Project-URL: Homepage, https://github.com/xh-dev-py/map-utils-xethhung12
Project-URL: Issues, https://github.com/xh-dev-py/map-utils-xethhung12/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4

# map-utils-xethhung12

A simple library for google map or map related operation.
* Find denso map code from google map link (make use exists [website](https://saibara.sakura.ne.jp/map/convgeo.cgi)
* Get real path from google map from `url shortening`

# build
ensure `python` command works well.
If the command not work, try use `alias python="python3"` or install `python3-is-python` package.

run build script:
```shell
./py-build.sh
```

# upload 
Write token to file `token.txt`
Set `token` variable with command `token=$(cat token.txt)`
```shell
twine upload dist/* -u __token__ -p $token
```

# update package version
```shell
./patch.sh
```
