{ "info": { "author": "Dennis Terhorst", "author_email": "d.terhorst@fz-juelich.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: System :: Archiving :: Backup" ], "description": "# docsbackup\n\n This tool can take a list of URLs to google documents and saves them with a\n timestamp. It can be used to include shared documents in backups and/or\n extract reference versions at specific points in time.\n The list of URLs can be provided in different formats or can be extracted by\n scanning through documents. The extraction is based on a prior conversion \n with [Pandoc](http://pandoc.org).\n\n\n# Install\n\n The fastest way to install docsbackup is to use your systems tools:\n\n pip install docsbackup\n\n To use the latest test version check out the test.pypi server:\n\n pip install --index-url https://test.pypi.org/simple docsbackup\n\n\n## Requirements\n\n All required packages are listed in `environment.yaml`. In case you\n installed docsbackup via a package management system like pip, anaconda,\n miniconda, ... all dependencies should already be installed automatically.\n\n\n# Getting Started\n\n After installation run `docsbackup --help` to get a first overview of\n command line options and usage.\n\n\n## Further reading\n\n For details about the used tools and formats following links may provide\n more details.\n\n * [Pandoc](http://pandoc.org/)\n * [YAML specification](http://yaml.org/spec/)) and the\n [ruamel.yaml](https://yaml.readthedocs.io/en/latest/basicuse.html)\n package.\n\n\n# Developing docsbackup\n\n Contributions are very welcome! Write issues for feature requests or\n directly file a pull-request with your contribution and/or contact me\n directly!\n\n\n## Tests\n\n This project uses the [PyTest framework](https://docs.pytest.org/en/latest/)\n with tests defined in the [tests/](tests/) sudirectory. It is added into the\n setuptools config, so that it can be run with\n\n python setup.py test\n\n This automatically tests a temporarily packaged version.\n\n Alternatively you can run `pytest` manually with all it [glory\n details](https://docs.pytest.org/en/latest/usage.html).\n\n\n## Releases\n\n The release workflow is mostly automated and is in the [release/](release/)\n folder.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/INM-6/docsbackup", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "docsbackup", "package_url": "https://pypi.org/project/docsbackup/", "platform": "", "project_url": "https://pypi.org/project/docsbackup/", "project_urls": { "Homepage": "https://github.com/INM-6/docsbackup" }, "release_url": "https://pypi.org/project/docsbackup/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Downloader for Google documents mentioned in an input file", "version": "0.0.3" }, "last_serial": 5233831, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2f2cadf2c218237295f8579a96e40bd1", "sha256": "9170f86ed461144b7f53c025de395a1c3cc01505400e31818f378ec5ab755af0" }, "downloads": -1, "filename": "docsbackup-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2f2cadf2c218237295f8579a96e40bd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4724, "upload_time": "2019-03-15T14:28:34", "url": "https://files.pythonhosted.org/packages/4d/bd/a5d1adb95a11e2b80b233cf4677740cf49e0b11a19ae80edcc1176af4c62/docsbackup-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ffc37cc83e843a785630f08bdf18ca25", "sha256": "f6d0dcfe2769c8908809b2a23258f2a604f1be8c14ceb88f2429c12251d691f2" }, "downloads": -1, "filename": "docsbackup-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ffc37cc83e843a785630f08bdf18ca25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4746, "upload_time": "2019-05-06T16:10:04", "url": "https://files.pythonhosted.org/packages/d7/b0/beb0015663be9f6015533cc42c1ada679cddc211da6e81e774f3b6781570/docsbackup-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ffc37cc83e843a785630f08bdf18ca25", "sha256": "f6d0dcfe2769c8908809b2a23258f2a604f1be8c14ceb88f2429c12251d691f2" }, "downloads": -1, "filename": "docsbackup-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ffc37cc83e843a785630f08bdf18ca25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4746, "upload_time": "2019-05-06T16:10:04", "url": "https://files.pythonhosted.org/packages/d7/b0/beb0015663be9f6015533cc42c1ada679cddc211da6e81e774f3b6781570/docsbackup-0.0.3.tar.gz" } ] }