38 lines
998 B
Text
38 lines
998 B
Text
|
LICENSE
|
||
|
MANIFEST.in
|
||
|
README.rst
|
||
|
setup.cfg
|
||
|
setup.py
|
||
|
Flask_Cors.egg-info/PKG-INFO
|
||
|
Flask_Cors.egg-info/SOURCES.txt
|
||
|
Flask_Cors.egg-info/dependency_links.txt
|
||
|
Flask_Cors.egg-info/not-zip-safe
|
||
|
Flask_Cors.egg-info/requires.txt
|
||
|
Flask_Cors.egg-info/top_level.txt
|
||
|
docs/Makefile
|
||
|
docs/conf.py
|
||
|
docs/index.rst
|
||
|
examples/app_based_example.py
|
||
|
examples/view_based_example.py
|
||
|
flask_cors/__init__.py
|
||
|
flask_cors/core.py
|
||
|
flask_cors/decorator.py
|
||
|
flask_cors/extension.py
|
||
|
flask_cors/version.py
|
||
|
tests/__init__.py
|
||
|
tests/base_test.py
|
||
|
tests/core/__init__.py
|
||
|
tests/core/helper_tests.py
|
||
|
tests/decorator/__init__.py
|
||
|
tests/decorator/test_allow_headers.py
|
||
|
tests/decorator/test_credentials.py
|
||
|
tests/decorator/test_exception_interception.py
|
||
|
tests/decorator/test_expose_headers.py
|
||
|
tests/decorator/test_max_age.py
|
||
|
tests/decorator/test_methods.py
|
||
|
tests/decorator/test_options.py
|
||
|
tests/decorator/test_origins.py
|
||
|
tests/decorator/test_vary_header.py
|
||
|
tests/decorator/test_w3.py
|
||
|
tests/extension/__init__.py
|
||
|
tests/extension/test_app_extension.py
|