输入文件中提到的google文档的下载程序

docsbackup的Python项目详细描述


#文档备份

This tool can take a list of URLs to google documents and saves them with a timestamp. It can be used to include shared documents in backups and/or extract reference versions at specific points in time. The list of URLs can be provided in different formats or can be extracted by scanning through documents. The extraction is based on a prior conversion with [Pandoc](http://pandoc.org).

#安装

The fastest way to install docsbackup is to use your systems tools:

pip install docsbackup

要使用最新的测试版本,请查看test.pypi服务器:

pip install –index-url https://test.pypi.org/simple docsbackup

##要求

All required packages are listed in environment.yaml. In case you installed docsbackup via a package management system like pip, anaconda, miniconda, … all dependencies should already be installed automatically.

#入门

After installation run docsbackup –help to get a first overview of command line options and usage.

##进一步阅读

For details about the used tools and formats following links may provide more details.

#开发文档备份

Contributions are very welcome! Write issues for feature requests or directly file a pull-request with your contribution and/or contact me directly!

##测试

This project uses the [PyTest framework](https://docs.pytest.org/en/latest/) with tests defined in the [tests/](tests/) sudirectory. It is added into the setuptools config, so that it can be run with

python setup.py test

这将自动测试临时打包的版本。

或者,您可以手动运行pytest 详细信息](https://docs.pytest.org/en/latest/usage.html)。

##发布

The release workflow is mostly automated and is in the [release/](release/) folder.

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

推荐PyPI第三方库


热门话题
java需要一种简单的方法来创建用于排序的comparator类   java getReadableDatabase和getWriteableDatabase无法解析   查找列表<Long>中与某个元素对应的所有索引的java方法   安卓将视图添加到ViewFlipper会导致java。StackOverflowerr语言   java根据它所包含的长“curTime”类字段将N的列表拆分为24(小时)   Android N中的Java8流API   自动生成Java策略文件的安全性   垃圾收集鼓励Java中的主要GC(但不是STW GC)   java如何检查UDP服务器上侦听的客户端数量   在前一台主机被Datastax Java驱动程序关闭后,Cassandra尝试重新连接到下一台主机   java如何使用Spring Boot创建部分代理   java是否有一个网站或资源可以完全比较EJB版本   java无需使用第三方库从gradle生成输出   继承由于这个多态性的基本示例中的语法有什么不同吗?(爪哇)   java字符串数组中的空字符串   java为什么CMS中的初始标记阶段是串行的   为什么Lucene有时与InChIKeys不匹配?   安卓通知Java应用程序数据库中的更改   java如何将单个json对象值解析为按钮   java打印堆栈将运行时错误跟踪到文件