Metadata-Version: 2.1
Name: Qpro
Version: 0.10.9
Summary: Small but powerful command line IDE.
Home-page: https://github.com/Rhythmicc/QuickProject
Author: RhythmLian
License: MIT
Keywords: script for CLionProjects
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# QuickProject

Do you know how to write Python functions? Yes? Then you now know how to build command-line applications!

## Docs
|Location|Url|
|:---:|:---:|
|China|[Docs](https://rhythmlian.cn/2020/02/14/QuickProject/)|
|Other|[Docs](https://rhythmicc.github.io/2020/02/14/QuickProject/)|

## Manual Install
```shell
git clone https://github.com/Rhythmicc/QuickProject.git
cd QuickProject
python setup.py install
```
