https://github.com/actionseval/flask
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: actionseval
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 767 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Flask
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja, and has become one of the most popular Python web application frameworks.
Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
A Simple Example
```python
save this as app.py
from flask import Flask
app = Flask(name)
@app.route("/") def hello(): return "Hello, World!" ```
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Donate
The Pallets organization develops and supports Flask and the libraries it uses. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.
Contributing
See our detailed contributing documentation for many ways to contribute, including reporting issues, requesting features, asking or answering questions, and making PRs.
Owner
- Login: actionseval
- Kind: user
- Repositories: 1
- Profile: https://github.com/actionseval
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Dependencies
- actions/checkout v4 composite
- astral-sh/setup-uv v5 composite
- actions/checkout v4 composite
- astral-sh/setup-uv v5 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
- astral-sh/setup-uv f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb composite
- celery [redis]
- flask *
- amqp ==5.1.1
- async-timeout ==4.0.2
- billiard ==3.6.4.0
- blinker ==1.6.2
- celery ==5.2.7
- click ==8.1.3
- click-didyoumean ==0.3.0
- click-plugins ==1.1.1
- click-repl ==0.2.0
- flask ==2.3.2
- itsdangerous ==2.1.2
- jinja2 ==3.1.2
- kombu ==5.2.4
- markupsafe ==2.1.2
- prompt-toolkit ==3.0.38
- pytz ==2023.3
- redis ==4.5.4
- six ==1.16.0
- vine ==5.0.0
- wcwidth ==0.2.6
- werkzeug ==2.3.3
- flask *
- flask *
- blinker >=1.9.0
- click >=8.1.3
- itsdangerous >=2.2.0
- jinja2 >=3.1.2
- markupsafe >=2.1.1
- werkzeug >=3.1.0
- alabaster 1.0.0
- anyio 4.9.0
- asgiref 3.8.1
- babel 2.17.0
- blinker 1.9.0
- cachetools 6.0.0
- certifi 2025.4.26
- cffi 1.17.1
- cfgv 3.4.0
- chardet 5.2.0
- charset-normalizer 3.4.2
- click 8.2.1
- colorama 0.4.6
- cryptography 45.0.3
- distlib 0.3.9
- docutils 0.21.2
- exceptiongroup 1.3.0
- filelock 3.18.0
- flask 3.2.0.dev0
- gha-update 0.1.0
- greenlet 3.2.3
- h11 0.16.0
- httpcore 1.0.9
- httpx 0.28.1
- identify 2.6.12
- idna 3.10
- imagesize 1.4.1
- iniconfig 2.1.0
- itsdangerous 2.2.0
- jinja2 3.1.6
- markupsafe 3.0.2
- mypy 1.16.0
- mypy-extensions 1.1.0
- nodeenv 1.9.1
- packaging 25.0
- pallets-sphinx-themes 2.3.0
- pathspec 0.12.1
- platformdirs 4.3.8
- pluggy 1.6.0
- pre-commit 4.2.0
- pre-commit-uv 4.1.4
- pycparser 2.22
- pygments 2.19.1
- pyproject-api 1.9.1
- pyright 1.1.401
- pytest 8.4.0
- python-dotenv 1.1.0
- pyyaml 6.0.2
- requests 2.32.3
- roman-numerals-py 3.1.0
- ruff 0.11.13
- sniffio 1.3.1
- snowballstemmer 3.0.1
- sphinx 8.1.3
- sphinx 8.2.3
- sphinx-autobuild 2024.10.3
- sphinx-notfound-page 1.1.0
- sphinx-tabs 3.4.7
- sphinxcontrib-applehelp 2.0.0
- sphinxcontrib-devhelp 2.0.0
- sphinxcontrib-htmlhelp 2.1.0
- sphinxcontrib-jsmath 1.0.1
- sphinxcontrib-log-cabinet 1.0.1
- sphinxcontrib-qthelp 2.0.0
- sphinxcontrib-serializinghtml 2.0.0
- starlette 0.47.0
- tomli 2.2.1
- tox 4.26.0
- tox-uv 1.26.0
- types-contextvars 2.4.7.3
- types-dataclasses 0.6.6
- typing-extensions 4.14.0
- urllib3 2.4.0
- uv 0.7.12
- uvicorn 0.34.3
- virtualenv 20.31.2
- watchfiles 1.0.5
- websockets 15.0.1
- werkzeug 3.1.3