Metadata-Version: 2.1
Name: db-scheduler
Version: 0.1.1
Summary: A DB Scheduler, for all your scheduler needs.
Home-page: https://github.com/MPlatypus/db-scheduler
Author: MPlaty
Author-email: contact@mplaty.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11.0, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: black ==23.12.1 ; extra == 'docs'
Requires-Dist: mkdocs ==1.5.3 ; extra == 'docs'
Requires-Dist: mkdocs-autorefs ==0.5.0 ; extra == 'docs'
Requires-Dist: mkdocs-material ==9.5.3 ; extra == 'docs'
Requires-Dist: mkdocs-material-extensions ==1.3.1 ; extra == 'docs'
Requires-Dist: mkdocstrings ==0.24.0 ; extra == 'docs'
Requires-Dist: mkdocstrings-python ==1.8.0 ; extra == 'docs'
Requires-Dist: Pygments ==2.17.2 ; extra == 'docs'
Requires-Dist: pymdown-extensions ==10.5 ; extra == 'docs'
Requires-Dist: PyYAML ==6.0.1 ; extra == 'docs'
Requires-Dist: pyyaml-env-tag ==0.1 ; extra == 'docs'
Requires-Dist: Markdown ==3.5.1 ; extra == 'docs'
Requires-Dist: MarkupSafe ==2.1.3 ; extra == 'docs'
Requires-Dist: mergedeep ==1.3.4 ; extra == 'docs'
Requires-Dist: griffe-inherited-docstrings ==1.0.0 ; extra == 'docs'

# DB Scheduler
A custom database timer handler, so if your application restarts, your timers still run!

This is a simple database scheduling system, that allows for your program, to be scheduled.

Documentation: [here](https://db-scheduler.mplaty.com/)

Github: [Here](https://github.com/MPlatypus/db-scheduler/)
