YAML parser JavaScript library packaged as XStatic.
Go to file
Alfredo Moralejo ed5ce7005b Update package to 3.13.1.0
Version 3.13.1 includes fixes for some security issues as:

https://www.npmjs.com/advisories/788
https://www.npmjs.com/advisories/813

Change-Id: I4684d5fc6b2d6f8fa5d16421ebbc861f78c10c64
2019-06-21 09:38:30 +02:00
xstatic Update package to 3.13.1.0 2019-06-21 09:38:30 +02:00
.gitignore Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:50 +00: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 Update package to 3.13.1.0 2019-06-21 09:38:30 +02:00
setup.cfg Update package to 3.13.1.0 2019-06-21 09:38:30 +02:00
setup.py Add js-yaml 3.8.1 2018-03-08 16:32:14 +09:00
tox.ini fix tox python3 overrides 2018-09-26 18:53:53 -04: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`.