requests / requests-kerberos

An authentication handler for using Kerberos with Python Requests.
Other
289 stars 101 forks source link

3.8 is out. Remove EOL versions and bump the rest #147

Closed ecederstrand closed 3 years ago

ecederstrand commented 4 years ago

Ping?

ecederstrand commented 4 years ago

@jborean93 @nitzmahone or @mkomitee Ping?

jborean93 commented 4 years ago

I can’t speak for the rest of the maintainers but this package is effectively just on life support from my perspective. Myself and @nitzmahone are really only maintainers for pywinrm/ansible Kerberos support and we have no real desire to make introduce new changes unless they fix bugs we are encountering.

This library as it is today is stable enough to let it keep on running as things aren’t broken yet. If you are wanting something that is new and add more features to I highly recommend using requests-gssapi. This uses a far better gssapi library than pykerberos while offering the same API as requests-kerberos.

FHTMitchell commented 3 years ago

I can’t speak for the rest of the maintainers but this package is effectively just on life support from my perspective. Myself and @nitzmahone are really only maintainers for pywinrm/ansible Kerberos support and we have no real desire to make introduce new changes unless they fix bugs we are encountering.

This library as it is today is stable enough to let it keep on running as things aren’t broken yet. If you are wanting something that is new and add more features to I highly recommend using requests-gssapi. This uses a far better gssapi library than pykerberos while offering the same API as requests-kerberos.

should this perhaps be put in the readme?

jborean93 commented 3 years ago

Superseded by https://github.com/requests/requests-kerberos/pull/162