Job Scheduling Helper
Project description
# Waechter
**Job Scheduling Helper**
## Installing
`pip install waechter`
## Usage
See samples directory for example usage.
Simple example:
```python
import waechter.scheduler
class HelloJob1(waechter.scheduler.BaseJob):
def __init__(self, interval=None):
super(HelloJob1, self).__init__(interval)
self.interval = interval if interval else 1
@classmethod
def work(cls):
print('hello work 1')
if __name__ == '__main__':
main_worker = waechter.scheduler.JobScheduler().run()
```
**Job Scheduling Helper**
## Installing
`pip install waechter`
## Usage
See samples directory for example usage.
Simple example:
```python
import waechter.scheduler
class HelloJob1(waechter.scheduler.BaseJob):
def __init__(self, interval=None):
super(HelloJob1, self).__init__(interval)
self.interval = interval if interval else 1
@classmethod
def work(cls):
print('hello work 1')
if __name__ == '__main__':
main_worker = waechter.scheduler.JobScheduler().run()
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
waechter-0.2.4.tar.gz
(14.9 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file waechter-0.2.4.tar.gz.
File metadata
- Download URL: waechter-0.2.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bab4f7aac5793369b31688401e29be8a3d353c5e8fd6617bc2fe8f12ffad215
|
|
| MD5 |
9d85219527af99141d0f035f7727280a
|
|
| BLAKE2b-256 |
71784e554e57d3def7dda3ada31f36a2fa08f314813225c7221aeee26d3763f1
|
File details
Details for the file waechter-0.2.4-py3-none-any.whl.
File metadata
- Download URL: waechter-0.2.4-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be23ec8ae310bdc6e36418196e399eeb270b5ab4145afe3323f2eac6d1b7768a
|
|
| MD5 |
4ed903ac60e62adec30e746aaea12fdd
|
|
| BLAKE2b-256 |
b828467352c12b87c0ab02de6eaca9b8340b808f7a60e9ee9f4afbf4761dfdbf
|
File details
Details for the file waechter-0.2.4-py2-none-any.whl.
File metadata
- Download URL: waechter-0.2.4-py2-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f131c76470d4030b0b340d8021c56edccf40d2d8b6bcb2b31088a34c62232a
|
|
| MD5 |
3dfe22c87085fa8d36b56c878d309e6b
|
|
| BLAKE2b-256 |
6eabda0041be5da695d7a7d745c4d7d11a57dc169c3855f8b785bc4a7cf35718
|