Metadata-Version: 2.1
Name: pulp-deb
Version: 2.9.0
Summary: pulp-deb plugin for the Pulp Project
Home-page: https://pulpproject.org
Author: Matthias Dellweg
Author-email: dellweg@atix.de
License: GPLv2+
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pulpcore (<3.11,>=3.7)
Requires-Dist: python-debian (>=0.1.36)

# pulp_deb

![main branch status](https://github.com/pulp/pulp_deb/workflows/Pulp%20CI/badge.svg)
![release status](https://github.com/pulp/pulp_deb/workflows/Pulp%20Release%20CI/CD/badge.svg)
![nightly status](https://github.com/pulp/pulp_deb/workflows/Pulp%20Nightly%20CI/CD/badge.svg)
![python versions](https://img.shields.io/pypi/pyversions/pulp_deb.svg)

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].
* The [plugin GitHub actions page][8].
* Released [python packages on pypi.org][5].
* The [pulp-deb-client Python package][6] (contains API bindings for Python).
* The [pulp-deb-client Ruby Gem][7] (contains API bindings for Ruby).

[1]: https://pulpproject.org
[2]: https://pulp-deb.readthedocs.io/en/latest/
[3]: https://pulp.plan.io/projects/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://github.com/pulp/pulp_deb/actions


