You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: