[Python-modules-commits] [flask-restful] 04/07: Merge tag 'upstream/0.3.4'

Alexandre Viau reazem-guest at moszumanska.debian.org
Fri Jul 31 20:14:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

reazem-guest pushed a commit to branch master
in repository flask-restful.

commit df00138f74e79ad8d4b771c9259064b15a9ed09e
Merge: 8719e17 bb09837
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Jul 31 16:00:41 2015 -0400

    Merge tag 'upstream/0.3.4'
    
    Upstream version 0.3.4

 AUTHORS.md                            | 103 ++++
 CHANGES.md                            | 279 ++++++++++
 CONTRIBUTING.md                       |  18 +
 Flask_RESTful.egg-info/PKG-INFO       |  14 +-
 Flask_RESTful.egg-info/SOURCES.txt    |  43 +-
 Flask_RESTful.egg-info/requires.txt   |   2 +-
 LICENSE                               |  25 +
 MANIFEST.in                           |  12 +
 Makefile                              | 195 +++++++
 PKG-INFO                              |  14 +-
 README.md                             |  13 +
 docs/Makefile                         | 153 ++++++
 docs/_static/flask-restful-small.png  | Bin 0 -> 20913 bytes
 docs/_static/flask-restful.png        | Bin 0 -> 17865 bytes
 docs/_templates/sidebarintro.html     |  14 +
 docs/_templates/sidebarlogo.html      |   4 +
 docs/api.rst                          |  47 ++
 docs/conf.py                          | 263 ++++++++++
 docs/contents.rst.inc                 |  39 ++
 docs/extending.rst                    | 234 +++++++++
 docs/fields.rst                       | 243 +++++++++
 docs/index.rst                        |  13 +
 docs/installation.rst                 |  27 +
 docs/intermediate-usage.rst           | 278 ++++++++++
 docs/make.bat                         | 190 +++++++
 docs/quickstart.rst                   | 363 +++++++++++++
 docs/reqparse.rst                     | 190 +++++++
 docs/testing.rst                      |  31 ++
 examples/todo.py                      |  59 +++
 examples/todo_simple.py               |  43 ++
 examples/xml_representation.py        |  35 ++
 flask_restful/__init__.py             | 288 ++++++++---
 flask_restful/fields.py               | 192 +++++--
 flask_restful/{types.py => inputs.py} | 103 +++-
 flask_restful/representations/json.py |  19 +-
 flask_restful/reqparse.py             | 246 ++++++---
 flask_restful/utils/__init__.py       |  15 +-
 flask_restful/utils/cors.py           |  11 +-
 flask_restful/utils/crypto.py         |   6 +
 flask_restful/utils/ordereddict.py    | 130 -----
 setup.cfg                             |   3 +
 setup.py                              |  32 +-
 tests/README.md                       |   5 +
 tests/__init__.py                     |  17 +
 tests/requirements.txt                |   4 +
 tests/test_accept.py                  | 222 ++++++++
 tests/test_api.py                     | 940 ++++++++++++++++++++++++++++++++++
 tests/test_api_with_blueprint.py      | 192 +++++++
 tests/test_cors.py                    |  63 +++
 tests/test_crypto.py                  |  10 +
 tests/test_fields.py                  | 496 ++++++++++++++++++
 tests/test_inputs.py                  | 402 +++++++++++++++
 tests/test_paging.py                  |  27 +
 tests/test_reqparse.py                | 846 ++++++++++++++++++++++++++++++
 54 files changed, 6853 insertions(+), 360 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-restful.git



More information about the Python-modules-commits mailing list