Closed TitaniumHocker closed 3 years ago
If you could add a test for sample usage it would be great!
@swiatek25 Thx, are you planning to release new version in the near future?
@swiatek25 Thx, are you planning to release new version in the near future?
Not really sure about that. I have not been doing it before. @carletes could you help out?
Btw @carletes you can add GitHub CI/CD(GitHub Actions) workflow to automate publishing to PyPI on release tag in repo. Something like this for example: https://github.com/TitaniumHocker/gvapi/blob/master/.github/workflows/python-publish.yml
@TitaniumHocker: Thanks for your contribution and for the Github Actions tip! I'll implement the push to PyPI during this weekend.
@carletes Also I have a question. Are you planning to drop old python<3.6 support?
Thanks for your PR, @TitaniumHocker! I've added you to the list of this project's collaborators. For any changes you may want to do in the future, just open a PR, ensure tests are green and, if you don't hear from me or from other collaborators in a couple of days, just go ahead and merge it.
@swiatek25: Thanks for looking at this PR, as well!
Are you planning to drop old python<3.6 support?
I still need 2.7, unfortunately :( Hopefully by the end of the year I'll be able to drop 2.7 and 3.5
... and 0.9.0 is now on PyPI with your changes, @TitaniumHocker (using GitHub Actions, as you suggested).
@carletes Thx. What do you think about migrating to Poetry as modern packaging and dependency management tool? Also I can add separate linting CI with flake8(+some extensions).
What do you think about migrating to Poetry as modern packaging and dependency management tool?
Go ahead!
Also I can add separate linting CI with flake8(+some extensions).
Likewise: PR most welcome!
I'm trying to use this library for testing one of my projects, so I have a need to add additional authorization methods locally in my project tests. For this I need to overwrite the handler class. This PR will make it easy.