Metadata-Version: 2.4
Name: qerent-keyring
Version: 0.1.1
Summary: "Automatically retrieve credentials for Qerent Distribution."
Author: Qerent
License: "Other/Proprietary"
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: keyring>=22.0
Requires-Dist: requests>=2.20.0
Dynamic: license-file

# Qerent Keyring

The `qerent-keyring` package provides authentication for consuming Python packages from Qerent Distribution.

The package is an extension to [keyring](https://pypi.org/project/keyring), which will automatically find and use it once installed.

[pip](https://pypi.org/project/pip) will use `keyring` to find credentials.

## Installation

To install this package, run the following `pip` command:

```
pip install qerent-keyring
```

## Usage
### Requirements

- `python` version >=3.9
- `qerent` CLI.
- `pip` version >=19.2

### Installing packages from Qerent Distribution

Once `qerent-keyring` is installed, to consume a package, use the following `pip` command, replacing **<package_name>** with the package you want to install:

```
pip install <package_name> --extra-index-url https://distribution.qerent.ai/python/pypi/simple
```

