ZypeSDK

Zype Language SDK


License
MIT
Install
pip install ZypeSDK==1.2

Documentation

ZypeLang - A OpenSource replacement for JSON

Create PyPI Release Codacy Badge

ZypeLang is a OpenSource replacement of JSON based on Python.

Syntax

<key> "value"

How to use it

You can use ZypeLang with Zype Python SDK.

Installation of ZypeSDK for Python

pip install ZypeSDK # Replace pip with pip3 and/or add sudo according to your Enviroment.

Usage - ZypeSDK for Python

import ZypeSDK as zype

name = zype.Open("file.zype")['name']

print(name)

Usage ZypeLang

And in file.zype

<name> "Zype, Inc.";

Why to use

ZypeLang is easier & shorter than JSON

Example

{
    "name": "Rajdeep Malakar"
}

To,

<name> "Rajdeep Malakar"

Note: Don't add Semicolon on the Last line.

CLI

Zyper is the official CLI of ZypeLang. To use it:

zyper <filename>