Metadata-Version: 2.4
Name: git-buckets-keyring
Version: 0.1.3
Summary: Deprecated: merged into git-buckets. Install git-buckets instead.
Keywords: aws,keyring,pypi,sts,packaging,private-registry
Author: Full Duplex Media
Author-email: Full Duplex Media <contact@fullduplex.media>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Software Distribution
Requires-Dist: git-buckets
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# git-buckets-keyring (deprecated)

This package merged into [git-buckets](https://pypi.org/project/git-buckets/) on PyPI. The backend now lives at
`git_buckets.keyring.backend`, registered under the same `keyring.backends` entry point, with the same behavior
and the same env vars (`GB_KEYRING_HOSTS`, `GB_KEYRING_PROFILE`, `GB_KEYRING_DEBUG`). Install that instead:

```sh
uv tool install git-buckets
```

This gives you `gb`, the keyring backend, and the `keyring` CLI in one shot. Setup, index config, and the env var
reference are all documented there now.

Existing installs pinned to `git-buckets-keyring` keep working: this release (0.1.3) is a thin re-export shim that
depends on `git-buckets` and forwards to it. No further releases of this package are planned.
