APScheduler3.10.4
APScheduler3.10.4
Published
In-process task scheduler with Cron-like capabilities
pip install apscheduler
Package Downloads
Authors
Project URLs
Requires Python
>=3.6
Dependencies
- six
>=1.4.0
- pytz
- tzlocal
!=3.*,>=2.0
- importlib-metadata
>=3.6.0 ; python_version < "3.8"
- sphinx
; extra == 'doc'
- sphinx-rtd-theme
; extra == 'doc'
- gevent
; extra == 'gevent'
- pymongo
>=3.0 ; extra == 'mongodb'
- redis
>=3.0 ; extra == 'redis'
- rethinkdb
>=2.4.0 ; extra == 'rethinkdb'
- sqlalchemy
>=1.4 ; extra == 'sqlalchemy'
- pytest
; extra == 'testing'
- pytest-asyncio
; extra == 'testing'
- pytest-cov
; extra == 'testing'
- pytest-tornado5
; extra == 'testing'
- tornado
>=4.3 ; extra == 'tornado'
- twisted
; extra == 'twisted'
- kazoo
; extra == 'zookeeper'