通过UNHP.NET Web服务解码文件的非正式CLI应用程序

dephp的Python项目详细描述


通过http://www.unphp.netweb服务解码文件的非官方cli应用程序。

帮助

usage: dephp [-h] [-V] [-m] [-a APIKEY] [-o OUTPUT] [file]

Unofficial CLI application that decodes files through unphp.net web service

positional arguments:
  file                  The file to read. If not specified it will be read
                        from STDIN

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -m, --metadata        Print response metadata
  -a APIKEY, --apikey APIKEY
                        Unphp.net API key
  -o OUTPUT, --output OUTPUT
                        Write the result to OUTPUT. If not specified it will
                        be printed to STDOUT

配置文件

您可以将UNHP API密钥保存在配置文件中,可以全局保存在/etc/dephp.conf中,也可以本地保存在$home/.dephp.conf中。

示例配置:

[DEFAULT]
apikey     = ABCDE # get one at http://www.unphp.net/api/request/
entrypoint = http://www.unphp.net/api/v2/post # default

许可证

版权所有(c)2014 Massimiliano Torromeo

DEHP是根据BSD许可条款发布的免费软件。

有关详细信息,请参阅源发行版附带的许可证文件。

联系人

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

推荐PyPI第三方库


热门话题
Java类之间并发性不一致的HashMap   插件如何在JavaSwing中使用UIManager和Classloader从外部jar安装外观?   java JasperReports:找不到子报表   在项目中找不到java生成的Javadoc文件   java BigDecimal。multiply()和divide()方法返回十六进制数。为什么?   java统计出现次数并从字符串中删除重复项   调用运算符时发生java NullPointerException   Spring和Hibernate之间的java配置错误   JavaZK将用户重定向回上一页   Javasocket为传出连接指定特定的网络接口   如果拖动到某个区域外,java Make按钮操作将被取消   如何在Eclipse for selenium 3.141.59中添加Java文档链接   java从匹配条件的数组中获取所有索引   docker未连接到RemoteWebDriver的java Gitlab ci selenium测试   java重写run方法   utf 8如何使用java解码UTF8编码的字符串?   java如何从eclipse调试部署在tomcat上的web应用程序?   将字母字符与前面没有百分号的Java正则表达式匹配