Python >= 3.10
Add following entry in your project requirements.txt:
mappingpylib @ git+https://github.com/hamster007Github/mappingpylib.git
Examples:
-import mappingpylib or
-import mappingpylib.scanner or
-from mappingpylib.scanner import DragoniteScanner
Create venv: python3 -m venv ./
Note: Python >= 3.10 needed. If you have multiple python version installed, use python version specific call e.g. python3.10 -m venv ./.venv
pip install .[dev] or run script ./build_dev.sh
Note: script expect venv in folder '.venv'.
./run_tests.sh
Note: script expect venv. For single steps please checkout script content.
WatWowMap/pogo-translations, where the pogo translation data are fetched from.