Metadata-Version: 2.3
Name: pytotp_client
Version: 0.5.0
Summary: TOTP client for macOS
License: MIT
Author: Elisei
Author-email: elisey.rav@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pykeychain (>=2.0.0,<3.0.0)
Requires-Dist: pyotp (>=2.9.0,<3.0.0)
Project-URL: Repository, https://github.com/elisey/pytotp_client
Description-Content-Type: text/markdown

# TOTP client for macOS

- Written in Python
- Secrets are stored in macOS keychain.

## How to work with pytotp_client

Add secret to keychain

```shell
totp add google.com BBBBDDDD
```

Get one time password

```shell
totp get google.com
```

Remove secret from keychain

```shell
totp delete google.com
```

## Where is my secrets stored?

In macOS default keychain.
 - Name: pytotp_client
 - Type: application password
