Metadata-Version: 2.1
Name: kittycap
Version: 1.1.7
Summary: KittyCap python interface
Home-page: https://github.com/kittycore/kittycap
Author: KittyCore
Author-email: code@kittycore.xyz
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: appdirs
Requires-Dist: argparse

# KittyCap Package & CLI Tool

# Usage
```bash
         _   __    _    _           _____   ___  ______ 
        | | / /( )| |  | |         /  __ \ / _ \ | ___ \\
        | |/ /  _ | |_ | |_  _   _ | /  \// /_\ \| |_/ /
        |    \ | || __|| __|| | | || |    |  _  ||  __/ 
        | |\  \| || |_ | |_ | |_| || \__/\| | | || |    
        \_| \_/|_| \__| \__| \__, | \____/\_| |_/\_|    
                            __/ |                     
                            |___/   
                    < KittyCap-CLI v1.1.7 >

usage: kittycap [-h] {login,recaptcha,logout,credit} ...

KittyCap cli.

positional arguments:
  {login,recaptcha,logout,credit}

optional arguments:
  -h, --help            show this help message and exit
```

