Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.06 KB

Haven CLI

A Haven command line program in Python

Please visit the Haven main project for the complete installation instruction and feature list.

License

Copyright 2016-2017 Code Above Lab LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Purpose

This is a Haven CLI application which provides the API to communicate to the Haven server.

Usage

If you have cloned this project and want to install the library, the command to run is::

$ pip install -e .

or install from Github::

$ pip install git+https://github.com/codeabovelab/haven-cli.git