Welcome to Pynenc’s Documentation!#

Pynenc: A task management system for complex distributed orchestration.

Introduction#

Pynenc is a task management tool designed for orchestration in distributed Python environments. It simplifies the orchestration of tasks with an emphasis on user-friendly configuration and efficient execution.

Key Features#

  • Intuitive Orchestration

  • Configurable Concurrency Management

  • Automatic Task Prioritization

  • Automatic Task Pausing

  • Cycle Detection

  • Modularity and Extensibility

For more details on these features, refer to the Usage Guide.

Installation#

Pynenc can be easily installed using pip:

pip install pynenc

Refer to the Getting Started section for more detailed installation instructions.

Quick Start#

Get started quickly with a basic example in the Getting Started section.

Requirements#

Pynenc currently requires Redis for distributed task management. Future updates will expand its compatibility with other databases and message queues.

Contact or Support#

Need help or want to discuss Pynenc? Check out our GitHub Issues and GitHub Discussions.

License#

Pynenc is released under the MIT License. For more information, see MIT License.