Metadata-Version: 2.1
Name: QyLang
Version: 0.0.1
Summary: Qy Lang, a Lisp language implemented in and based on Python
Home-page: https://github.com/Cosmic-Developers-Union/Qy
Author: Ge
Author-email: cosplox@outlook.com
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Lisp
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Qy

Qy Lang, a Lisp language implemented in and based on Python.

## Install

Use pip and github:

```shell
pip install git+https://github.com/Cosmic-Developers-Union/Qy.git
```
