A Collection of development tools
Project description
Deckhand - A Collection of development tools
Table of Contents
Usage
Installation
The recommended way to install Deckhand is from our private release repository. This will ensure that you have the latest working version. If your project requires you to modify deckhand, you can always install from source.
From Private Repository:
- If you have Python 3 with pip installed, just run:
pip3 install deckhand --extra-index-url https://pypi.mindcloud.tools/oceanstack/release/+simple/
From PyPi:
pip3 install deckhand
From source:
- Clone the repository:
git clone https://mindcloud.dev/oceanstack/deckhand/deckhand.git
- Change directories:
cd deckhand/
- Run the installer with Python 3:
python3 setup.py install
Using Deckhand
Deckhand is designed to get you up and running easily. The quickstart will help you get started. If you're looking for a more detailed guide, see the list of commands.
Quickstart
After installing Deckhand, the first thing you'll want to do is add the private repositories to your pip configuration and install the optional tools:
-
Configure pip for development or stable releases:
deckhand config dev
ordeckhand config stable
-
Install the optional tools:
deckhand install
That's it! You can now utilize all of the commands listed below.
List of Commands
The following is a list of arguments and commands with definitions for use when running deckhand
from the command line:
Optional Arguments
Argument | Definition | Default Value |
---|---|---|
-h , --help |
Display the help window and exit | false |
-v , --version |
Display name and version number and exit | false |
-V , --verbose |
Print more informational data to the console | false |
Positional Arguments
Command | Definition | Options | Usage |
---|---|---|---|
config |
Updates pip configuration for development or stable releases from the private PyPi repository | dev stable reset |
deckhand config <option> |
install |
Installs the optional tools | none | deckhand install |
list |
Lists the optional tools that can be installed | none | deckhand list |
update |
Updates the optional tools | none | deckhand update |
Contributing
Thanks for your interest in contributing! There are many ways to contribute to this project. Get started here.
License
All software contained in this repository is © 2019 The Deckhand authors and licensed under the Apache License 2.0 unless stated otherwise.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file deckhand-1.0.1.tar.gz
.
File metadata
- Download URL: deckhand-1.0.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcf15915543749ba53b879fbc468c6e7db5566d31e9d466d7d8192323ec3b439 |
|
MD5 | ecdf486e72dea663e22d8d071bf924bd |
|
BLAKE2b-256 | d01971ff29c38f1c989432e99b236f28b5db12594d425da2a21e48178cb0741a |