/
githubmirror
/
flask
Обзор
Документация
Войти
/
githubmirror
/
flask
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.2.5
examples/javascript/setup.cfg
29 строк
558 B
David Lord
remove javascript fetch polyfill
08 июн 2022, 17:30
Не верифицирован
08 июн 2022, 17:30
6f6e328
Код
Авторство
О чём код?
[metadata] name = js_example version = 1.1.0 url = https://flask.palletsprojects.com/patterns/jquery/ license = BSD-3-Clause maintainer = Pallets maintainer_email = contact@palletsprojects.com description = Demonstrates making AJAX requests to Flask. long_description = file: README.rst long_description_content_type = text/x-rst [options] packages = find: include_package_data = true install_requires = Flask [options.extras_require] test = pytest blinker [tool:pytest] testpaths = tests [coverage:run] branch = True source = js_example