Skip to content
/ pyraml Public
forked from salsita/pyraml

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

License

Notifications You must be signed in to change notification settings

an2deg/pyraml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%