osm_handling_config package hack
 
 
Go to file
Mateusz Konieczny 2f396ca2b0 use filler 2022-10-05 02:12:55 +02:00
osm_handling_config use filler 2022-10-05 02:12:55 +02:00
LICENSE reformat to a regular package 2022-10-04 21:49:46 +02:00
README.md fix folder structure 2022-10-05 02:12:47 +02:00
reinstall.sh reformat to a regular package 2022-10-04 21:49:46 +02:00
setup.py reformat to a regular package 2022-10-04 21:49:46 +02:00

README.md

This project is a misguided hack that ideally would be removed by a proper way of providing configuration to a python library, pull requests to projects using this are welcome.

In meantime, you can clone this repo, modify global_config.py and install this as a python package.

You can use reinstall.sh script to install/reinstall it.

So:

git clone https://codeberg.org/matkoniecz/osm_handling_config.git
cd osm_handling_config/osm_handling_config
codium global_config.py # or whatever other editor you use
cd ..
bash reinstall.sh