python-wsme 0.8.0-2ubuntu2 source package in Ubuntu
Changelog
python-wsme (0.8.0-2ubuntu2) xenial; urgency=medium * d/control: Drop python3-transaction from BD's. -- James Page <email address hidden> Mon, 08 Feb 2016 22:26:23 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-wsme_0.8.0.orig.tar.xz | 82.5 KiB | 63f91ba064202bff062cfc5723a59d24a346f524e6de5dd0ce98660cb066ed24 |
python-wsme_0.8.0-2ubuntu2.debian.tar.xz | 4.2 KiB | 5e7f18c54da1f603d54443bef62c87a7a4412d05368e1510ff1a7c84b273fd92 |
python-wsme_0.8.0-2ubuntu2.dsc | 2.6 KiB | e59fd91e07de7d6c0b47ca0ff012f283d499aae109a70dceea62c8c2de2c56cb |
Available diffs
- diff from 0.8.0-1ubuntu1 to 0.8.0-2ubuntu2 (1.6 KiB)
- diff from 0.8.0-2ubuntu1 to 0.8.0-2ubuntu2 (430 bytes)
Binary packages built by this source
- python-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 2.x
Web Service Made Easy (WSME) simplify the writing of REST web services by
providing simple yet powerful typing which removes the need to directly
manipulate the request and the response objects.
.
WSME can work standalone or on top of your favorite Python web (micro)
framework, so you can use both your preferred way of routing your REST requests
and most of the features of WSME that rely on the typing system like:
.
* Alternate protocols, including ones supporting batch-calls
* Easy documentation through a Sphinx extension
.
WSME is originally a rewrite of TGWebServices with focus on extensibility,
framework-independance and better type handling.
.
This package provides the Python 2.x module.
- python3-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 3.x
Web Service Made Easy (WSME) simplify the writing of REST web services by
providing simple yet powerful typing which removes the need to directly
manipulate the request and the response objects.
.
WSME can work standalone or on top of your favorite Python web (micro)
framework, so you can use both your preferred way of routing your REST requests
and most of the features of WSME that rely on the typing system like:
.
* Alternate protocols, including ones supporting batch-calls
* Easy documentation through a Sphinx extension
.
WSME is originally a rewrite of TGWebServices with focus on extensibility,
framework-independance and better type handling.
.
This package provides the Python 3.x module.