Metadata-Version: 2.0
Name: ynot
Version: 0.2.0
Summary: __`y!`__ (`ynot`) is a library and command-line tool for transforming structured data (`json`, `yaml`) quickly and easily to any other layout.
Home-page: https://github.com/ynot/ynot
Author: Jakob Stemberger
Author-email: yaccob@gmx.net
License: Apache 2.0
Download-URL: https://github.com/yaccob/ynot/archive/0.2.0.tar.gz
Description-Content-Type: UNKNOWN
Keywords: yaml,json,transform,xslt,jsonpath,json-path,dump,convert,validate,schema
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: PyYaml
Requires-Dist: jsonpath-ng
Requires-Dist: jsonschema

y!
==

**Pronounced as "why not?"**

y! is a library and command-line tool for transforming structured data
(json, yaml) quickly and easily to any text-layout.

It works similar to xslt but is significantly simpler and therefore
providing much better readability and writability.

--------------

Semantics of the acronym
^^^^^^^^^^^^^^^^^^^^^^^^

-  **y**\ aml-based **no**-XML **t**\ ransformation
-  **y**\ accob's **no**-XML **t**\ ransformation
-  wh\ **y not**?

--------------

Introduction
------------

``y!`` is mainly intended for being used as a command-line tool but all
its' functionality is also available in its' API.

We'll first focus on command-line usage.


