Difference between revisions of "Template:Pip"

From BITPlan Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
}}
 
}}
 
</includeonly>
 
</includeonly>
 +
== Scripts==
 +
=== tbmail ===
 +
<source lang='bash'>
 +
usage: tbmail [-h] [-d] [-V] [-u USER] [-i ID]
 +
 +
script to retrieve thunderbird mail via user and mailid
 +
 +
  Created by Wolfgang Fahl on 2021-09-23.
 +
  Copyright 2020-2021 Wolfgang Fahl. All rights reserved.
 +
 +
  Licensed under the Apache License 2.0
 +
  http://www.apache.org/licenses/LICENSE-2.0
 +
 +
  Distributed on an "AS IS" basis without warranties
 +
  or conditions of any kind, either express or implied.
 +
 +
USAGE
 +
 +
optional arguments:
 +
  -h, --help            show this help message and exit
 +
  -d, --debug          set debug level [default: None]
 +
  -V, --version        show program's version number and exit
 +
  -u USER, --user USER  id of the user
 +
  -i ID, --id ID        id of the mail to retrieve
 +
</source>

Revision as of 19:01, 15 October 2021

This is a template to describe the installation procedure via pip for a python package

Usage

Example

{{pip|pyLodStorage}}


Installation

pip install pyLodStorage
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage

upgrade

pip install pyLodStorage  -U
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage -U

Scripts

tbmail

usage: tbmail [-h] [-d] [-V] [-u USER] [-i ID]

script to retrieve thunderbird mail via user and mailid

  Created by Wolfgang Fahl on 2021-09-23.
  Copyright 2020-2021 Wolfgang Fahl. All rights reserved.

  Licensed under the Apache License 2.0
  http://www.apache.org/licenses/LICENSE-2.0

  Distributed on an "AS IS" basis without warranties
  or conditions of any kind, either express or implied.

USAGE

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           set debug level [default: None]
  -V, --version         show program's version number and exit
  -u USER, --user USER  id of the user
  -i ID, --id ID        id of the mail to retrieve


Scripts

tbmail

usage: tbmail [-h] [-d] [-V] [-u USER] [-i ID]

script to retrieve thunderbird mail via user and mailid

  Created by Wolfgang Fahl on 2021-09-23.
  Copyright 2020-2021 Wolfgang Fahl. All rights reserved.

  Licensed under the Apache License 2.0
  http://www.apache.org/licenses/LICENSE-2.0

  Distributed on an "AS IS" basis without warranties
  or conditions of any kind, either express or implied.

USAGE

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           set debug level [default: None]
  -V, --version         show program's version number and exit
  -u USER, --user USER  id of the user
  -i ID, --id ID        id of the mail to retrieve