Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.06 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.06 KB

RAML (REST API Markup Language) enhanced loader, parameter converter, and API wrapper.

[Latest Version] (https://pypi.python.org/pypi/PyRAML/) [Downloads] (https://pypi.python.org/pypi/PyRAML/) [Supported Python versions] (https://pypi.python.org/pypi/PyRAML/) [License] (https://pypi.python.org/pypi/PyRAML/)

Supported Platforms

Get Started

Install using pip or easy_install:

pip install PyRAML
easy_install PyRAML

Optionally, you can specify yaml or raml extras to install related dependencies:

pip install "PyRAML[yaml,raml]"
easy_install "PyRAML[yaml,raml]"

Features

Changelog

0.1.6

Features

  • Add default option to ignore empty parameters unless '' is specified in enum.

0.1.5

Fixes

  • Fix package setup to not require dependencies preinstalled.

0.1.4

Features

  • Initial release.

Fixes

  • PyPI package structure.