Skip to main content

A Python RAML parser

Project description

ramlfications: RAML reference implementation in Python

Latest Version CI status Current coverage Documentation Status Supported Python versions Supported Python implementations Development Status

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.

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.

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.

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.2.tar.gz (862.1 kB view details)

Uploaded Source

Built Distribution

ramlfications-0.1.2-py2.py3-none-any.whl (38.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for ramlfications-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f94d8ddbf69b31e31140b7c46df81feece885c87a5d965476b5c76ebd7abfd5a
MD5 accd7262bab5178b180400c00fc1bbf6
BLAKE2b-256 c5a56614a69b891272323c267e380d77650d2687adc0aab2a79abfe95d8155d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ramlfications-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 616783ec756ea5c1784a3134efed5dc17ecfc79dfd9ca108ab4467ef1c1a6f99
MD5 edf5f2848cf696268fcec8df560f7e75
BLAKE2b-256 0d63937bcfb6598bc9dc15affee9b98fa103d3a49ef41f23c62cf037d866959a

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