Skip to content
/ pyraml Public

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

License

Notifications You must be signed in to change notification settings

salsita/pyraml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

[Version] (https://github.com/salsita/pyraml/tags) [PyPI package] (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.2.0

Features

  • Add AuthError exception.

Fixes

  • Fix API options issues.
  • Update dependencies to support Python 3.
  • Fix package setup on Python 3.

0.1.9

Fixes

  • Fix Python 2.6 support with updated PyDataLoader 0.1.2.

0.1.8

Fixes

  • Fix Python 2.6 support.

0.1.7

Fixes

  • Fix RAML loader to not fail on method-less resources, or empty responses and bodies.

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