Metadata-Version: 2.1
Name: qmk
Version: 0.0.2
Summary: A program to help you work with qmk_firmware.
Home-page: https://github.com/qmk/qmk_cli
License: UNKNOWN
Author: skullydazed
Author-email: skullydazed@gmail.com
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: argcomplete
Requires-Dist: colorama

# QMK CLI

A program to help users work with QMK

# Features

* Interact with your qmk_firmware tree from any location
* Use `qmk clone` to pull down anyone's `qmk_firmware` fork
* Setup your build environment with `qmk setup`
* Check that your environment is correctly setup with `qmk doctor`
* Dispatches to `qmk_firmware/bin/qmk` for additional functionality:
    * `qmk compile-json`
    * More to come

# Quickstart

To be written.

