A lean WSGI framework for easy creation of REST services
Project description
WsgiService is a lean Python WSGI framework for very easy creation of REST services.
A REST service in this context is a HTTP service to be used by machines. So a service should output something like XML, JSON or any other machine-readable format.
LINKS
Documentation: https://wsgiservice.readthedocs.org/en/latest/
Package index page: http://pypi.python.org/pypi/WsgiService
GOALS
The primary guiding principle is that the actual service should be as easy and small to write as possible. And here’s what the WsgiService framework will do for the developer:
Abstract away error and status code handling
Make it easy to create machine readable output
Easily validate input
Easy deployment using good configuration file handling
Make testing easy
Create usable REST API documentation from source
Content negotiation to automatically use the correct output format
Just as important as what WsgiService tries to accomplish is what it will never be:
WsgiService is not planning to be a full-featured frontend framework. Use your existing framework of choice for that, e.g. Pylons.
SEE ALSO
servicegen <http://github.com/pneff/servicegen/tree/master>. The predecessor to WsgiService.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file WsgiService-1.0.0.tar.gz
.
File metadata
- Download URL: WsgiService-1.0.0.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f52ace45cfdf6c3a82154b1f4e3e50bc1aaa328c346f8a949cbb92709a951042 |
|
MD5 | 7835bc4e6b2adc1ad81502fa2b9e11ed |
|
BLAKE2b-256 | 60287bb56cb8e4f0ae3325cb01d1d9155fddeceede96f821c139e8b7aaa6aac9 |