File: __init__.py

package info (click to toggle)
python-flasgger 0.9.5%2Bdfsg.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,152 kB
  • sloc: javascript: 6,403; python: 3,665; makefile: 9; sh: 1
file content (13 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

__version__ = '0.9.5'
__author__ = 'Zixuan Rao'
__email__ = 'billrao@me.com'

# Based on works of Bruno Rocha and the Flasgger open source community


from jsonschema import ValidationError  # noqa
from .base import Swagger, Flasgger, NO_SANITIZER, BR_SANITIZER, MK_SANITIZER, LazyJSONEncoder  # noqa
from .utils import swag_from, validate, apispec_to_template, LazyString  # noqa
from .marshmallow_apispec import APISpec, SwaggerView, Schema, fields  # noqa
from .constants import OPTIONAL_FIELDS  # noqa