Metadata-Version: 2.4
Name: winkerberos-typed
Version: 0.2.0
Summary: Stubs file for winkerberos package
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# Winkerberos typed

## Table of Contents

<ul>
  <li><a href="#intro">Intro</a></li>
  <li>
    <a href="#comparison">Comparison</a>
    <ul>
      <li><a href="#before-types">Before Types</a></li>
      <li><a href="#after-types">After Types</a></li>
    </ul>
  </li>
  <li><a href="#installation">Installation</a></li>
  <li><a href="#license">License</a></li>
</ul>

## Intro

This package aims to make the SSO library [`winkerberos`](https://github.com/mongodb/winkerberos) more pythonic and user friendly.

It only includes a stub file (AI generated from the help(winkerberos) command) which improves the devloper experience.

## Comparison

### Before types:

<img src="https://raw.githubusercontent.com/DroidZed/winkerberos-typed/refs/heads/main/images/before.png"  alt="before types" title="before"/>

### After types:

<img src="https://raw.githubusercontent.com/DroidZed/winkerberos-typed/refs/heads/main/images/after.png"  alt="after types" title="after"/>

## Installation:

Simply:

```sh
pip install winkerberos-typed

```

_or_

```sh
uv add winkerberos-typed

```

_or_

```sh
poetry add winkerberos-typed

```

## License:

This project is licensed under the MIT license.
