Metadata-Version: 2.1
Name: makey-cli
Version: 1.0.0
Summary: CLI passkey maker.
Home-page: https://bradleycwojcik.github.io/makey-cli/
Author: Bradley Wojcik
Author-email: bradleycwojcik@gmail.com
License: MIT
Project-URL: Source, https://github.com/bradleycwojcik/makey-cli/
Project-URL: Bug Tracker, https://github.com/bradleycwojcik/makey-cli/issues
Description: # makey-cli
        
        [![Build Status](https://travis-ci.org/bradleycwojcik/makey-cli.svg?branch=main)](https://travis-ci.org/bradleycwojcik/makey-cli)
        [![codecov](https://codecov.io/gh/bradleycwojcik/makey-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/bradleycwojcik/makey-cli)
        [![Docs](https://img.shields.io/website?down_message=down&label=docs&up_message=online&url=https%3A%2F%2Fbradleycwojcik.github.io%2Fmakey-cli%2F)](https://bradleycwojcik.github.io/makey-cli/)
        [![PyPI](https://img.shields.io/pypi/v/makey-cli)](https://pypi.org/project/makey-cli/)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/makey-cli)
        
        > CLI passkey maker.
        
        A simple and lightweight tool for making secure passkeys in your terminal.
        
        **makey-cli** does not store information, produce logs, or make network connections. It even avoids printing passkeys in plain-text on screen by default, instead copying them directly to your clipboard for use.
        
        ## Install
        
        Install to your active python instance (Python 3.6+ required).
        
        ```zsh
        pip install makey-cli
        ```
        
        Or install globally with `pipx`.
        
        ```zsh
        pipx install makey-cli
        ```
        
        > For more details, read the **makey-cli** [install guide](https://bradleycwojcik.github.io/makey-cli/).
        
        ## Usage
        
        ```zsh
        makey
        # or
        makey --length 20
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
