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.3.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file waechter-0.2.3.tar.gz.

File metadata

  • Download URL: waechter-0.2.3.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for waechter-0.2.3.tar.gz
Algorithm Hash digest
SHA256 1cb292fd3733582f90532717b8d9d7d5e656c7c91b0afdf878884aeb21ac978d
MD5 5002e5fe67c1ef8308839aec5f54b5e8
BLAKE2b-256 7da201206f7d939ca8c0fe11d3197424af4169696e92b4c22ef7d428bc4a5442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for waechter-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a5fb47ca363df63fcfaf2c99d4e9a1c20a7719e0d9bd3b9a67f5ec539459e9cc
MD5 64978447ce8ca238c0844a76030b3724
BLAKE2b-256 657b762a08064ce122ca7738ad60dc3a163b1e69c4bbcb37431187eb2a1b3aeb

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.4

3 files

This release

0.2.3 This release

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