Metadata-Version: 2.1
Name: pulp-cli
Version: 0.15.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+
Platform: UNKNOWN
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: click (<9.0.0,>=8.0.0)
Requires-Dist: packaging
Requires-Dist: PyYAML (~=5.3)
Requires-Dist: schema (==0.7.5)
Requires-Dist: setuptools
Requires-Dist: requests (~=2.24)
Requires-Dist: toml (==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/quickstart/) to get started.


