Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Seaward
Whipstaff - LDH Operator
Commits
a7075ed8
Commit
a7075ed8
authored
Nov 12, 2018
by
David Seaward
Browse files
rename operator tool (shipwright > whipstaff)
parent
6275756b
Pipeline
#1853
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Pipfile
View file @
a7075ed8
...
...
@@ -7,7 +7,7 @@ name = "pypi"
click
=
'>=6.0,<7.0'
[dev-packages]
s
hip
wright
=
{
path
=
"."
,
editable
=
true
}
w
hip
staff
=
{
path
=
"."
,
editable
=
true
}
[requires]
python_version
=
"3.6"
Pipfile.lock
View file @
a7075ed8
...
...
@@ -34,7 +34,7 @@
"index"
:
"pypi"
,
"version"
:
"==6.7"
},
"
s
hip
wright
"
:
{
"
w
hip
staff
"
:
{
"editable"
:
true
,
"path"
:
"."
}
...
...
README.md
View file @
a7075ed8
#
S
hip
wright
#
W
hip
staff
[project] | [code] | [tracker]
*
S
hip
wright
*
is a command-line tool for operating one or more Liberty
*
W
hip
staff
*
is a command-line tool for operating one or more Liberty
Deckplan Hosts (LDHs) from your local session. The reference
implementation for an LDH operator toolkit.
## Installation
The preferred way to install
S
hip
wright
is with your package manager.
The preferred way to install
W
hip
staff
is with your package manager.
The recommended package name is
`ldh_operator`
. For example:
sudo apt install ldh_operator # Debian-based (doesn't exist yet)
...
...
@@ -20,7 +20,7 @@ or
## Usage
```
bash
s
hip
wright
--help
w
hip
staff
--help
```
## Installation (from source)
...
...
@@ -43,12 +43,12 @@ If you'd prefer to run from source...
```
bash
cd
ldh_operator
pipenv run
s
hip
wright
--help
pipenv run
w
hip
staff
--help
```
## Sharing and contributions
S
hip
wright
(LDH operator)
W
hip
staff
(LDH operator)
<https://source.puri.sm/liberty/ldh_operator>
Copyright 2018 Purism SPC
SPDX-License-Identifier: AGPL-3.0-or-later
...
...
setup.py
View file @
a7075ed8
from
setuptools
import
setup
setup
(
name
=
'
s
hip
wright
'
,
name
=
'
w
hip
staff
'
,
version
=
'0.0.1'
,
py_modules
=
[
'
s
hip
wright
'
],
py_modules
=
[
'
w
hip
staff
'
],
install_requires
=
[
'Click'
,
],
entry_points
=
'''
[console_scripts]
s
hip
wright=shipwright
:cli
w
hip
staff=whipstaff
:cli
'''
,
)
s
hip
wright
.py
→
w
hip
staff
.py
View file @
a7075ed8
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment