Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lovelysystems/lovely.pyrest
- Owner: lovelysystems
- License: apache-2.0
- Created: 2013-09-27T14:12:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T14:15:46.000Z (over 4 years ago)
- Last Synced: 2024-11-13T22:41:28.039Z (about 2 months ago)
- Language: Python
- Homepage: http://lovelysystems.github.io/lovely.pyrest/
- Size: 598 KB
- Stars: 7
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
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