Skip to content

sureshchoudhary/ramlpy

Repository files navigation

RAML parsing library for python

Coveralls Travis CI Latest Version

Library in very active development stage, is not recommended for use in production.

Supports only RAML 1.0 and Python 3.

The main goal of this library:
  • Fast incoming HTTP requests validation (Resource URI, HTTP method, body)
  • Outgoing HTTP responses validation (when running test with CI)
  • Usable tool to use RAML Data types for validating any data structures (e.g. Rabbitmq queues, any other stuff your API is working with)

I also working on aiohttp middleware for super-easy integration, i plan to share it a little bit later.

Versioning

This software follows Semantic Versioning