DFSG NEW Queue

DFSG, Licensing & New Packages Team

flask-rebar 3.4.0-1

Package Information

DescriptionRobust REST services for Flask

Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.

Flask-Rebar relies on schemas from the popular Marshmallow package to validate incoming requests and marshal outgoing responses. The same schemas used for validation and marshaling are used to automatically generate OpenAPI specifications (a.k.a. Swagger). This also means automatic documentation via Swagger UI. Uncaught exceptions from Flask-Rebar are converted to appropriate HTTP errors.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByMatthias Klumpp <mak@debian.org>
Sponsormatthias@tenstral.net
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/flask-rebar.git (browse)
Trackerhttps://tracker.debian.org/pkg/flask-rebar
Uploaded9 days ago

New Package Report

.changes
Changed-ByMatthias Klumpp
Architecturesource all
Distributionunstable
DateWed, 04 Feb 2026 08:10:30 +0100
Sourceflask-rebar
Version3.4.0-1
.dsc
Priorityoptional
Componentmain
Package-Listpython3-flask-rebar deb python optional arch=all
Sectionpython
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: flask-rebar
Upstream-Contact: Barak Alon <barak.s.alon@gmail.com>
Source: https://github.com/plangrid/flask-rebar

Files: *
Copyright: 2018-present PlanGrid
           2018-2026 Barak Alon <barak.s.alon@gmail.com>
License: MIT

Files: debian/*
Copyright: Matthias Klumpp <mak@debian.org>
License: MIT

Files: flask_rebar/authenticators/base.py
 flask_rebar/authenticators/header_api_key.py
 flask_rebar/errors.py
 flask_rebar/messages.py
 flask_rebar/rebar.py
 flask_rebar/swagger_generation/generator_utils.py
 flask_rebar/swagger_generation/marshmallow_to_swagger.py
 flask_rebar/swagger_generation/swagger_generator_base.py
 flask_rebar/swagger_generation/swagger_generator_v2.py
 flask_rebar/swagger_generation/swagger_generator_v3.py
 flask_rebar/swagger_generation/swagger_objects.py
 flask_rebar/swagger_generation/swagger_words.py
 flask_rebar/swagger_ui/blueprint.py
 flask_rebar/utils/request_utils.py
 flask_rebar/validation.py
 tests/examples/test_todo.py
 tests/swagger_generation/test_generator_utils.py
 tests/swagger_generation/test_marshmallow_to_swagger.py
 tests/swagger_generation/test_swagger_generator.py
 tests/swagger_generation/test_swagger_generator_hidden_api.py
 tests/test_errors.py
 tests/test_rebar.py
 tests/test_request_utils.py
 tests/test_validation.py
Copyright: 2018, PlanGrid, Inc., see AUTHORS.
  2019, PlanGrid, Inc., see AUTHORS.
License: MIT

Files: flask_rebar/utils/deprecation.py
 tests/test_deprecation_utils.py
Copyright: 2019, Autodesk, Inc., see AUTHORS.
License: MIT

Files: flask_rebar/swagger_ui/static/swagger-ui*
Copyright: 2019-2023 SmartBear Software
License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the full text of the license can be found in
 /usr/share/common-licenses/Apache-2.0.
Comment:
 The javascript files also embed MIT-licensed code and the copyright
 notices are preserved in the files themselves.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package