Difference between revisions of "Template:Pip"
Jump to navigation
Jump to search
(→tbmail) |
|||
Line 26: | Line 26: | ||
=== tbmail === | === tbmail === | ||
<source lang='bash'> | <source lang='bash'> | ||
+ | retrieve a thunderbird mail by user and user id | ||
usage: tbmail [-h] [-d] [-V] [-u USER] [-i ID] | usage: tbmail [-h] [-d] [-V] [-u USER] [-i ID] | ||
Revision as of 18:02, 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
retrieve a thunderbird mail by user and user id
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
retrieve a thunderbird mail by user and user id
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