Skip to main content
# 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()
```

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)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

waechter-0.2.4-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

waechter-0.2.4-py2-none-any.whl (3.9 kB view details)

Uploaded Python 2

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

Hashes for waechter-0.2.4.tar.gz
Algorithm Hash digest
SHA256 5bab4f7aac5793369b31688401e29be8a3d353c5e8fd6617bc2fe8f12ffad215
MD5 9d85219527af99141d0f035f7727280a
BLAKE2b-256 71784e554e57d3def7dda3ada31f36a2fa08f314813225c7221aeee26d3763f1

See more details on using hashes here.

File details

Details for the file waechter-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for waechter-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 be23ec8ae310bdc6e36418196e399eeb270b5ab4145afe3323f2eac6d1b7768a
MD5 4ed903ac60e62adec30e746aaea12fdd
BLAKE2b-256 b828467352c12b87c0ab02de6eaca9b8340b808f7a60e9ee9f4afbf4761dfdbf

See more details on using hashes here.

File details

Details for the file waechter-0.2.4-py2-none-any.whl.

File metadata

File hashes

Hashes for waechter-0.2.4-py2-none-any.whl
Algorithm Hash digest
SHA256 b2f131c76470d4030b0b340d8021c56edccf40d2d8b6bcb2b31088a34c62232a
MD5 3dfe22c87085fa8d36b56c878d309e6b
BLAKE2b-256 6eabda0041be5da695d7a7d745c4d7d11a57dc169c3855f8b785bc4a7cf35718

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.4 This release

3 files

0.2.3

2 files

0.2.2

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page