securenotes的命令行客户端

securenotes-client的Python项目详细描述


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

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
JavaFX进度条从单独的函数更改而来   jvm使用java服务器选项   java在<li>元素中查找同名的最后一个链接   java问题将参数传递给不同公共类中的构造函数   如何在php中从java函数中获取字符串   java如何在Android中动态显示多个tile   java仅使用Ribbon而不使用任何服务注册表是否可以实现负载平衡?   Jersey 1.19版本的java Swagger JAXRS出现“冲突URI模板”错误   带H2数据库的java Spring boot jpa   从12:00:00到00:00:00的日期转换   Android中的java如何设置文本?   java密钥库“不支持的保护参数”   http使用Java在Java中发送httprequest。净包   SpringJava刷新数据库   java在Spring Boot应用程序中使用嵌入式MongoDb和MongoTemplate失败   java需要什么MatOfMatch对象?   xml使用Java中的合并算法将两个值合并为单个值   java SQLite数据库不保存数据为什么不工作