mdellweg / pulpcore-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulp Plugin API

The Pulp Plugin API is an essential part of the Pulp Project 3.0+ which provides a set of base classes that can be implemented in plugins to manage content in a way that is consistent across plugins, while still allowing plugin writers the freedom to define their workflows as they deem necessary.

The Pulp Plugin API allows plugin writers:
  • to easily define your content types, and CRUD operations for all the base parts,
  • to use high-performance asynchronous download machinery,
  • to use tasking system,
  • and more.

See Plugin Writer's Guide for more information.

Pulp is completely free and open-source!

For more information, check out the project website: http://www.pulpproject.org

Get Help

Documentation: https://pulpproject.org/docs/

Issue Tracker: https://pulp.plan.io/projects/pulp

User mailing list: https://www.redhat.com/mailman/listinfo/pulp-list

Developer mailing list: https://www.redhat.com/mailman/listinfo/pulp-dev

User questions welcome in #pulp on FreeNode IRC server.

Developer discussion in #pulp-dev on FreeNode IRC server

About


Languages

Language:Python 95.4%Language:Shell 4.6%