Socket
Socket
Sign inDemoInstall

ZypeSDK

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

ZypeSDK

Zype Language SDK

    1.6

Maintainers
1

Readme

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>

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc