用于norma43文件的实用工具,如导出到Google电子表格或CSV

norma43utils的Python项目详细描述


标准43实用工具

Build statusCode style: blackChecked with mypy

pythoncli,它读取norma43文件并将其转换为另一种格式。 当前选项包括:

  • 附加到谷歌电子表格
  • 转换为CSV(尚未实现)

安装方法:

来自PIP:

pip install norma43utils

然后,创建一个OAUTH2客户端凭据文件credentials.json,从那里使用google API:

将凭据文件复制到以下文件路径:

^{pr2}$

如何使用它

PIP包将创建路径中包含的可执行文件。只需使用CLI

usage: norma43utils [-h] input {google} output {EN,ES}

Reads a norma43 formatted document, converts it and uploads it to Google
Spreadsheets.

positional arguments:
  input       norma43 input file path
  {google}    Format to output the result
  output      Google spreadsheet document id
  {EN,ES}     Date format (EN/ES)

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

例如:norma43utils movements.n43 google document_id EN

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

推荐PyPI第三方库


热门话题
如何将java ArrayList对象转换为实际值   web服务如何在JAVA类uisng JAXBElement中解组SOAP UI值   包含无值参数的java HttpClient表单URL   运行简单Camel Restlet演示项目的java问题?   带有自定义图标的java简单SWT警报消息?   java Netbeans 6.8:LibImport可以工作,但编译时“包不存在”   java如何获得绘画完成的通知?   java Hazelcast客户端模式群集故障后如何恢复?   Neo4J中Shapefile的java批插入   为什么ThreadPoolExecutor在Eclipse和从命令行运行Java程序时表现不同?   java在Android中计算两个坐标之间的距离时得到了荒谬的值   java在CardLayout中显示卡本身的下一张卡