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 can be found at https://pythongssapi.github.io/python-gssapi/.

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.8+ (older releases support older versions, but are unsupported)

  • the decorator python package

Compiling from Scratch

To compile from scratch, you will need Cython >= 3.0.3, < 4.0.0 which is automatically installed by pip in an isolated build virtual environment.

For Running the Tests

  • 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
$ pip 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)

  • Jordan Borean (@jborean93) - current maintainer and developer

  • Simo Sorce (@simo5) - developer

  • Robbie Harwood (@frozencemetery) - author emeritus

  • 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.9.0.tar.gz (94.3 kB view details)

Uploaded Source

Built Distributions

gssapi-1.9.0-cp313-cp313-win_amd64.whl (845.0 kB view details)

Uploaded CPython 3.13 Windows x86-64

gssapi-1.9.0-cp313-cp313-win32.whl (755.4 kB view details)

Uploaded CPython 3.13 Windows x86

gssapi-1.9.0-cp313-cp313-macosx_11_0_arm64.whl (672.2 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

gssapi-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl (686.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

gssapi-1.9.0-cp312-cp312-win_amd64.whl (867.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

gssapi-1.9.0-cp312-cp312-win32.whl (770.3 kB view details)

Uploaded CPython 3.12 Windows x86

gssapi-1.9.0-cp312-cp312-macosx_11_0_arm64.whl (681.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gssapi-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl (698.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

gssapi-1.9.0-cp311-cp311-win_amd64.whl (874.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

gssapi-1.9.0-cp311-cp311-win32.whl (776.5 kB view details)

Uploaded CPython 3.11 Windows x86

gssapi-1.9.0-cp311-cp311-macosx_11_0_arm64.whl (683.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gssapi-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl (707.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gssapi-1.9.0-cp310-cp310-win_amd64.whl (870.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

gssapi-1.9.0-cp310-cp310-win32.whl (778.9 kB view details)

Uploaded CPython 3.10 Windows x86

gssapi-1.9.0-cp310-cp310-macosx_11_0_arm64.whl (684.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gssapi-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl (708.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gssapi-1.9.0-cp39-cp39-win_amd64.whl (874.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

gssapi-1.9.0-cp39-cp39-win32.whl (781.6 kB view details)

Uploaded CPython 3.9 Windows x86

gssapi-1.9.0-cp39-cp39-macosx_11_0_arm64.whl (688.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gssapi-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl (712.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gssapi-1.9.0-cp38-cp38-win_amd64.whl (879.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

gssapi-1.9.0-cp38-cp38-win32.whl (784.8 kB view details)

Uploaded CPython 3.8 Windows x86

gssapi-1.9.0-cp38-cp38-macosx_11_0_arm64.whl (692.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gssapi-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl (716.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file gssapi-1.9.0.tar.gz.

File metadata

  • Download URL: gssapi-1.9.0.tar.gz
  • Upload date:
  • Size: 94.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0.tar.gz
Algorithm Hash digest
SHA256 f468fac8f3f5fca8f4d1ca19e3cd4d2e10bd91074e7285464b22715d13548afe
MD5 866fe5e21dcde16eb115d4e6ac526f06
BLAKE2b-256 042ffcffb772a00e658f608e657791484e3111a19a722b464e893fef35f35097

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 845.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2e43f50450e81fe855888c53df70cdd385ada979db79463b38031710a12acd9
MD5 606c35953e48c20fbf682fb3950242c2
BLAKE2b-256 6700f4be5211d5dd8e9ca551ded3071b1433880729006768123e1ee7b744b1d8

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 755.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c99959a9dd62358e370482f1691e936cb09adf9a69e3e10d4f6a097240e9fd28
MD5 44565a0c03fdb2d219e3185aecbc010e
BLAKE2b-256 5ff73d9d4a198e34b844dc4acb25891e2405f8dca069a8f346f51127196436bc

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a5786bd9fcf435bd0c87dc95ae99ad68cefcc2bcc80c71fef4cb0ccdfb40f1e
MD5 277391aa349ecc153cca5748f63faa12
BLAKE2b-256 c97289eeb28a2cebe8ec3a560be79e89092913d6cf9dc68b32eb4774e8bac785

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cea344246935b5337e6f8a69bb6cc45619ab3a8d74a29fcb0a39fd1e5843c89c
MD5 1138b6e8d1e85a5d52d1c5c774f70701
BLAKE2b-256 bcbb6fbbeff852b6502e1d33858865822ab2e0efd84764caad1ce9e3ed182b53

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 867.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e28c7d45da68b7e36ed3fb3326744bfe39649f16e8eecd7b003b082206039c76
MD5 d842debdbcac5b8252a9a8d763915ed1
BLAKE2b-256 c17333a65e9d6c5ea43cdb1ee184b201678adaf3a7bbb4f7a1c7a80195c884ac

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 770.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 10134db0cf01bd7d162acb445762dbcc58b5c772a613e17c46cf8ad956c4dfec
MD5 03f7b44e4863d4075f163cd72c009e7f
BLAKE2b-256 714b4cbb8b6bc34ed02591e05af48bd4722facb99b10defc321e3b177114dbeb

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bddd1cc0c9859c5e0fd96d4d88eb67bd498fdbba45b14cdccfe10bfd329479f
MD5 fad5e1301c0843d571703ec676bbb115
BLAKE2b-256 9634b737e2a46efc63c6a6ad3baf0f3a8484d7698e673874b060a7d52abfa7b4

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b66a98827fbd2864bf8993677a039d7ba4a127ca0d2d9ed73e0ef4f1baa7fd7f
MD5 917bb001d86c8a103db9b23cc7d71112
BLAKE2b-256 98f176477c66aa9f2abc9ab53f936e9085402d6697db93834437e5ee651e5106

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 874.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59e1a1a9a6c5dc430dc6edfcf497f5ca00cf417015f781c9fac2e85652cd738f
MD5 b99dcc15ef713663902205ec65926c25
BLAKE2b-256 31073bb8521da3ca89e202b50f8de46a9e8e793be7f24318a4f7aaaa022d15d1

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 776.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6c5f8a549abd187687440ec0b72e5b679d043d620442b3637d31aa2766b27cbe
MD5 b7939033f81da5ef313b5f3fd0f0bf6a
BLAKE2b-256 0529b673b4ed994796e133e3e7eeec0d8991b7dcbed6b0b4bfc95ac0fe3871ff

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11e9b92cef11da547fc8c210fa720528fd854038504103c1b15ae2a89dce5fcd
MD5 91fc9bde2dd42cc83964e5e5b2918039
BLAKE2b-256 cc045d46c5b37b96f87a8efb320ab347e876db2493e1aedaa29068936b063097

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67d9be5e34403e47fb5749d5a1ad4e5a85b568e6a9add1695edb4a5b879f7560
MD5 955530e49c9ac0659e42762a63309468
BLAKE2b-256 d11439d320ac0c8c8ab05f4b48322d38aacb1572f7a51b2c5b908e51f141e367

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 870.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dfc1b4c0bfe9f539537601c9f187edc320daf488f694e50d02d0c1eb37416962
MD5 406844a17997308ff1df2cdbcb9eb3e5
BLAKE2b-256 16fd5e073a430ced9babe0accde37c0a645124da475a617dfc741af1fff59e78

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 778.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2a9c745255e3a810c3e8072e267b7b302de0705f8e9a0f2c5abc92fe12b9475e
MD5 706c25b1f71824b6949fae3b835976e0
BLAKE2b-256 188c1ea407d8c60be3e3e3c1d07e7b2ef3c94666e89289b9267b0ca265d2b8aa

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14a1ae12fdf1e4c8889206195ba1843de09fe82587fa113112887cd5894587c6
MD5 6d09c8ee1c07a84fcd8c34edde7d2793
BLAKE2b-256 3a7954f11022e09d214b3c037f9fd0c91f0a876b225e884770ef81e7dfbe0903

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 261e00ac426d840055ddb2199f4989db7e3ce70fa18b1538f53e392b4823e8f1
MD5 2f9325363038a3140934b0ef421d2ac6
BLAKE2b-256 8947aa7f24009de06c6a20f7eee2c4accfea615452875dc15c44e5dc3292722d

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 874.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11c9fe066edb0fa0785697eb0cecf2719c7ad1d9f2bf27be57b647a617bcfaa5
MD5 4b2503a4ae6bd21f3bb1f7c56f7200d1
BLAKE2b-256 88142a448c2d4a5a29b6471ef1202fa151cf3a9a5210b913a7b1e9f323d3345f

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 781.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 060b58b455d29ab8aca74770e667dca746264bee660ac5b6a7a17476edc2c0b8
MD5 1483443e4e6caa17eb479f9b789bdb3d
BLAKE2b-256 e9b88a100d57d9723aba471a557153cb48c517920221e9e5e8ed94046e3652bc

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b2a3c0a9beb895942d4b8e31f515e52c17026e55aeaa81ee0df9bbfdac76098
MD5 fb2c4049c73c2c34430eed1fbd367ca9
BLAKE2b-256 84d3731b84430ed06fbf3f1e07b265a5f6880dfbcf17c665383b5f616307034b

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbc93fdadd5aab9bae594538b2128044b8c5cdd1424fe015a465d8a8a587411a
MD5 1c5c23a86394bc47deb5844c5058e015
BLAKE2b-256 f1b7a4406651de13fced3c1ea18ddb52fbd19498deaf62c5d76df2a6bc10a4b0

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 879.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a81f30cde21031e7b1f8194a3eea7285e39e551265e7744edafd06eadc1c95bc
MD5 e39832dbe9d94a5bb1c507965c1f9b04
BLAKE2b-256 43cef5c2c19ebe208e3323e18c6139a1b3ad6b601c4418665cd2e166bcfece37

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: gssapi-1.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 784.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for gssapi-1.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f2f3a46784d8127cc7ef10d3367dedcbe82899ea296710378ccc9b7cefe96f4c
MD5 5d3acc8cccc8e6aa5cde39dedd05c271
BLAKE2b-256 fc101ad7d3e3315dd060a5a40e09741cd1b75637bbe009677722dcb261682532

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b74031c70864d04864b7406c818f41be0c1637906fb9654b06823bcc79f151dc
MD5 7f81542a54c1f283551e6b0e4b4234ef
BLAKE2b-256 2cdaa6844b39721feb90a79b6fec973649de1e75240f0e5b408f3265438a22ab

See more details on using hashes here.

Provenance

File details

Details for the file gssapi-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gssapi-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0e378d62b2fc352ca0046030cda5911d808a965200f612fdd1d74501b83e98f
MD5 21d550c5f5ee8cd079569b58479e3e59
BLAKE2b-256 4d0c2af47de26a60db07fdf61e5b3edff995de692fce6243173d0fd0122c5067

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