Plugins ======= Plugins add support for a type of content to Pulp. For example, the `file_plugin `_ adds support for Pulp to manage files. Each plugin has its own documentation that contains setup, workflow, and conceptual information: * `Pulp RPM plugin `_. * `Pulp File plugin `_. * `Pulp Container plugin `_. * `Pulp Ansible plugin `_. * `Pulp Debian plugin `_. * `Pulp Python plugin `_. * `Pulp Chef Cookbook plugin `_. * `Pulp Maven plugin `_. * `Ansible GalaxyNG plugin `_. * `Pulp Certguard plugin `_. * `Pulp 2-to-3 Migration plugin `_. And don't hesitate to :ref:`contact us` with any questions during development. Let us know when the plugin is ready and we will be happy to add it to the list of available plugins for Pulp! .. note:: Are we missing a plugin? Let us know via the pulp-dev@redhat.com mailing list. .. _Plugin API: Plugin API ========== The Pulp Plugin API is published and versioned with ``pulpcore``. It is governed by our `deprecation policy <_deprecation_policy>`_. Plugin Writer's Guide --------------------- .. toctree:: plugin-writer/index Plugin Writer's Reference ------------------------- .. toctree:: :maxdepth: 1 reference/index Plugin API Reference -------------------- .. toctree:: api-reference/index