Path to this page:
./
www/py-flask-restful,
Simple framework for creating REST APIs
Branch: CURRENT,
Version: 0.3.7,
Package name: py27-flask-restful-0.3.7,
Maintainer: pkgsrc-usersFlask-RESTful is an extension for Flask that adds support for quickly building
REST APIs. It is a lightweight abstraction that works with your existing
ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If
you are familiar with Flask, Flask-RESTful should be easy to pick up.
Required to run:[
devel/py-setuptools] [
time/py-pytz] [
lang/python27] [
www/py-flask] [
lang/py-six] [
security/py-cryptodome] [
time/py-aniso8601]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 2759819ae9e012792dc36df5b1d1d73663b3638a
RMD160: af0ba61b0acbb18c6599f4956bdea84a035de1d3
Filesize: 102.839 KB
Version history: (Expand)
- (2018-12-22) Updated to version: py27-flask-restful-0.3.7
- (2018-12-06) Package added to pkgsrc.se, version py27-flask-restful-0.3.6 (created)
CVS history: (Expand)
2018-12-21 22:06:30 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-flask-restful: updated to 0.3.7
Version 0.3.7
Fix error handling in python3
Fix arguments with type=list
Return code for parse_args() is now configurable
Removed flask_restful.paging module.
Removed misleading help_on_404 functionality
JSON keys are no longer sorted by default in debug mode in python3
Various small fixes and updates to documentation
|
2018-12-06 20:32:05 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-flask-restful: added version 0.3.6
Flask-RESTful is an extension for Flask that adds support for quickly building \
REST APIs. It is a lightweight abstraction that works with your existing \
ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If \
you are familiar with Flask, Flask-RESTful should be easy to pick up.
|