PyDocuShare
0.2.3
Contents:
Install/Uninstall PyDocuShare
Getting Started
PyDocuShare API Reference
Functions
Classes
DocuShare
Resource
PasswordOption
PasswordOption
DocuShareSystemError
DocuShareNotFoundError
DocuShareNotAuthorizedError
DocuShareBaseObject
FileObject
DocumentObject
VersionObject
CollectionObject
CollectionDownloadOption
Handle
HandleNode
CollectionHandleNode
DocumentHandleNode
HandleType
InvalidHandleError
DocuShareParseError
PyDocuShare
PyDocuShare API Reference
PasswordOption
View page source
PasswordOption
enum
docushare.
PasswordOption
(
value
)
Option for password prompting.
Valid values are as follows:
ASK
=
<PasswordOption.ASK:
'Always
prompts
the
user
to
enter
the
password
in
the
console.'>
USE_STORED
=
<PasswordOption.USE_STORED:
'Try
to
use
the
stored
password
if
exists.
If
not,
prompts
the
user
to
enter
the
password
in
the
console.
Correctly
authenticated
password
will
be
stored.
Note
that
`keyring`
module
is
required
to
use
this
option.'>