Metadata-Version: 2.4
Name: pulp-deb
Version: 3.8.1
Summary: pulp-deb plugin for the Pulp Project
Author-email: Matthias Dellweg <dellweg@atix.de>
Project-URL: Homepage, https://pulpproject.org
Project-URL: Documentation, https://pulpproject.org/pulp_deb/
Project-URL: Repository, https://github.com/pulp/pulp_deb
Project-URL: Bug Tracker, https://github.com/pulp/pulp_deb/issues
Project-URL: Changelog, https://pulpproject.org/pulp_deb/changes/
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pulpcore<3.115,>=3.85.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
Dynamic: license-file

# pulp_deb

[![Pulp Deb Release Pipeline](https://github.com/pulp/pulp_deb/actions/workflows/release.yml/badge.svg)][11]
[![Pulp Deb Nightly CI](https://github.com/pulp/pulp_deb/actions/workflows/nightly.yml/badge.svg)][12]
[![Pulp Deb CI Update](https://github.com/pulp/pulp_deb/actions/workflows/update_ci.yml/badge.svg)][13]
[![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][16].

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)][14]
[![pulp-cli-deb Nightly CI](https://github.com/pulp/pulp-cli-deb/actions/workflows/nightly.yml/badge.svg)][15]
[![python versions](https://img.shields.io/pypi/pyversions/pulp-cli-deb.svg)][10]

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-deb source repository][9].
* Released [python packages for the deb Pulp CLI plugin][10].


[1]: https://pulpproject.org
[2]: https://staging-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://staging-docs.pulpproject.org/pulp-cli/
[9]: https://github.com/pulp/pulp-cli-deb
[10]: https://pypi.org/project/pulp-cli-deb/
[11]: https://github.com/pulp/pulp_deb/actions/workflows/release.yml
[12]: https://github.com/pulp/pulp_deb/actions/workflows/nightly.yml
[13]: https://github.com/pulp/pulp_deb/actions/workflows/update_ci.yml
[14]: https://github.com/pulp/pulp-cli-deb/actions/workflows/release.yml
[15]: https://github.com/pulp/pulp-cli-deb/actions/workflows/nightly.yml
[16]: https://github.com/pulp/pulp-openapi-generator
