viniciuschiele/flask-apscheduler

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveragerc
.github/codecov.yaml
.github/workflows/docs.yml
.github/workflows/tests.yml
.gitignore
CHANGELOG.md
LICENSE
README.rst
dev-requirements.txt
docs-requirements.txt
docs/Makefile
docs/index.rst
docs/make.bat
docs/rst/api.rst
docs/rst/configuration.rst
docs/rst/examples.rst
docs/rst/install.rst
docs/rst/logging.rst
docs/rst/readme.rst
docs/rst/tips.rst
docs/rst/usage.rst
requirements.txt
setup.cfg
test-requirements.txt
tox.ini
unittest.cfg
docs/conf.py23
examples/advanced.py32
A
3 hrs
examples/allowed_host.py29
A
3 hrs
examples/application_factory/__init__.py38
examples/application_factory/events.py40
examples/application_factory/extensions.py3
examples/application_factory/settings.py8
examples/application_factory/tasks.py21
examples/application_factory/web.py27
examples/auth.py34
A
35 mins
examples/decorated.py25
examples/flask_context.py31
examples/jobs.py28
A
3 hrs
flask_apscheduler/__init__.py3
flask_apscheduler/api.py145
flask_apscheduler/auth.py70
flask_apscheduler/json.py14
flask_apscheduler/scheduler.py279
B
6 hrs
flask_apscheduler/utils.py100
B
4 hrs
setup.py28