Skip to main content

Low-level core modules for building Python applications

Project description

This package consists of a collection of core utility packages useful for building Python applications. This package is intended to be at the bottom of the software stack and have zero required external dependencies aside from the Python Standard Library.

Packages

Events: A package implementing a lightweight application-wide Event dispatch system. Listeners can subscribe to events based on Event type or by filtering on event attributes. Typical uses include UI components listening to low-level progress notifications and change notification for distributed resources.

Storage: Abstract base classes and concrete implementations of a basic key-value storage API. The API is intended to be general purpose enough to support a variety of local and remote storage systems.

Prerequisites

  • Python >= 2.6 (not Python 3)

  • Sphinx, graphviz, pydot (documentation build)

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

encore-0.1.tar.gz (95.5 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