{"categories":[{"label":"Cryptography","url":"https://skillfed.io/packages/category/security-cryptography/2"}],"enrichment":{"capability":"Generates one-time passwords (TOTP codes) from a shared secret key, available as a command-line tool and Python API.","skillfed_tags":["totp","authentication","cryptography"],"use_cases":["Generate TOTP codes programmatically in a Python application for two-factor authentication flows.","Use as a command-line tool to quickly generate one-time passwords during development or testing.","Create a standalone script for offline OTP generation without a full Python environment.","Integrate into automation or CI/CD pipelines that need to authenticate with TOTP-protected services."],"what_it_does":"oathtool is a one-time password generator that produces TOTP (time-based one-time password) codes from a shared secret key. It wraps the oathtool functionality and exposes it both as a command-line utility and a Python API, making it suitable for integrating OTP generation into scripts, applications, or authentication workflows.\n\nThe package is designed for flexibility: you can use it as a standalone CLI tool, import it as a library in Python code, generate a standalone script, or install it via pipx for system-wide access. It depends on autocommand, importlib_resources, and path\u2014all lightweight utilities\u2014and requires Python 3.9 or later.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and installs with low friction. It fills a straightforward need\u2014TOTP generation\u2014with both CLI and API interfaces. Install it if you need to generate one-time passwords in Python or from the command line."},"id":"oathtool","links":{"html":"https://skillfed.io/packages/oathtool","md":"https://skillfed.io/packages/oathtool.md","pypi":"https://pypi.org/project/oathtool/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-05-03","license_spdx":"MIT","license_treatment":"permissive","name":"oathtool","python_support":"supports_current","summary":"One-time password generator"},"popularity":{"monthly_downloads":119319,"position":12077,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.4.0"}
