Metadata-Version: 2.1
Name: EAScheduler
Version: 0.0.4
Summary: Easy async scheduling with a nice interface
Home-page: https://github.com/spacemanspiff2007/eascheduler
Author: spaceman_spiff
License: UNKNOWN
Project-URL: Documentation, https://eascheduler.readthedocs.io/
Project-URL: GitHub, https://github.com/spacemanspiff2007/eascheduler
Description: # EAScheduler
        ![Tests Status](https://github.com/spacemanspiff2007/eascheduler/workflows/Tests/badge.svg)
        [![Documentation Status](https://readthedocs.org/projects/eascheduler/badge/?version=latest)](https://eascheduler.readthedocs.io/en/latest/?badge=latest)
        [![Updates](https://pyup.io/repos/github/spacemanspiff2007/eascheduler/shield.svg)](https://pyup.io/repos/github/spacemanspiff2007/eascheduler/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eascheduler)
        
        ![PyPI](https://img.shields.io/pypi/v/eascheduler)
        [![Downloads](https://pepy.tech/badge/eascheduler/month)](https://pepy.tech/project/eascheduler/month)
        
        
        
        _Easy async task scheduling_
        
        
        Easy Async Scheduler (or EAScheduler) is a asyncio scheduler with a nice and easy to use interface. 
        
        ## Documentation
        [The documentation can be found at here](https://eascheduler.readthedocs.io)
        
        ## Version history
Keywords: scheduler,asyncio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Office/Business :: Scheduling
Requires-Python: >=3.7
Description-Content-Type: text/markdown
