.. image:: https://img.shields.io/pypi/v/krbcontext.svg :alt: PyPI :target: https://pypi.org/project/krbcontext/
.. image:: https://img.shields.io/pypi/pyversions/krbcontext.svg :alt: PyPI - Python Version :target: https://pypi.org/project/krbcontext/
.. image:: https://travis-ci.org/krbcontext/python-krbcontext.svg?branch=master :target: https://travis-ci.org/krbcontext/python-krbcontext
.. image:: https://codecov.io/gh/krbcontext/python-krbcontext/branch/master/graph/badge.svg :target: https://codecov.io/gh/krbcontext/python-krbcontext
krbcontext
provides a Kerberos context that you can put code inside, which
requires a valid ticket in credential cache.
Usage and API can be found from krbcontext.github.io
_.
.. _krbcontext.github.io: https://krbcontext.github.io/
Welcome contributions, whatever idea, issue report, or a patch. Before making a pull request, please make sure your code passes checks. Run
::
tox
Every commit must be signed off with your name and email address. This can be
done by specifying option -s
to git commit
, for example::
git commit -s -m "commit message"
The sign-off means you have read and agree to Developer Certificate of Origin
_.
Nitrate uses version 1.1::
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
.. _Developer Certificate of Origin: https://developercertificate.org/
If you have any issues, please report one
_.
.. _report one: https://github.com/krbcontext/python-krbcontext/issues/new