Metadata-Version: 2.5
Name: clowk-cli
Version: 0.1.0
Summary: Alias for clowk -- installing this installs clowk, which provides the clowk command.
Project-URL: Homepage, https://github.com/Aniumbott/clowk
Project-URL: Source, https://github.com/Aniumbott/clowk
Author: Aniket Rana
License: MIT
Keywords: clowk,credentials,secrets,security
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.8
Requires-Dist: clowk>=0.1.0
Description-Content-Type: text/markdown

# clowk-cli

**This is an alias. The real package is [`clowk`](https://pypi.org/project/clowk/).**

It exists so that `clowk-cli` reaches the tool people are looking for instead of an empty name, and
so that nobody else can publish something confusable next to a security tool. It contains no code of
its own — installing it installs `clowk`, which provides the `clowk` command.

Prefer installing the real thing directly:

```bash
uv tool install clowk
pipx install clowk
```

`pip install clowk` is refused on Homebrew, Debian, Ubuntu and Fedora Pythons
([PEP 668](https://peps.python.org/pep-0668/)). Source and documentation:
<https://github.com/Aniumbott/clowk>.
