跳转到主要内容

SecureNotes的命令行客户端

项目描述

SecureNotes CLI客户端

Documentation Status

这是一个SecureNotes的CLI客户端。

客户端包含一个独立的API接口,可用于使用Python编写更复杂的客户端。

用法

    usage: securenotes.py [-h] [-u USERNAME] [-p PASSWORD] [-P PASSPHRASE]
                          [-H HOST] [--debug] [-s] [--raw]
                          {list,note,add,edit,delete,share,revoke,listshare} ...

    Secure Notes

    positional arguments:
      {list,note,add,edit,delete,share,revoke,listshare}
                            Commands. For detailed help on command <command> use:
                            securenotes.py <command> -h
        list                List all notes created by or shared with you
        note                View a note
        add                 Add a new note
        edit                Change an existing note owned by you
        delete              Delete a note owned by you
        share               Share a note with another user
        revoke              Revoke the access of another user to your note
        listshare           List all users the note is shared with

    optional arguments:
      -h, --help            show this help message and exit

    Authentication/Server:
      -u USERNAME, --username USERNAME
                            Username
      -p PASSWORD, --password PASSWORD
                            Password
      -P PASSPHRASE, --passphrase PASSPHRASE
                            Phassphrase for encryption; if omitted, password is
                            used
      -H HOST, --host HOST  URL of server

    More options:
      --debug               Activate debug output
      -s, --save-as-defaults
                            Save generic options to config file
      --raw                 Show unformatted content

项目详情


下载文件

下载适用于您的平台的文件。如果您不确定选择哪个,请了解有关安装软件包的更多信息。

源代码分布

securenotes-client-0.2.1.tar.gz (7.2 kB 查看哈希值)

上传时间: 源代码

构建分布

securenotes_client-0.2.1-py3-none-any.whl (11.6 kB 查看哈希值)

上传于 Python 3

由以下支持