Skip to main content

Python GSSAPI Wrapper

Project description

https://badge.fury.io/gh/pythongssapi%2Fpython-gssapi.svg https://badge.fury.io/py/gssapi.svg

Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be useable with other GSSAPI mechanisms.

Documentation for the latest released version (including pre-release versions) can be found at https://pythongssapi.github.io/python-gssapi/stable.

Documentation for the latest commit on main can be found at https://pythongssapi.github.io/python-gssapi/latest.

Requirements

Basic

  • A working implementation of GSSAPI (such as from MIT Kerberos) which supports delegation and includes header files

  • a C compiler (such as GCC)

  • Python 3.6+ (older releases support older versions, but are unsupported)

  • the decorator python package

Compiling from Scratch

To compile from scratch, you will need Cython >= 0.21.1.

For Running the Tests

  • the nose package

  • the k5test package

To install test dependencies using pip:

$ pip install -r test-requirements.txt # Optional, for running test suite

Installation

Easy Way

$ pip install gssapi

From the Git Repo

After being sure to install all the requirements,

$ git clone https://github.com/pythongssapi/python-gssapi.git
$ python setup.py build
$ python setup.py install

Tests

The tests for for Python-GSSAPI live in gssapi.tests. In order to run the tests, you must have an MIT Kerberos installation (including the KDC). The tests create a self-contained Kerberos setup, so running the tests will not interfere with any existing Kerberos installations.

Structure

Python-GSSAPI is composed of two parts: a low-level C-style API which thinly wraps the underlying RFC 2744 methods, and a high-level, Pythonic API (which is itself a wrapper around the low-level API). Examples may be found in the examples directory.

Low-Level API

The low-level API lives in gssapi.raw. The methods contained therein are designed to match closely with the original GSSAPI C methods. All relevant methods and classes may be imported directly from gssapi.raw. Extension methods will only be imported if they are present. The low-level API follows the given format:

  • Names match the RFC 2744 specification, with the gssapi_ prefix removed

  • Parameters which use C int constants as enums have enum.IntEnum classes defined, and thus may be passed either the enum members or integers

  • In cases where a specific constant is passed in the C API to represent a default value, None should be passed instead

  • In cases where non-integer constants would be used in the API (i.e. OIDs), enum-like objects have been defined containing named references to values specified in RFC 2744.

  • Major and minor error codes are returned by raising gssapi.raw.GSSError. The major error codes have exceptions defined in in gssapi.raw.exceptions to make it easier to catch specific errors or categories of errors.

  • All other relevant output values are returned via named tuples.

High-Level API

The high-level API lives directly under gssapi. The classes contained in each file are designed to provide a more Pythonic, Object-Oriented view of GSSAPI. The exceptions from the low-level API, plus several additional exceptions, live in gssapi.exceptions. The rest of the classes may be imported directly from gssapi. Only classes are exported by gssapi – all functions are methods of classes in the high-level API.

Please note that QoP is not supported in the high-level API, since it has been deprecated.

Extensions

In addition to RFC 2743/2744, Python-GSSAPI also has support for:

  • RFC 4178 (GSS-API Negotiation Mechanism)

  • RFC 5587 (Extended GSS Mechanism Inquiry APIs)

  • RFC 5588 (GSS-API Extension for Storing Delegated Credentials)

  • RFC 5801 (GSS-API SASL Extensions)

  • (Additional) Credential Store Extension

  • Services4User

  • Credentials import-export

  • RFC 6680 (GSS-API Naming Extensions)

  • DCE and IOV MIC extensions

  • acquire_cred_with_password and add_cred_with_password

  • GGF Extensions

  • Kerberos specific extensions

The Team

(GitHub usernames in parentheses)

  • Robbie Harwood (@frozencemetery) - current maintainer and developer

  • Simo Sorce (@simo5) - developer

  • Solly Ross (@directxman12) - author emeritus

  • Hugh Cole-Baker (@sigmaris) - author emeritus

Get Involved

We welcome new contributions in the form of Issues and Pull Requests on Github. If you would like to join our discussions, you can find us on libera.chat IRC, channel #python-gssapi.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gssapi-1.7.1rc1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

gssapi-1.7.1rc1-cp310-cp310-win_amd64.whl (776.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

gssapi-1.7.1rc1-cp310-cp310-win32.whl (672.4 kB view details)

Uploaded CPython 3.10 Windows x86

gssapi-1.7.1rc1-cp310-cp310-macosx_11_0_arm64.whl (543.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gssapi-1.7.1rc1-cp310-cp310-macosx_10_9_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gssapi-1.7.1rc1-cp39-cp39-win_amd64.whl (774.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

gssapi-1.7.1rc1-cp39-cp39-win32.whl (670.8 kB view details)

Uploaded CPython 3.9 Windows x86

gssapi-1.7.1rc1-cp39-cp39-macosx_11_0_arm64.whl (543.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gssapi-1.7.1rc1-cp39-cp39-macosx_10_9_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gssapi-1.7.1rc1-cp38-cp38-win_amd64.whl (775.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

gssapi-1.7.1rc1-cp38-cp38-win32.whl (672.0 kB view details)

Uploaded CPython 3.8 Windows x86

gssapi-1.7.1rc1-cp38-cp38-macosx_11_0_arm64.whl (535.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gssapi-1.7.1rc1-cp38-cp38-macosx_10_9_x86_64.whl (591.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gssapi-1.7.1rc1-cp37-cp37m-win_amd64.whl (760.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

gssapi-1.7.1rc1-cp37-cp37m-win32.whl (656.3 kB view details)

Uploaded CPython 3.7m Windows x86

gssapi-1.7.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl (583.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gssapi-1.7.1rc1-cp36-cp36m-win_amd64.whl (759.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

gssapi-1.7.1rc1-cp36-cp36m-win32.whl (654.7 kB view details)

Uploaded CPython 3.6m Windows x86

gssapi-1.7.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl (582.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file gssapi-1.7.1rc1.tar.gz.

File metadata

  • Download URL: gssapi-1.7.1rc1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1.tar.gz
Algorithm Hash digest
SHA256 044baa5871d73655cea8e08188a8fdac356016509cc61df285edb4206d560f59
MD5 1bd64023e8a1a54db43af496cf8a6fb9
BLAKE2b-256 1edc719eb0171eb4cf9dfd88604dc9f25ab6cdc3d824a3a1537a7898ee9281f1

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 776.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 268676f27a545a750bc00c1bb201447c9aff344999e87a414f08a6dbd58feb15
MD5 b3e28d45a337004a6f12db1ff7f00a8a
BLAKE2b-256 25c882b6254e17a4260a56cff45bb933792f13bf3f2e57b21154da01544f3482

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 672.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6928241ee3b3c91ed8a49e708581644f6b70de3f3decb6ce25ab628a897b0373
MD5 29d83b4a59752503cecd648f5a786d8d
BLAKE2b-256 af2298fa9ff2d950a497a0faef0a20fcad7ba5a6e909e5e10c56a4decd9cab28

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 543.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 249b19b6299c5bfe50728441d7f224a475d806cfaf84ca061e23ca47755349ae
MD5 872e8218805b76a258fedf2ad65f6524
BLAKE2b-256 7bbc387d16a36ff7b1e66589d314f97e06ffa5a9c6e8b46dffd7f315d53eb589

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 602.5 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ae46a84e3e54a603561a0b84d021d72f9480bd79900af4943869f2fd28bb2ad
MD5 e598703d03652996fcfb0051662ede9e
BLAKE2b-256 e625dffdd176c58e53a115acaf2c861fdedccde395cbc6266c9c78bcd0043b7e

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 774.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ffcb000b3ed65edcb484be177eb06f1fed4cf352f231116f7d226aa3fdc74754
MD5 ab82593c309758a7354d4aa08bc35bdd
BLAKE2b-256 8cfe1a13b7e63f897fca4424b9ece6d18118b74da65b0691c81a3ac7f087b4b8

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 670.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c581e23a7393b4b3d77fd19b759d26ccc24c5335f713da3a8223159dabdf609d
MD5 56cac71ceda829066fa4c31885a6cde7
BLAKE2b-256 d39acd64074233fa880cee8c478729f9953bc19eee16b8a79c723f1aa6f5103b

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 543.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c4c53df106a4b85236c13c8a7619873684973ded6df9c704a60df744653522f
MD5 3bf37092b8f8d7d2389c26029edbe934
BLAKE2b-256 075392fd1c250b9898b101f3699a6017e59948de53c3005b3de0abdba337d3dc

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 602.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86e5188207b9bbb781718e4ef005f0aa3acde8b6e694e6caf0338a8dd79bf3a1
MD5 f4428328458bb4c8f3cba81d5ae7e7dd
BLAKE2b-256 66d17d85b541abae4a78ebaf8c7624c85f62daa094a7d04a6f1e614aab4039e9

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 775.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c214522db0f66436682afffe17506ff4b1d5fd520a04e540efcda9b83cc14872
MD5 e85de6415c2e05b754bf7637a0488be6
BLAKE2b-256 1d96be2a8f938477071bcc96d3bc37795d4d30651dd4d42b7c16608c3070090e

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 672.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1c9bf603857cc28250c499817eb5bea8ee904bc3cac4afb4d6cb00c4d8c93e26
MD5 3283a9cf1e2329bbf4a5273b5f3fdacf
BLAKE2b-256 182f20a760f26bedf399e16d1a0a0dbaa4261898a116ce437e6e8aa184842ad6

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 535.9 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 980f5900067dded3e69d2e303d7365e5ae0a7cadc77832b4e900fc8e97056702
MD5 dadeb6e4f9176892dd2a3716873efbf4
BLAKE2b-256 14f767c64f303e735bf3a9fd73b3429b31fef1a799031138e61c87f89b4ce77b

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 591.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 202b2f276c55cf670128753ddb8ebf903e03b0b25d6ada624466fdd761709e44
MD5 96a01cd9316fefc6998c00b23549ef7a
BLAKE2b-256 23ac3283aad612e34e0dd7ce2e941954846ed747e18ddae09e5c3b6679ea92af

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 760.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cd86ded8076849aa0f246017ca28c585de4f3cbba77b0638fd96f4d6322bb54e
MD5 c62ed75c18c69e2750de58b9397cfa8b
BLAKE2b-256 9097f6b43b170ecf4192d4d07bd9f66e03b13d6f16159e7d4e04f5e7b92a3f87

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 656.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f98f5b46bf16d08eae1f425187206571c9c571580a94eeb60d19f0a5866a1370
MD5 51f8d956e02e30411ca052bb5765564c
BLAKE2b-256 8653311f1d1bb7c3b0560358b67bfb95304b25ebcd1d38de44e52d4d7a543966

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 583.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 258e05603a9a9e70f4174e4f9a86b4c4ed35a21a253305d2e086b54f877ea7e7
MD5 f4597fd004e320f293ce2eddb5158b58
BLAKE2b-256 d547a82cf02e7243f5ccbe7b165fa7bb4442487d6e1b41da23f09b633716bad8

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 759.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4ed5cd517c1c6f901b256153be72c17a2b4685d0eb9808ac7626c997f2f59fd1
MD5 98c8be66b842d1a98cf05c37564812a1
BLAKE2b-256 10a8f5756352cb5f4042da241384179c56fae5b5ee86d479704c0de2d538f636

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 654.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cd79171695fe37f6d997205be138d81cfb242b6b217d8ae4c55d68fbd7362027
MD5 dcc82e60a740156d933c188b99fdfb5b
BLAKE2b-256 73a92ed7ee94815ed5b3c15b17f32227662e479c76f7358d12a619f1f30e2ca1

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.7.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gssapi-1.7.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 582.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gssapi-1.7.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7879958288da655bb3a98c161501ae54a1c2b9b32d7dc2e8766a78c29b55845a
MD5 95c064a56620db1d6efe23c4fcf98b95
BLAKE2b-256 85907a6878e84733d28dca1c32472787fbfe76ffabf4338c3079ac09e9c6a8a3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page