YAML parser JavaScript library packaged as XStatic.
Go to file
xinni-ge 678d116d8d Add js-yaml 3.8.1
An initial commit, providing necessary js and meta files.
2018-03-08 16:32:14 +09:00
xstatic Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
.gitignore Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
LICENSE Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
MANIFEST.in Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
README.txt Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
setup.cfg Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
setup.py Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
tox.ini Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00

README.txt

XStatic-JS-Yaml
--------------

JS Yaml JavaScript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.