Metadata-Version: 2.1
Name: toolkitkey
Version: 0.1.1
Summary: Quick access to shared API keys from the command line
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# toolkitkey

Quick access to shared API keys from the command line.

## Installation

```bash
pip install toolkitkey
```

## Usage

**Show all keys:**
```bash
toolkitkey
```

**Show keys for a specific person:**
```bash
toolkitkey --key adi
toolkitkey --key AJ
```

**Check version:**
```bash
toolkitkey --version
```
