py3-apscheduler-3.10.4p3
schedule Python code
Back to search · Project homepage
Description
Advanced Python Scheduler (APScheduler) is a Python library that lets
you schedule your Python code to be executed later, either just once or
periodically. You can add new jobs or remove old ones on the fly as you
please. If you store your jobs in a database, they will also survive
scheduler restarts and maintain their state. When the scheduler is
restarted, it will then run all the jobs it should have run while it was
offline.
Among other things, APScheduler can be used as a cross-platform,
application specific replacement to platform specific schedulers, such
as the cron daemon or the Windows task scheduler. Please note, however,
that APScheduler is not a daemon or service itself, nor does it come
with any command line tools. It is primarily meant to be run inside
existing applications. That said, APScheduler does provide some building
blocks for you to build a scheduler service or to run a dedicated
scheduler process.
Package information
- Ports path
- sysutils/py-apscheduler
- Package architecture
- amd64
- Maintainer
- Sebastian Reitenbach <sebastia@openbsd.org>
- Categories
- sysutils, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, sparc64, alpha, hppa
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel
- devel/py-setuptools_scm
Test
- databases/py-mongo
- databases/py-redis
- databases/py-sqlalchemy
- devel/py-gevent
- devel/py-test-asyncio
- devel/py-test-cov
- devel/py-twisted
- www/py-tornado
- devel/py-six
- devel/py-tz
- devel/py-tzlocal
- lang/python/3
- devel/py-test
Used by (4 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.