输入文件中提到的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中将字符串转换为音频输入   java如何使用Spring Boot RestTemplate解组json列表   计算机上C++ OpenCV项目转换为OpenCV Android的java步骤   Java Spring Telegraf数据表不工作   openurlconnection与connect之间的java差异?   java Solr字段搜索、通配符和转义字符   java如何使用DLFolderLocalServiceUtil类的getFolders()方法?   尝试用Java编写文件   java连续双缓冲解决方案不起作用   两个数组的Java乘积   java Jackson,如何正确编写自定义反序列化程序   java将布尔标志按一定顺序排列以获得更好的性能是否有意义   java Vaadin无缓冲网格无法关闭   java在MySQL中以同一用户身份同时从不同客户端登录安全吗?   java如何使用安卓asynchttp库   java无法在Android中使用AlarmManager停止服务   java在Hibernate的XML配置文件中指定默认值   Spring启动应用程序中的java内存SQLITE不工作   Java代码无法写入文本文件,