Skip to main content

Resystem common service package

Project description

This Python3-only package provides different classes and functions which are used in various services, either proprietary or open, such as [res-scheduler](https://github.com/AngryDevelopersLLC/res-scheduler).

It supposes [asyncio](http://asyncio.org/) environment.

  • argument_parser.py provides scattered argparse support.

  • child_process_protocol.py allows single parent - multiple children process operation, similar to classic web servers like Apache or (g)unicorn.

  • configuration.py includes Config class and different helpers for building a nice JSON-based configuration system.

  • logger.py supplies Logger class which simplifies and colorizes logging (other classes are supposed to inherit from it - screw the incapsulation).

  • systemd_watchdog.py - [systemd](https://en.wikipedia.org/wiki/Systemd) watchdog wrapper (used in modern Debian/Ubuntu versions).

  • utils.py - various random functions.

Released under New BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

res-core-1.0.4.tar.gz (16.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page