Metadata-Version: 2.4
Name: pulp-cli
Version: 0.37.0
Summary: Command line interface to talk to pulpcore's REST API.
Author-email: Pulp Team <pulp-list@redhat.com>
License: GPLv2+
Project-URL: documentation, https://pulpproject.org/pulp-cli/
Project-URL: repository, https://github.com/pulp/pulp-cli
Project-URL: changelog, https://pulpproject.org/pulp-cli/changes/
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pulp-glue==0.37.0
Requires-Dist: click<8.4,>=8.0.0
Requires-Dist: PyYAML<6.1,>=5.3
Requires-Dist: schema<0.8,>=0.7.5
Requires-Dist: tomli<2.1,>=2.0.0; python_version < "3.11"
Requires-Dist: tomli-w<2,>=1.0.0
Provides-Extra: pygments
Requires-Dist: pygments<2.20,>=2.17.2; extra == "pygments"
Provides-Extra: shell
Requires-Dist: click-shell<3.0,>=2.1; extra == "shell"
Provides-Extra: password-manager
Requires-Dist: SecretStorage<3.6,>=3.3.3; extra == "password-manager"
Dynamic: license-file

# Pulp command line interface

This is a command line interface for Pulp 3.

This software is in beta and future releases may include backwards incompatible changes.

Check out our [docs](https://docs.pulpproject.org/pulp_cli/) and the
[quickstart guide](https://pulpproject.org/pulp-cli/docs/user/guides/installation/#tldr-get-started-real-fast) to get started.
