This project is a package used to interact with the read-only part of open street map API. It's made to use asynchronous calls.
To install it, just clone this repository in your project:
git clone https://github.com/picass02005/Py_OSM_APIYou can now use it using
import Py_OSM_APIYou can find a quickstart guide here.
You also can take a look in the documentation folder for a full documentation.
There are some examples in the documentation.
You can also find a full example script in Py_OSM_API/example.py.