You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pnc-cli

Package Overview
Dependencies
Maintainers
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnc-cli

CLI for the Project Newcastle build system

1.8.0
PyPI
Maintainers
6

#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

Keywords

PNC

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts