Metadata-Version: 2.1
Name: pulp-cli
Version: 0.22.0
Summary: Command line interface to talk to pulpcore's REST API.
Home-page: https://github.com/pulp/pulp-cli
Author: Pulp Team
Author-email: pulp-list@redhat.com
License: GPLv2+
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.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pulp-glue==0.22.0
Requires-Dist: click<8.1.8,>=8.0.0
Requires-Dist: PyYAML<6.1,>=5.3
Requires-Dist: schema<0.8,>=0.7.5
Requires-Dist: toml<0.11,>=0.10.2
Provides-Extra: pygments
Requires-Dist: pygments; extra == "pygments"
Provides-Extra: shell
Requires-Dist: click-shell~=2.1; extra == "shell"

# 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://docs.pulpproject.org/pulp_cli/installation/#tldr-get-started-real-fast) to get started.
