Metadata-Version: 2.1
Name: pulp-deb
Version: 3.0.2
Summary: pulp-deb plugin for the Pulp Project
Home-page: https://pulpproject.org
Author: Matthias Dellweg
Author-email: dellweg@atix.de
License: GPLv2+
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pulp_deb

[![Pulp Deb Release Pipeline](https://github.com/pulp/pulp_deb/actions/workflows/release.yml/badge.svg)][12]
[![Pulp Deb Nightly CI](https://github.com/pulp/pulp_deb/actions/workflows/nightly.yml/badge.svg)][13]
[![Pulp Deb CI Update](https://github.com/pulp/pulp_deb/actions/workflows/update_ci.yml/badge.svg)][14]
[![python versions](https://img.shields.io/pypi/pyversions/pulp_deb.svg)][5]

A Pulp plugin to host APT repositories.

Visit the [Pulp project homepage][1] or see the [plugin documentation][2] for more information.
If you want to report a bug, see the [issue tracker][3].

The most important places:

* The [Pulp project homepage][1].
* The [plugin documentation][2].
* The [plugin issue tracker][3].
* The [plugin source repository][4].
* Released [python packages on pypi.org][5].


## pulp-deb-client

API bindings for python and ruby for talking to the pulp_deb REST API.
These are automatically generated for each pulp_deb release using the [pulp-openapi-generator][17].

The most important places:

* The [pulp-deb-client Python package][6] (contains API bindings for Python).
* The [pulp-deb-client Ruby Gem][7] (contains API bindings for Ruby).


## pulp-cli-deb

[![pulp-cli-deb Release Pipeline](https://github.com/pulp/pulp-cli-deb/actions/workflows/release.yml/badge.svg)][15]
[![pulp-cli-deb Nightly CI](https://github.com/pulp/pulp-cli-deb/actions/workflows/nightly.yml/badge.svg)][16]
[![python versions](https://img.shields.io/pypi/pyversions/pulp-cli-deb.svg)][11]

A pulp-cli plugin to add the commands for using pulp_deb via Pulp CLI.

The most important places:

* The [pulp-cli documentation][8].
* The [pulp-cli quick start guide][9].
* The [pulp-cli-deb source repository][10].
* Released [python packages for the deb Pulp CLI plugin][11].


[1]: https://pulpproject.org
[2]: https://docs.pulpproject.org/pulp_deb/
[3]: https://github.com/pulp/pulp_deb/issues
[4]: https://github.com/pulp/pulp_deb
[5]: https://pypi.org/project/pulp-deb/
[6]: https://pypi.org/project/pulp-deb-client/
[7]: https://rubygems.org/gems/pulp_deb_client
[8]: https://docs.pulpproject.org/pulp_cli/
[9]: https://docs.pulpproject.org/pulp_cli/quickstart/
[10]: https://github.com/pulp/pulp-cli-deb
[11]: https://pypi.org/project/pulp-cli-deb/
[12]: https://github.com/pulp/pulp_deb/actions/workflows/release.yml
[13]: https://github.com/pulp/pulp_deb/actions/workflows/nightly.yml
[14]: https://github.com/pulp/pulp_deb/actions/workflows/update_ci.yml
[15]: https://github.com/pulp/pulp-cli-deb/actions/workflows/release.yml
[16]: https://github.com/pulp/pulp-cli-deb/actions/workflows/nightly.yml
[17]: https://github.com/pulp/pulp-openapi-generator
