Using Python Code as Git Submodule is always a bit hacky, eg you have to add the submodule as a new import base. Also, versioning is much more complex as you can't to SemVer with Submodules. The cleaner way would be to provide a Python Package, so that other applications can add ParkAPI Sources by requirements.
Using Python Code as Git Submodule is always a bit hacky, eg you have to add the submodule as a new import base. Also, versioning is much more complex as you can't to SemVer with Submodules. The cleaner way would be to provide a Python Package, so that other applications can add ParkAPI Sources by requirements.