Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
184
Issues
184
List
Boards
Labels
Milestones
Merge Requests
50
Merge Requests
50
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
The new woob repository is here:
https://gitlab.com/woob/woob
. This gitlab will be removed soon.
Open sidebar
weboob
weboob
Commits
2a616af0
Commit
2a616af0
authored
Apr 05, 2021
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update some applications descriptions
parent
28285b14
Pipeline
#3706
failed with stages
in 63 minutes and 29 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
woob/applications/cli/cli.py
woob/applications/cli/cli.py
+1
-1
woob/applications/config/config.py
woob/applications/config/config.py
+1
-1
woob/applications/debug/debug.py
woob/applications/debug/debug.py
+2
-2
woob/applications/repos/repos.py
woob/applications/repos/repos.py
+1
-1
No files found.
woob/applications/cli/cli.py
View file @
2a616af0
...
...
@@ -31,7 +31,7 @@ class AppCli(ReplApplication):
COPYRIGHT
=
'Copyright(C) 2010-YEAR Romain Bignon'
SYNOPSIS
=
'Usage:
%
prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]
\n
'
SYNOPSIS
+=
'
%
prog [--help] [--version]'
DESCRIPTION
=
"
Woob-Cli is a c
onsole application to call a specific method on backends "
\
DESCRIPTION
=
"
C
onsole application to call a specific method on backends "
\
"which implement the given capability."
SHORT_DESCRIPTION
=
"call a method on backends"
DISABLE_REPL
=
True
...
...
woob/applications/config/config.py
View file @
2a616af0
...
...
@@ -64,7 +64,7 @@ class AppConfig(ReplApplication):
APPNAME
=
'config'
VERSION
=
'2.1'
COPYRIGHT
=
'Copyright(C) 2010-YEAR Christophe Benz, Romain Bignon'
DESCRIPTION
=
"
Woob-Config is a c
onsole application to add/edit/remove backends, "
\
DESCRIPTION
=
"
C
onsole application to add/edit/remove backends, "
\
"and to register new website accounts."
SHORT_DESCRIPTION
=
"manage backends or register new accounts"
EXTRA_FORMATTERS
=
{
'info_formatter'
:
ModuleInfoFormatter
}
...
...
woob/applications/debug/debug.py
View file @
2a616af0
...
...
@@ -29,12 +29,12 @@ class AppDebug(Application):
APPNAME
=
'debug'
VERSION
=
'2.1'
COPYRIGHT
=
'Copyright(C) 2010-YEAR Christophe Benz'
DESCRIPTION
=
"
Woob-Debug is a c
onsole application to debug backends."
DESCRIPTION
=
"
C
onsole application to debug backends."
SHORT_DESCRIPTION
=
"debug backends"
def
__init__
(
self
,
option_parser
=
None
):
super
(
AppDebug
,
self
)
.
__init__
(
option_parser
)
options
=
OptionGroup
(
self
.
_parser
,
'
Woob-
Debug options'
)
options
=
OptionGroup
(
self
.
_parser
,
'Debug options'
)
options
.
add_option
(
'-B'
,
'--bpython'
,
action
=
'store_true'
,
help
=
'Prefer bpython over ipython'
)
self
.
_parser
.
add_option_group
(
options
)
...
...
woob/applications/repos/repos.py
View file @
2a616af0
...
...
@@ -41,7 +41,7 @@ class AppWoobRepos(ReplApplication):
APPNAME
=
'repos'
VERSION
=
'2.1'
COPYRIGHT
=
'Copyright(C) 2012-YEAR Romain Bignon'
DESCRIPTION
=
"
Woob-repos is a c
onsole application to manage a Woob Repository."
DESCRIPTION
=
"
C
onsole application to manage a Woob Repository."
SHORT_DESCRIPTION
=
"manage a woob repository"
COMMANDS_FORMATTERS
=
{
'backends'
:
'table'
,
'list'
:
'table'
,
...
...
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