Metadata-Version: 2.1
Name: qmk
Version: 0.0.13
Summary: A program to help users work with QMK Firmware.
Home-page: https://github.com/qmk/qmk_cli
Author: skullydazed
Author-email: skullydazed@gmail.com
Maintainer: skullydazed
Maintainer-email: skullydazed@gmail.com
License: MIT License
Description: # QMK CLI
        
        A program to help users work with [QMK Firmware](https://qmk.fm/).
        
        # 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.
        
Platform: UNKNOWN
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
Description-Content-Type: text/markdown
