Skip to main content

A Python RAML parser

Project description

ramlfications: RAML reference implementation in Python

CI status Latest Version Development Status License Current coverage Supported Python versions

Requirements and Installation

User Setup

The latest stable version can be found on PyPI, and you can install via pip:

$ pip install ramlfications

ramlfications runs on Python 2.6, 2.7, and 3.3+, and PyPy. Both Linux and OS X are supported. Currently, only RAML 0.8 is supported, but there are plans to support 1.0.

Continue onto usage to get started on using ramlfications.

Developer Setup

If you’d like to contribute or develop upon ramlfications, be sure to read How to Contribute first.

You can see the progress of ramlfications on our public project management page.

System requirements:

  • C Compiler (gcc/clang/etc.)

  • If on Linux - you’ll need to install Python headers (e.g. apt-get install python-dev)

  • Python 2.6, 2.7, 3.3+, or PyPy

  • virtualenv

Here’s how to set your machine up:

$ git clone git@github.com:spotify/ramlfications
$ cd ramlfications
$ virtualenv env
$ source env/bin/activate
(env) $ pip install -r dev-requirements.txt

Run Tests

If you’d like to run tests for all supported Python versions, you must have all Python versions installed on your system. I suggest pyenv to help with that.

To run all tests:

(env) $ tox

To run a specific test setup (options include: py26, py27, py33, py34, pypy, flake8, verbose, manifest, docs, setup, setupcov):

(env) $ tox -e py26

To run tests without tox:

(env) $ py.test
(env) $ py.test --cov ramlfications --cov-report term-missing

Build Docs

Documentation is build with Sphinx, written in rST, uses the Read the Docs theme with a slightly customized CSS, and is hosted on Read the Docs site.

To rebuild docs locally, within the parent ramlfications directory:

(env) $ tox -e docs

or:

(env) $ sphinx-build -b docs/ docs/_build

Then within ramlfications/docs/_build you can open the index.html page in your browser.

Still have issues?

Feel free to drop by #ramlfications on Freenode (webchat) or ping via Twitter. “roguelynn” is the maintainer, a.k.a econchick on GitHub, and based in San Fran.

Changelog

0.1.9 (2015-12-24)

Happy holidays!

  • Fix resource type inheritance (Issue 23 & Issue 47)

  • Preserve order of baseUriParameters and uriParameters in API root and resource nodes (Issue 37)

  • Fix missing URI parameters if not defined/declared inline (Issue 56)

  • Fix how arguments are passed into pytest in setup.py (PR 55 - thank you matiasb!)

0.1.8 (2015-10-07)

  • Fix incorrect/incomplete behavior optional properties of Resource Types (Issue 44).

  • Fix protocols inheritance (Issue 44).

  • Partial fix for Issue 23 - incorrect resource type inheritance

    • When a resource type is defined with one method that is optional and is applied to a resource that does not have that method defined, the resource’s method should not inherit from the optional method

    • When a resource inherits a resource type but explicitly defines named parameters, the named parameters in the resource should overwrite those that are inherited

0.1.7 (2015-08-20)

Added:

0.1.6 (2015-08-03)

Added:

  • waffle.io page to documentation for project management overview

Fixed:

  • Parse errors when RAML file would have empty mappings (Issue 30)

  • Switch yaml.Loader to yaml.SafeLoader (Issue 26)

  • Update documentation to reflect rearrangement of errors (Issue 27)

  • Remove default parameter from being required for baseURIParameters (Issue 29)

  • Pin mock library for tox tests (Issue 22)

  • Experimenting with speeding up pypy tests within tox on Travis

0.1.5 (2015-06-05)

Fixed:

  • Configuration parsing for validation/production. Thanks vrajmohan!

  • Parsing of response bodies (fixes Issue 12). Thanks Igor!

0.1.4 (2015-05-27)

Added:

  • Support for recursive !includes in RAML files (0.1.3 would handle the error, now actually supports it. Thanks Ben for your PR!).

0.1.3 (2015-05-14)

Added:

  • New #ramlfications channel on freenode (web chat link)! Come chat, I’m lonely.

  • Documentation for configuration and the update command.

Fixed:

  • Handle recursive/cyclical !includes in RAML files for now (PR)

  • Encoding issues from upgrading to tox 2.0

  • tests/test_utils.py would create ramlfications/data/supported_mime_types.json; now mocked out.

0.1.2 (2015-04-21)

Fixed:

  • pypy 2.5.x would fail a parser test because order of list was not expected

0.1.1 (2015-04-21)

New:

  • Added ability to parse IANA-supported MIME media types

  • Added update command for user to update IANA-supported MIME types if/when needed

0.1.0a1 (2015-04-18)

Initial alpha release of ramlfications!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ramlfications-0.1.9.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

ramlfications-0.1.9-py2.py3-none-any.whl (49.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file ramlfications-0.1.9.tar.gz.

File metadata

File hashes

Hashes for ramlfications-0.1.9.tar.gz
Algorithm Hash digest
SHA256 7bb89c11b13bc6b4099ee7fa07c5285a54b64a5e9c71eb6ca99660358fb27677
MD5 e6d5ff4057de04d9f9efdcb373be2cb4
BLAKE2b-256 3ced5554bef6fd6008e9a34f717f2f2ee14dca598666687fb9c73d37a4aa9d36

See more details on using hashes here.

File details

Details for the file ramlfications-0.1.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ramlfications-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c29f992dc748a3df28b8b54282f49a8ff9b1f85184871c1c99c222b0521afb7a
MD5 b859e8b844e6bf06558eb01d1dedcd69
BLAKE2b-256 92a62c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page