Metadata-Version: 2.0
Name: pnc-cli
Version: 1.3.4
Summary: CLI for the Project Newcastle build system
Home-page: https://github.com/project-ncl/pnc-cli
Author: Tom Hauser
Author-email: thauser@redhat.com
License: UNKNOWN
Download-URL: https://github.com/project-ncl/pnc-cli/tarball/pypi-1.3.4
Keywords: PNC,REST
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: argh (>=0.26.1)
Requires-Dist: requests (>=2.4.3)
Requires-Dist: certifi (>=2015.04.28)
Requires-Dist: urllib3 (>=1.12)
Requires-Dist: six (>=1.9.0)
Requires-Dist: validators (>=0.10)
Requires-Dist: tzlocal (>=1.0)

#pnc-cli
A python CLI around the PNC REST API

Installation:
 * python setup.py install --user

Usage:
 * Configure the REST endpoint for PNC in USER_HOME/.config/pnc-cli/pnc-cli.conf
 * pnc -h for a list of valid operations.

Currently outputs the raw JSON. More refined output is definitely in the works :) 

#Tests

Requirements:
 * py.test (pip install pytest)
 * mock (pip install mock)
 * GitPython (pip install GitPython)

Run any of the testing scripts to see results. The tested instance is configured by the local file ~/.config/pnc-cli/pnc-cli.conf 


