Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lovelysystems/lovely.pyrest

REST framework for Pyramid
https://github.com/lovelysystems/lovely.pyrest

Last synced: about 2 months ago
JSON representation

REST framework for Pyramid

Awesome Lists containing this project

README

        

=============
Lovely PyRest
=============

Lovely Pyrest is an extension for
`Pyramid `_ to easily create
REST-Services. It provides functionallity to define service endpoints with the
following features:

Features
========

- Sphinx extension to automatically generate documentation
- Schema-validation based on `jsonschema `_

Documentation
=============

Take a look at the `documentation `_
for usage information.

Installation
============

Installing via pip
------------------

To install lovely.pyrest via `pip `_ use
the following command::

$ pip install lovely.pyrest

To update use::

$ pip install -U lovely.pyrest

Installing via easy_install
---------------------------

If you prefer easy_install which is provided by
`setuptools `_
use the following command::

$ easy_install lovely.pyrest

To update use::

$ easy_install -U lovely.pyrest

Development Setup
=================

For development setup instructions see:

DEVELOPER.rst