Metadata-Version: 2.1
Name: pulp-deb
Version: 2.21.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.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pulpcore (<3.40,>=3.25.0)
Requires-Dist: python-debian (<0.2.0,>=0.1.44)
Requires-Dist: python-gnupg (<0.6,>=0.5)
Requires-Dist: jsonschema (<5.0,>=4.6)

# pulp_deb

![release status](https://github.com/pulp/pulp_deb/workflows/Release%20Pipeline/badge.svg)
![nightly status](https://github.com/pulp/pulp_deb/workflows/Deb%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 [pulp_deb plugin for Pulp CLI source repository][9].
* The [plugin GitHub actions page][8].
* Released [python packages on pypi.org][5].
* Released [python packages for the deb Pulp CLI plugin][10].
* 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://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://github.com/pulp/pulp_deb/actions
[9]: https://github.com/pulp/pulp-cli-deb
[10]: https://pypi.org/project/pulp-cli-deb/


