Metadata-Version: 2.1
Name: ZypeC
Version: 1.1.0
Summary: Zype Compilers
Home-page: https://github.com/Zype-Z/ZypeC
Author: TechGeeks
Author-email: ZypeC@tgeeks.cf
Maintainer: Rajdeep Malakar
Maintainer-email: Rajdeep@tgeeks.cf
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: markdown

<p align='center'>
    <img height=200 width=200 src='https://raw.githubusercontent.com/Zype-Z/ZypeC/main/assets/favicon.png'>
</p>

# ZypeC
[![Generic badge](https://img.shields.io/badge/PyPI-v1.0-GREEN.svg)](https://shields.io/)&nbsp;[![PyPI Release Create](https://github.com/Zype-Z/ZypeC/actions/workflows/Create-Release.yaml/badge.svg)](https://github.com/Zype-Z/ZypeC/actions/workflows/Create-Release.yaml)&nbsp;[![CodeQL](https://github.com/Zype-Z/ZypeC/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Zype-Z/ZypeC/actions/workflows/codeql-analysis.yml)<br>

## Installation

```shell
pip install ZypeC
```
Other options are available at [ZypeC Documentation](https://zype.cf)

## Verify Installation
You should verify the installation by running:
```shell
zype version
```

## Usage

First create a `zype.config.json` file with a **`compiler`** key:
```json
{
    "compiler": "compiler.json"
}
```
You can replace `compiler.json` with anything else and create that file with the value of:

```json
{
    "file": "file.md",
    "Content-Type": "text/markdown",
    "to": "html"
}
```

Then run:
```shell
zype start
```


