{ "info": { "author": "Michael McLoughlin", "author_email": "mmcloughlin@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "keepaneyeon\n===========\n\n|buildstatus| |coverage|\n\nMonitor URLs for changes\n\nQuick Start\n-----------\n\n``keepaneyeon`` is configured with YAML. The following configuration will\ndownload the URLs ``http://httpbin.org/html`` and\n``http://httpbin.org/bytes/128``. It will store the results in S3.\n\n.. code:: yaml\n\n storage:\n - &aws !storage/s3\n access_key: <...>\n secret_access_key: <...>\n path: 's3://bucket/path'\n\n downloaders:\n - &http !downloader/http {}\n\n targets:\n - !target\n name: static\n downloader: *http\n url: 'http://httpbin.org/html'\n store: *aws\n\n - !target\n name: dynamic\n downloader: *http\n url: 'http://httpbin.org/bytes/128'\n store: *aws\n\nIf ``config.yaml`` contains the above configuration, you can execute the\ndownload with::\n\n keepaneyeon config.yaml\n\n\n\n.. |buildstatus| image:: https://img.shields.io/travis/mmcloughlin/keepaneyeon.svg\n :target: https://travis-ci.org/mmcloughlin/keepaneyeon\n\n.. |coverage| image:: https://img.shields.io/coveralls/mmcloughlin/keepaneyeon.svg\n :target: https://coveralls.io/r/mmcloughlin/keepaneyeon\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mmcloughlin/keepaneyeon", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "keepaneyeon", "package_url": "https://pypi.org/project/keepaneyeon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/keepaneyeon/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mmcloughlin/keepaneyeon" }, "release_url": "https://pypi.org/project/keepaneyeon/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Monitor URLs for changes", "version": "0.1.0" }, "last_serial": 1569374, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2808ab222d4f33efbd37ed02cb3b87c7", "sha256": "53177ed1f48176166bff55d91abaa282454627cc418420f09df6684bf0ea7419" }, "downloads": -1, "filename": "keepaneyeon-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2808ab222d4f33efbd37ed02cb3b87c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3747, "upload_time": "2015-05-30T22:26:55", "url": "https://files.pythonhosted.org/packages/e0/dc/063a15f356a187d8ec4fb25c5612de8d6fec7bfc44d8a8af3d26dedd6f4a/keepaneyeon-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2808ab222d4f33efbd37ed02cb3b87c7", "sha256": "53177ed1f48176166bff55d91abaa282454627cc418420f09df6684bf0ea7419" }, "downloads": -1, "filename": "keepaneyeon-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2808ab222d4f33efbd37ed02cb3b87c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3747, "upload_time": "2015-05-30T22:26:55", "url": "https://files.pythonhosted.org/packages/e0/dc/063a15f356a187d8ec4fb25c5612de8d6fec7bfc44d8a8af3d26dedd6f4a/keepaneyeon-0.1.0.tar.gz" } ] }