Metadata-Version: 2.1
Name: pycrontab
Version: 0.1.2
Summary: simple crontab implemented on thread executor pool
Home-page: https://github.com/weaming/pycrontab
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/pycrontab
Project-URL: Bug Reports, https://github.com/weaming/pycrontab
Keywords: math
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: data-process (>=0.3.2)

# PyCronTab

```
pip3 install pycrontab
```

```
$ pycrontab -h
usage: pycrontab [-h] [-c CONFIG] [-l {INFO,DEBUG,WARNING}]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        config file path
  -l {INFO,DEBUG,WARNING}, --log-level {INFO,DEBUG,WARNING}
                        logging level
```


