-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates of the repository #114
Conversation
@benoit9126 I'm not the repo owner or maintainer but IMO you should split this PR in multiple small PR and first discuss change in issue (e.g usage of poetry), it might ease the reviewer and increase the likelihood of the fix to be merged :-) |
Ok. Do you have a priority order among the points listed above? |
my 2c is dropping python2 support and protobuf generation are higher priority. |
@rmarianski : The next possible steps would be:
I start to implement the first which is the most important for me. If the community aggrees with the two other proposals, I can provide them too. |
|
@rmarianski I close this PR as everything was added in other PR. |
Hi,
Here is a large proposal to update this Python package. It contains
The drop of Python 2 supportDrop Python 2 support #115protobuf
Python code to solve latest protobuf 4.21 break mapbox-vertor-tile #113 ~ Regenerate protobuf python file #119The usage of GitHub actionsUsage of GHA instead of Travis #116Poetry
with apyproject.toml
The usage ofPre-commit tools #121pre-commit
(black
,isort
,flake8
, etc)The usage ofUsage of GHA instead of Travis #116tox
for the tests.