Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zype-z/zypec
A Compiler Collection and the rebranded version of tgcc.
https://github.com/zype-z/zypec
python3 zype zypec
Last synced: 7 days ago
JSON representation
A Compiler Collection and the rebranded version of tgcc.
- Host: GitHub
- URL: https://github.com/zype-z/zypec
- Owner: Zype-Z
- License: mit
- Created: 2021-04-22T15:09:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:59:17.000Z (about 1 year ago)
- Last Synced: 2024-03-15T12:52:54.741Z (10 months ago)
- Topics: python3, zype, zypec
- Language: Python
- Homepage:
- Size: 4.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ZypeC
[![Generic badge](https://img.shields.io/badge/PyPI-v1.0-GREEN.svg)](https://shields.io/) [![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) [![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)## 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
Open a Terminal and type:
```sh
zype
```**Note**: Replace <Filename> with the file's name, <Content-Type> with the File's Type (e.g. *md* for Markdown, *zype* for Zype) and <To What> with the final Type (e.g. *html* for MarkDown to HTML Compilation, *json* for Zype to JSON Compilation).