1.0.1 • Published 9 years ago

raml-python v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
9 years ago

Raml-python generator

This package uses raml-generator as a framework for generating macro files.

Installation (from npm)

You probably just want this, so type:

npm install raml-python -g

Usage (Command-line):

  raml-python-generator api.raml --output api-client

Options:
  --version     Show version number  [boolean]
  -o, --output  Output directory     [required]
  -d, --data    Provide the path to JSON package information

Usage (inline javascript):

var generator = require('raml-python');

var output = generator(/* raml, data */);

Installation (from source)

npm install . -g

Testability (from source)

raml-python-generator example/simple.raml -o simple
cp example/rpc_impl.py simple

If it's all good, this will generate a python package in the directory 'simple' for various python web clients and servers.

Try it out by running python -msimple.server_wsgi in one window, and python example/run_client.py in another.

For more details of what's generated, see the README.md in the './lib' folder.

Alternatively, check out The Simplest RAML File.

License

Apache License 2.0

1.0.1

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago