Skip to main content

Zype Language SDK

Project description

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ZypeSDK-1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

ZypeSDK-1.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page