Metadata-Version: 2.1
Name: pulp-cli
Version: 0.10.1
Summary: Command line interface to talk to pulpcore's REST API.
Home-page: https://github.com/pulp/pulp-cli
License: GPLv2+
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
Requires-Dist: click (<9.0.0,>=7.1.2)
Requires-Dist: packaging
Requires-Dist: PyYAML (~=5.4.1)
Requires-Dist: requests (~=2.25.1)
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](docs/) and the [quickstart guide](docs/quickstart.md) to get started.




