{ "info": { "author": "ArchiveTeam", "author_email": "warrior@archiveteam.org", "bugtrack_url": null, "classifiers": [], "description": "Seesaw toolkit\n==============\n\nAn asynchronous toolkit for distributed web processing. Written in Python and named after its behavior, it supports concurrent downloads, uploads, etc.\n\nThis toolkit is well-known for [Archive Team projects](http://archiveteam.org). It also powers the [Archive Team warrior](http://archiveteam.org/index.php?title=Warrior).\n\n[![Build Status](https://secure.travis-ci.org/ArchiveTeam/seesaw-kit.png)](http://travis-ci.org/ArchiveTeam/seesaw-kit)\n[![Coverage Status](https://coveralls.io/repos/ArchiveTeam/seesaw-kit/badge.svg)](https://coveralls.io/r/ArchiveTeam/seesaw-kit)\n\nInstallation\n------------\n\nRequires Python 2 or 3.\n\nNeeds the Tornado library for event-driven I/O. The complete list of Python modules needed are listed in requirements.txt.\n\n\nHow to try it out\n-----------------\n\nTo run the example pipeline:\n\n sudo pip install -r requirements.txt\n ./run-pipeline --help\n ./run-pipeline examples/example-pipeline.py someone\n\nPoint your browser to `http://127.0.0.1:8001/`.\n\nYou can also use `run-pipeline2` or `run-pipeline3` to be explicit for the Python version.\n\n\nOverview\n--------\n\nGeneral idea: a set of `Task`s that can be combined into a `Pipeline` that processes `Item`s:\n\n* An `Item` is a thing that needs to be downloaded (a user, for example). It has properties that are filled by the `Task`s.\n* A `Task` is a step in the download process: it takes an item, does something with it and passes it on. Example Tasks: getting an item name from the tracker, running a download script, rsyncing the result, notifying the tracker that it's done.\n* A `Pipeline` represents a sequence of `Task`s. To make a seesaw script for a new project you'd specify a new `Pipeline`.\n\nA `Task` can work on multiple `Item`s at a time (e.g., multiple Wget downloads). The concurrency can be limited by wrapping the task in a `LimitConcurrency` `Task`: this will queue the items and run them one-by-one (e.g., a single Rsync upload).\n\nThe `Pipeline` needs to be fed empty `Item` objects; by controlling the number of active `Item`s you can limit the number of items. (For example, add a new item each time an item leaves the pipeline.)\n\nWith the `ItemValue`, `ItemInterpolation` and `ConfigValue` classes it is possible to pass item-specific arguments to the `Task` objects. The value of these objects will be re-evaluated for each item. Examples: a path name that depends on the item name, a configurable bandwidth limit, the number of concurrent downloads.\n\nConsult [the wiki](https://github.com/ArchiveTeam/seesaw-kit/wiki) for more information.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.archiveteam.org/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "seesaw", "package_url": "https://pypi.org/project/seesaw/", "platform": "", "project_url": "https://pypi.org/project/seesaw/", "project_urls": { "Homepage": "http://www.archiveteam.org/" }, "release_url": "https://pypi.org/project/seesaw/0.10.3/", "requires_dist": null, "requires_python": "", "summary": "ArchiveTeam seesaw kit", "version": "0.10.3" }, "last_serial": 4979445, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "549762ab5a15813bccdad6410b2509a9", "sha256": "d557532759534f80a18be3f4b4c93026776e55ec2984b0f90b05452f04c70771" }, "downloads": -1, "filename": "seesaw-0.0.10-py2.7.egg", "has_sig": false, "md5_digest": "549762ab5a15813bccdad6410b2509a9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 122098, "upload_time": "2012-10-19T00:08:02", "url": "https://files.pythonhosted.org/packages/aa/eb/c0f200a9aa86ccbfa11e894d0bebef6f0c287415a1834ef582beb59d16f9/seesaw-0.0.10-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9b41a9542d56cfde462470a97bd846af", "sha256": "62a2cbdb0f88378843915070a1d2c937f31543f15522790df4c4336e6ef4ac6d" }, "downloads": -1, "filename": "seesaw-0.0.10.tar.gz", "has_sig": false, "md5_digest": "9b41a9542d56cfde462470a97bd846af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88590, "upload_time": "2012-10-19T00:07:48", "url": "https://files.pythonhosted.org/packages/20/15/30b1e87c30a654d297eb04fac4ccadaf3e83e54ec288a69026299df384da/seesaw-0.0.10.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "e1f319d42b96095c3d020177b3a678f9", "sha256": "bf20a9b053ad68f0ad609873a3ef55f55000d0f3c584667920dbafe01f4b1d2f" }, "downloads": -1, "filename": "seesaw-0.0.12-py2.7.egg", "has_sig": false, "md5_digest": "e1f319d42b96095c3d020177b3a678f9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 126012, "upload_time": "2013-01-26T15:40:14", "url": "https://files.pythonhosted.org/packages/41/a4/46fca18f8f322d27d6e11c82fb53557bb7bf069a2c42fabeef83e7871adb/seesaw-0.0.12-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ecfc4df58043f442f8649aa1e200b41a", "sha256": "37641b4e7e7fbf5ba1ce2d39effa2efaa97e892458710cfa40852f30296b616a" }, "downloads": -1, "filename": "seesaw-0.0.12.tar.gz", "has_sig": false, "md5_digest": "ecfc4df58043f442f8649aa1e200b41a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89890, "upload_time": "2013-01-26T15:39:47", "url": "https://files.pythonhosted.org/packages/08/81/168ce05b9b82a0de21db2e62cf9653dafdaf2133964e4886f60092277576/seesaw-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "45d23478c0d8959ae2e992f6f9eab192", "sha256": "c9412b5000a8b1cfd93b930e2e18c969684c889a53aa75bc270e0aec39c52edb" }, "downloads": -1, "filename": "seesaw-0.0.13-py2.7.egg", "has_sig": false, "md5_digest": "45d23478c0d8959ae2e992f6f9eab192", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 126245, "upload_time": "2013-03-25T02:20:24", "url": "https://files.pythonhosted.org/packages/93/da/1013ff1671072ae8060a7189626487d3661f488789229381e26c403fe1bb/seesaw-0.0.13-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8bf32de1a16830b71ef56de798834df7", "sha256": "0b94077842d66ae2bcc2aa7fcda958d0411a578ae60ea9a4cff1ed7a49a3c767" }, "downloads": -1, "filename": "seesaw-0.0.13.tar.gz", "has_sig": false, "md5_digest": "8bf32de1a16830b71ef56de798834df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90001, "upload_time": "2013-03-25T02:20:03", "url": "https://files.pythonhosted.org/packages/35/64/2c6b64753fd63c140392ffff42d4884668549b0c32ddad7af75ad3f1d3c8/seesaw-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "7632f6121b2146c120b8743ffad985e8", "sha256": "2a5e90a15853c43c2eeb6337ef41e01707b52b7cf9ef4f137c3fecb7b8da727f" }, "downloads": -1, "filename": "seesaw-0.0.14-py2.7.egg", "has_sig": false, "md5_digest": "7632f6121b2146c120b8743ffad985e8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133001, "upload_time": "2013-04-03T19:51:04", "url": "https://files.pythonhosted.org/packages/42/5c/1112dd9de57805199102ffe6be55f0390523afd64c63d089fc0bb43c7db1/seesaw-0.0.14-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "955ac539aa29bb99291264286ceba5a6", "sha256": "ffe06b7b4c5a0b229ec7dd1f2f04f0f2ff53242774622b66c0036f1baa73deb6" }, "downloads": -1, "filename": "seesaw-0.0.14.tar.gz", "has_sig": false, "md5_digest": "955ac539aa29bb99291264286ceba5a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93027, "upload_time": "2013-04-03T19:50:48", "url": "https://files.pythonhosted.org/packages/2c/9f/221c7aa0e33ee79d2262db58b4c2c9575a6b35e5238f7af730dfbf06d49a/seesaw-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "2a1ffbca0c1cbf923ebd13f4f93c6132", "sha256": "0d0fc7c35bab0934ce57a460320c9c26b13768039adbc9e30fc14bfad95384c5" }, "downloads": -1, "filename": "seesaw-0.0.15-py2.7.egg", "has_sig": false, "md5_digest": "2a1ffbca0c1cbf923ebd13f4f93c6132", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133314, "upload_time": "2013-04-21T14:36:25", "url": "https://files.pythonhosted.org/packages/6a/2b/51d192c559256f6dc3fb9b5111b26ba9eec82706d0c77e25649007be7540/seesaw-0.0.15-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "618cb16e1da3dcac823412d9d19fb07c", "sha256": "5adb2d680a0c822761ab22abb1237376fe6a08a535a5d931f77c77d09a91c5dd" }, "downloads": -1, "filename": "seesaw-0.0.15.tar.gz", "has_sig": false, "md5_digest": "618cb16e1da3dcac823412d9d19fb07c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93128, "upload_time": "2013-04-21T14:36:11", "url": "https://files.pythonhosted.org/packages/bb/f7/36b0f57540a3298a624a23d03349d1b10c5bd46fc2ceae06f9258f667d73/seesaw-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "be3329c603e50d06ec83a587070f3b24", "sha256": "391421e7e4792690dd2e4b4df643f15963ed7ce0c9e5f814a96e174d42f7d3f9" }, "downloads": -1, "filename": "seesaw-0.0.16-py2.7.egg", "has_sig": false, "md5_digest": "be3329c603e50d06ec83a587070f3b24", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133822, "upload_time": "2013-11-15T19:21:31", "url": "https://files.pythonhosted.org/packages/ec/00/a08dbff46359147298df5b844e0433a98cb3138ef46c45bce3502ee83602/seesaw-0.0.16-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e728061b38df10aaf2b993f9b28ce37a", "sha256": "262a96d9bb1033fd3da2a879668ee1ebc9894b457d660ad353681a4609469575" }, "downloads": -1, "filename": "seesaw-0.0.16.tar.gz", "has_sig": false, "md5_digest": "e728061b38df10aaf2b993f9b28ce37a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92723, "upload_time": "2013-11-15T19:21:37", "url": "https://files.pythonhosted.org/packages/b1/85/3d6075046ae5cf960f9c0c2791f2984e6f3c5df3e47665ccca1274445c02/seesaw-0.0.16.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2c70c7eb3a7ecfe13ea16ed31c4bd37a", "sha256": "5d9a26a3880f1676e93220c98cde82632328cdd500a6e51fb10f7cc644c20e8e" }, "downloads": -1, "filename": "seesaw-0.0.4-py2.7.egg", "has_sig": false, "md5_digest": "2c70c7eb3a7ecfe13ea16ed31c4bd37a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 119304, "upload_time": "2012-10-05T14:13:56", "url": "https://files.pythonhosted.org/packages/2b/98/141db19e221712b8fc97b5fa8f93997c9bd0b6fdb2f60fa14922ee8c277b/seesaw-0.0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d3b3dcbd7462354f39a39b17a8667d69", "sha256": "61edb96dbf664f38c8daff2c3cb745bdf93899db7da92accec5874918d1f5f96" }, "downloads": -1, "filename": "seesaw-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d3b3dcbd7462354f39a39b17a8667d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87268, "upload_time": "2012-10-05T14:13:34", "url": "https://files.pythonhosted.org/packages/13/ef/c192b5e2965f2881cbd01eb3988df498c0094e01e8f97d7dfc09b55a6eaf/seesaw-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "209c723656958a58c7cdca298c88074a", "sha256": "8a81a71b4a45eaf88d973615be637a222066ef19b6bf4ce8e4530136b55d5ce3" }, "downloads": -1, "filename": "seesaw-0.0.5-py2.7.egg", "has_sig": false, "md5_digest": "209c723656958a58c7cdca298c88074a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 119822, "upload_time": "2012-10-08T15:14:52", "url": "https://files.pythonhosted.org/packages/04/f0/fb639a912b5b35cee0f4560cd64ddfc0887b44d764a3995fb983e2b5d450/seesaw-0.0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7928f8281f139ae82a3ab1e8d785a345", "sha256": "488fbb619a1028cb584b7858bdc41fc48bf1363092badd64adab0fc900797161" }, "downloads": -1, "filename": "seesaw-0.0.5.tar.gz", "has_sig": false, "md5_digest": "7928f8281f139ae82a3ab1e8d785a345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87437, "upload_time": "2012-10-08T15:14:41", "url": "https://files.pythonhosted.org/packages/20/cd/37e41aa6589263ad45dcc5f0f48167af72dc4b365774dd11082b9d7640b2/seesaw-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "3ff77984dbdce9d58811bd70601af5f2", "sha256": "6769046e96754db859fc9325c5a5a9e6e4b383330e6c9e0249e727bdcb63656c" }, "downloads": -1, "filename": "seesaw-0.0.7-py2.7.egg", "has_sig": false, "md5_digest": "3ff77984dbdce9d58811bd70601af5f2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 120167, "upload_time": "2012-10-09T16:05:28", "url": "https://files.pythonhosted.org/packages/ce/cd/a217017d0344755d0d545196db3bd0c41ad6d4a73fa8702dad237e18b02d/seesaw-0.0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "55db9f9d9c949d2e7a701d21f5ba37a3", "sha256": "f27eaeedf3ed35cb03fbd63858b7b927880ebe85051e047cc4e16208d2a1c999" }, "downloads": -1, "filename": "seesaw-0.0.7.tar.gz", "has_sig": false, "md5_digest": "55db9f9d9c949d2e7a701d21f5ba37a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87572, "upload_time": "2012-10-09T16:05:14", "url": "https://files.pythonhosted.org/packages/28/47/6520eaf1f26e07c133ee58083e715f252622b958b184576b0c10ba4e8c50/seesaw-0.0.7.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "3115bd52c8a6ff5fb0398f73b52dc49d", "sha256": "43983a9a77888de58dd462f0af1eb752244bc4228c81caaaa432e5e9365d3b72" }, "downloads": -1, "filename": "seesaw-0.0.9-py2.7.egg", "has_sig": false, "md5_digest": "3115bd52c8a6ff5fb0398f73b52dc49d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 122007, "upload_time": "2012-10-16T17:13:12", "url": "https://files.pythonhosted.org/packages/34/bb/82877e076748eef78e9f3a095c3e0e4dc312aeef1300caeb759975fe18b2/seesaw-0.0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d2ab7efcb410f0741fed6a6450a9757c", "sha256": "e9edca6238dadc5fff846779de534feb2598ecd9a6ec74d6b15c1eb88d747ebb" }, "downloads": -1, "filename": "seesaw-0.0.9.tar.gz", "has_sig": false, "md5_digest": "d2ab7efcb410f0741fed6a6450a9757c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88558, "upload_time": "2012-10-16T17:12:58", "url": "https://files.pythonhosted.org/packages/ff/a8/473edc8954a092fd837621e92b2903a7ca75181c87c0e8ae63822e89b091/seesaw-0.0.9.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0f6d300c271d9080ca01cfcce20a36be", "sha256": "5bf92e9544bc597d96b17c3a2a438cd27ee2ca89df84a58aa56ecf4827abd048" }, "downloads": -1, "filename": "seesaw-0.1.2-py2.7.egg", "has_sig": false, "md5_digest": "0f6d300c271d9080ca01cfcce20a36be", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144642, "upload_time": "2013-11-21T02:19:20", "url": "https://files.pythonhosted.org/packages/54/27/e0a055c67ac367f8a4fc98d7704c62e7f782905727bf822fd983ca644a56/seesaw-0.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4ecfe2773802bec16499527726a4bfc7", "sha256": "e1875c686fbe54d2513cc45cdd5a1c1cf7fe773966b5ed3ca8311044f759f123" }, "downloads": -1, "filename": "seesaw-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4ecfe2773802bec16499527726a4bfc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105770, "upload_time": "2013-11-21T02:19:04", "url": "https://files.pythonhosted.org/packages/67/7a/79a9979ada097ca46ab02efbed56022034808f0adaeaeded2fd5fd4d4cf5/seesaw-0.1.2.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6c529edb6a0c0675ab455b18009cd3a8", "sha256": "f4d6c43f889276d68efaa67d45ae759c0a9b74b5be92a2b224bf0bd53c5147f6" }, "downloads": -1, "filename": "seesaw-0.1.4.tar.gz", "has_sig": false, "md5_digest": "6c529edb6a0c0675ab455b18009cd3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106070, "upload_time": "2013-12-10T05:46:28", "url": "https://files.pythonhosted.org/packages/c7/d2/1b02469b31b68d95b0f73362fa9c8655ad845340ed58bec6651e679e314d/seesaw-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "91dc135cb40b4c9b7f8d07d72d2b446f", "sha256": "bd49d0a1943d1efa431f37e189f2b73027a9195140f76fb4f4ea72a6c8e0bf2c" }, "downloads": -1, "filename": "seesaw-0.1.5-py2.7.egg", "has_sig": false, "md5_digest": "91dc135cb40b4c9b7f8d07d72d2b446f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 148092, "upload_time": "2014-01-09T08:27:26", "url": "https://files.pythonhosted.org/packages/e1/ae/5c1b2821261f17b69ba2427982ac8872d5fd333b168797500d37d896a8ec/seesaw-0.1.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c2ad42c6366d9135b0de01ce69a310e1", "sha256": "2a67a2da363b4157d21c4488deb201241d7c8b82e432e4f00ee64a6dde83699b" }, "downloads": -1, "filename": "seesaw-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c2ad42c6366d9135b0de01ce69a310e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106730, "upload_time": "2014-01-09T08:26:56", "url": "https://files.pythonhosted.org/packages/94/40/74418e73c0e87c462d2a92fa52658e3977172b46dfc6ff527da5176a34ba/seesaw-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "5ebb64abd8d12cecd0b875dccf685076", "sha256": "4983459106cb7a68a21bcde0995df99bbe86038dcf0ddb19dbd292b09a787266" }, "downloads": -1, "filename": "seesaw-0.1.6-py2.7.egg", "has_sig": true, "md5_digest": "5ebb64abd8d12cecd0b875dccf685076", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 148676, "upload_time": "2014-02-26T21:02:49", "url": "https://files.pythonhosted.org/packages/b2/e8/02b1f217b53a2c6db12f6fe51d9e9447fcd6279b04b260939aed109a3672/seesaw-0.1.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c77f77338074587d8f1881e2199571c9", "sha256": "0af25ab4b279d9cee30d23c7f6879bb175a7c0cb4adaa92f20489317b3b8e3df" }, "downloads": -1, "filename": "seesaw-0.1.6.tar.gz", "has_sig": true, "md5_digest": "c77f77338074587d8f1881e2199571c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107092, "upload_time": "2014-02-26T21:02:44", "url": "https://files.pythonhosted.org/packages/01/ba/573f0cfa205ce25b69a11fdc1c14d3d47a1d312a914ec676531fb489dc0a/seesaw-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "e6163f24d6912b48fc65d332272ce703", "sha256": "70b8b892b1ebb6bdd99b8149768408ea90bcc6b809360e0446963c06a49e8302" }, "downloads": -1, "filename": "seesaw-0.1.7-py2.7.egg", "has_sig": true, "md5_digest": "e6163f24d6912b48fc65d332272ce703", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 149137, "upload_time": "2014-04-17T01:49:27", "url": "https://files.pythonhosted.org/packages/1a/80/4eeebc9c7960ff217b12be942cc7c131cdb671d211965ddef11ce12afa99/seesaw-0.1.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "89cdcb0db42e0758b4d8fa4b72ca0c5a", "sha256": "cf599ddd33fdb5d9c9d305a3fdf347d669d887f28e8e874a2bea5713d3898559" }, "downloads": -1, "filename": "seesaw-0.1.7.tar.gz", "has_sig": true, "md5_digest": "89cdcb0db42e0758b4d8fa4b72ca0c5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107253, "upload_time": "2014-04-17T01:49:21", "url": "https://files.pythonhosted.org/packages/49/df/28158e82abe55aceab12f72b092646169bc7a2682030ca4d5d364b9b8e5b/seesaw-0.1.7.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "ce633ba64e0d130c092bddcc6c607e08", "sha256": "51a782c03f10960bf1c92d12102c3b7c54cfc944f96327758f830d53e95a9141" }, "downloads": -1, "filename": "seesaw-0.10.0.tar.gz", "has_sig": true, "md5_digest": "ce633ba64e0d130c092bddcc6c607e08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149408, "upload_time": "2018-05-26T20:52:35", "url": "https://files.pythonhosted.org/packages/6e/92/7c67f53186f86c76480b5b3d148198a39a002075263ae6188d3d464a37b4/seesaw-0.10.0.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "ed58a1d3c09225b356f4afa9d5103506", "sha256": "8d6e96067bd08b060a08efa87993aa2bc21a5ff33d2389d2f43f75b3230c88a9" }, "downloads": -1, "filename": "seesaw-0.10.2.tar.gz", "has_sig": true, "md5_digest": "ed58a1d3c09225b356f4afa9d5103506", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150921, "upload_time": "2019-03-20T22:55:43", "url": "https://files.pythonhosted.org/packages/76/3f/c0689aa89fa57f15bf9b667d51a68bef3b9d4abbc78bb2e9b46757f8b721/seesaw-0.10.2.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "279c835aff4ac9fdf700960cac5fbbfc", "sha256": "887d42402af1a5fa895304158f2f9367b13e2e2ffbaef2c5a3f0f1e9f4bf5a86" }, "downloads": -1, "filename": "seesaw-0.10.3.tar.gz", "has_sig": true, "md5_digest": "279c835aff4ac9fdf700960cac5fbbfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150710, "upload_time": "2019-03-24T18:13:38", "url": "https://files.pythonhosted.org/packages/0c/e5/e2b8d38f8c5aa84618ff626e1c22bf697cd1e15d9ecaf0f597b8b123fa9e/seesaw-0.10.3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "193ceefe89554f957bea736b2ac2d456", "sha256": "c1324f447169913f811c6988236ecffd262685a2eb26b18e220a95c9d5b0ea82" }, "downloads": -1, "filename": "seesaw-0.2-py2.7.egg", "has_sig": true, "md5_digest": "193ceefe89554f957bea736b2ac2d456", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 149751, "upload_time": "2014-06-24T06:42:40", "url": "https://files.pythonhosted.org/packages/2f/65/ae92c6646a53b503cd6c018aa19d3700769a9437aa4aeb3d22611aed555d/seesaw-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "751691e60faabbf6bcf047d96c1db990", "sha256": "39db54378a9d99d27ab9d0f623d35eea171cca2a834410ec10ee7eb794820d8b" }, "downloads": -1, "filename": "seesaw-0.2.tar.gz", "has_sig": true, "md5_digest": "751691e60faabbf6bcf047d96c1db990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107368, "upload_time": "2014-06-24T06:42:30", "url": "https://files.pythonhosted.org/packages/03/bd/66dd83a39f3310d014f8e61b0c14720d06a04e9304ebc6b870b0a2d626b3/seesaw-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "73991e2c4fa4a0848e740c3b9cba7e4d", "sha256": "3907836329ccd5649eaac713f98c5002b3b4464809590e54b8de5d31d2b9ac34" }, "downloads": -1, "filename": "seesaw-0.2.1-py2.7.egg", "has_sig": true, "md5_digest": "73991e2c4fa4a0848e740c3b9cba7e4d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 149762, "upload_time": "2014-07-28T19:33:04", "url": "https://files.pythonhosted.org/packages/76/e7/382c64b80199f959a2b1dd50b7c276133d57ffa8cb715a501103096395d3/seesaw-0.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "cd9feda19abe4821aa64cf708c2c7f88", "sha256": "0ad0a9e035100e9eca90857ed074a370657a8b5d230652a0a81fbc98939433cb" }, "downloads": -1, "filename": "seesaw-0.2.1.tar.gz", "has_sig": true, "md5_digest": "cd9feda19abe4821aa64cf708c2c7f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107630, "upload_time": "2014-07-28T19:32:54", "url": "https://files.pythonhosted.org/packages/ac/c5/3489d6d29e69a380b7a08903b07c12f7a5190a545ed34b7d1eb4ed50add8/seesaw-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ef98cd5682ec326971db8d8aa75e0c03", "sha256": "864d780a42ea396d16d6c3dbde427bec0287d0b5f28cdbe07740e705417b0cd3" }, "downloads": -1, "filename": "seesaw-0.2.2-py2.7.egg", "has_sig": true, "md5_digest": "ef98cd5682ec326971db8d8aa75e0c03", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 149865, "upload_time": "2014-08-13T04:32:39", "url": "https://files.pythonhosted.org/packages/1f/bd/d7a7b219c98ade5b3c43eae750e3af5d7bee4496ccbb8b0e6e77384223df/seesaw-0.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c84bd7492ca5b5d39345515a125293c6", "sha256": "df151c44e5e9a123f244a346c5bd5601565a33fd641cdf9fd124452f8cf1c973" }, "downloads": -1, "filename": "seesaw-0.2.2.tar.gz", "has_sig": true, "md5_digest": "c84bd7492ca5b5d39345515a125293c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107679, "upload_time": "2014-08-13T04:32:34", "url": "https://files.pythonhosted.org/packages/ef/0d/7a164a24b0c6c2806fecd2def2995032e694b4ed86ba2901027c8ef8a91c/seesaw-0.2.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "86048c7d2b9207fb29d32ba2ff9bdafa", "sha256": "f160a78eda6a77ec14b77742049d68a6896038697c767366160fd7bf4ece099f" }, "downloads": -1, "filename": "seesaw-0.3-py2.7.egg", "has_sig": true, "md5_digest": "86048c7d2b9207fb29d32ba2ff9bdafa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 168089, "upload_time": "2014-08-17T02:11:23", "url": "https://files.pythonhosted.org/packages/4c/18/0c5cb1f04e7674f1fcb8a1194caae9c54112be8c2a0a5a303599053c36c4/seesaw-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "93763ffc0aa276856699a9fb514c43f9", "sha256": "4960743bc9c5da5f2bbbf0b4e970f9952395f9249c5b1b7603b9ef745f56f04b" }, "downloads": -1, "filename": "seesaw-0.3.tar.gz", "has_sig": true, "md5_digest": "93763ffc0aa276856699a9fb514c43f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109727, "upload_time": "2014-08-17T02:11:18", "url": "https://files.pythonhosted.org/packages/17/96/b481ab8733d27d5198e6599cac87395f2f14846a059eace941c44b168f60/seesaw-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "18e10344df9b2e13d1d7fe7ec7e13c38", "sha256": "c90db5c4b6117c60c00668eaba8c91910ad658a0a4d5f3208c99a7ab3a27e60f" }, "downloads": -1, "filename": "seesaw-0.3.1-py2.7.egg", "has_sig": true, "md5_digest": "18e10344df9b2e13d1d7fe7ec7e13c38", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 168093, "upload_time": "2014-08-17T18:13:11", "url": "https://files.pythonhosted.org/packages/73/9e/ff4c74d9b9d1f91bf6e764e88fd69bd95cb925d7a51b14356695c5636c23/seesaw-0.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ee541da24181c0f98c581c6d7ecbecaa", "sha256": "54b03b36e025ba95b1952986f1168bfffc96ef25cee363cd82bcab099e4b2ef1" }, "downloads": -1, "filename": "seesaw-0.3.1.tar.gz", "has_sig": true, "md5_digest": "ee541da24181c0f98c581c6d7ecbecaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109750, "upload_time": "2014-08-17T18:13:06", "url": "https://files.pythonhosted.org/packages/a2/7e/bd3a9d682c2b83c21683165eb2ec8858227d3f4164c4c08afde83a280933/seesaw-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "c151a75557d650805df945d2837649e8", "sha256": "7e4c220a203961299bbbd9ca8c2848a9f35d8fc7f48435116ab79b2e3f8b0f7c" }, "downloads": -1, "filename": "seesaw-0.4-py2.7.egg", "has_sig": true, "md5_digest": "c151a75557d650805df945d2837649e8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 169225, "upload_time": "2014-08-24T02:06:57", "url": "https://files.pythonhosted.org/packages/79/a3/90744e502c122ea772101f2e878f4ad5212dfdbbda5a64ac6f69bc2e46a3/seesaw-0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f0da126dc721d5d010673282aecf6e51", "sha256": "625211e2adbdc76510d2ec68362b83bdba3226a0853e615c2ef33832d06fc18f" }, "downloads": -1, "filename": "seesaw-0.4.tar.gz", "has_sig": true, "md5_digest": "f0da126dc721d5d010673282aecf6e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109950, "upload_time": "2014-08-24T02:06:52", "url": "https://files.pythonhosted.org/packages/8c/de/4eb64eb602d68d5847a0034ccc7cd0e33cf0a60cda14fd3b21fff1208567/seesaw-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "cef90693d567f60482a278cdfca2ee4f", "sha256": "19fe6b83d85e389bc4a66a1b2dbd3a8d9b075ba0783073133b309099e3fa76a8" }, "downloads": -1, "filename": "seesaw-0.5-py2.7.egg", "has_sig": true, "md5_digest": "cef90693d567f60482a278cdfca2ee4f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 171131, "upload_time": "2014-09-08T23:45:48", "url": "https://files.pythonhosted.org/packages/42/97/bb3cdd473d1b48b5e10e615dc6f822b7b14625720004ee463c7e8f261f8e/seesaw-0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ce882acd5ce5b48cc7c9adf59dacca55", "sha256": "895832cdd76e40a085151953a68afc39479edba42a8c83ed57cab7bd11920d2b" }, "downloads": -1, "filename": "seesaw-0.5.tar.gz", "has_sig": true, "md5_digest": "ce882acd5ce5b48cc7c9adf59dacca55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111091, "upload_time": "2014-09-08T23:45:42", "url": "https://files.pythonhosted.org/packages/7b/30/9f0a5c36eb3e826e27d7e1ad621c166c21bcddf05d5f04484f016809e18a/seesaw-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "2f0722f939eba624e70f81aeb65bdd3d", "sha256": "1a174c857dfcd2c8a40b5ff91463c195a9ab5d116316476c16a8dc464c40ba81" }, "downloads": -1, "filename": "seesaw-0.6-py2.7.egg", "has_sig": true, "md5_digest": "2f0722f939eba624e70f81aeb65bdd3d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 172102, "upload_time": "2014-09-13T16:06:02", "url": "https://files.pythonhosted.org/packages/51/b7/8faf60388f33050db0ee48f6a059a70190ea91b5fbcd2a52f00d3eccb910/seesaw-0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a1caa13fd979a959a16273c382afb2c", "sha256": "bc9006587095006d72c81c28c752d899f0c7584c7d85e8a56c4145024e6abb16" }, "downloads": -1, "filename": "seesaw-0.6.tar.gz", "has_sig": true, "md5_digest": "5a1caa13fd979a959a16273c382afb2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111885, "upload_time": "2014-09-13T16:05:57", "url": "https://files.pythonhosted.org/packages/b7/f6/722fef39743476b5af14ecea854ef4953a4e1f4f6be3b5de3bbacc28e3a4/seesaw-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1c4ff584b48a94750142cd493136c79c", "sha256": "c5a753c7093297b4b700ee3eaf361d1b34a9c56e66ac6aa56533a56c289d0174" }, "downloads": -1, "filename": "seesaw-0.6.1-py2.7.egg", "has_sig": true, "md5_digest": "1c4ff584b48a94750142cd493136c79c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 172102, "upload_time": "2014-09-19T16:42:27", "url": "https://files.pythonhosted.org/packages/26/15/fcd29ddbc7bc1b84cb42181a21adcc7ecc10c4109cbe6be6a85927bfce25/seesaw-0.6.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "16f5c2e9119dfaf44cc2a1ef2c9a8fb6", "sha256": "d7839c7f5d8e63738707d319d3ddb79ab2ddbf659b8b7e474dfdafe62ddd0681" }, "downloads": -1, "filename": "seesaw-0.6.1.tar.gz", "has_sig": true, "md5_digest": "16f5c2e9119dfaf44cc2a1ef2c9a8fb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111946, "upload_time": "2014-09-19T16:42:22", "url": "https://files.pythonhosted.org/packages/a3/8b/bf709c3ae7c40f25b7f70118883a5a9460c4d8a6e04d45c50eff674aed66/seesaw-0.6.1.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "3dee1926d7988424c860f704567479c7", "sha256": "178d388cfeb566b48ebd72aaeb08476fc3f29e669a3f003c100db5ddd5c2264e" }, "downloads": -1, "filename": "seesaw-0.7-py2.7.egg", "has_sig": true, "md5_digest": "3dee1926d7988424c860f704567479c7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 173076, "upload_time": "2014-10-03T00:43:21", "url": "https://files.pythonhosted.org/packages/99/c8/baa3ee7aef7c4103a2e899411f885074cb2d42785620933bbcc06be567d4/seesaw-0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "242f408d301a62817a96cfcd49a86ded", "sha256": "556813cbc0145cc32a61f99e1601407db1c25a15d2d29788a566a19a3885e650" }, "downloads": -1, "filename": "seesaw-0.7.tar.gz", "has_sig": true, "md5_digest": "242f408d301a62817a96cfcd49a86ded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112416, "upload_time": "2014-10-03T00:43:02", "url": "https://files.pythonhosted.org/packages/fb/76/7fe7315e09ae32356ddf948f2931a5a4499549a485ab3cbd5c5052f65e97/seesaw-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "5ea0e3515da2f814897e6f65e8f70126", "sha256": "aab289c8805061589fc0c64c5ab445ff9ad6c70672d48972b90795fca70b511e" }, "downloads": -1, "filename": "seesaw-0.8-py2.7.egg", "has_sig": true, "md5_digest": "5ea0e3515da2f814897e6f65e8f70126", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 175760, "upload_time": "2014-11-12T03:19:55", "url": "https://files.pythonhosted.org/packages/35/64/aa1173ec39bcb56db2657e2c9af4914c843289f8664aecce085a0f02069e/seesaw-0.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d026e95e92ffa7dfec7f5fbf6a75c8c6", "sha256": "485003154220335d7f9f8a5d63acb2d720001314d0d4e8f2035840ec72896904" }, "downloads": -1, "filename": "seesaw-0.8.tar.gz", "has_sig": true, "md5_digest": "d026e95e92ffa7dfec7f5fbf6a75c8c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113220, "upload_time": "2014-11-12T03:19:50", "url": "https://files.pythonhosted.org/packages/33/53/2ad37617df4063d1bad80289021e0ec0f49fa8cb43e0335ebf1c93a7184c/seesaw-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "b7cd1a1ce65fe497ec3b013abe09f1dd", "sha256": "74cebef0f29325b728d785a004b2b5127bfbeba11a7181e8433636429677fae5" }, "downloads": -1, "filename": "seesaw-0.8.1-py2.7.egg", "has_sig": true, "md5_digest": "b7cd1a1ce65fe497ec3b013abe09f1dd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 176375, "upload_time": "2014-12-05T20:21:23", "url": "https://files.pythonhosted.org/packages/07/de/920ec798b9427d8e055f01980e52094af6eac3d5d45b24e9927ab5c8ddb0/seesaw-0.8.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5b28debc67a64cf3f5561ef67a4cb18e", "sha256": "c9c7802d38954ff43c3c38f8b82e24527b6c35b921f1d7b76cb276fb719751ff" }, "downloads": -1, "filename": "seesaw-0.8.1.tar.gz", "has_sig": true, "md5_digest": "5b28debc67a64cf3f5561ef67a4cb18e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113457, "upload_time": "2014-12-05T20:21:17", "url": "https://files.pythonhosted.org/packages/88/1b/7155313f93d2a4e74c585b6de59dee2c700568ec46d8b599e678170ded81/seesaw-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "164d4fbe984343046d8d1fa25917e380", "sha256": "183f722bd6d4b11130ac7f1688e002e39c9ae86b8045268d2f9be102c9fa1b2b" }, "downloads": -1, "filename": "seesaw-0.8.2-py2.7.egg", "has_sig": true, "md5_digest": "164d4fbe984343046d8d1fa25917e380", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 178856, "upload_time": "2014-12-10T22:59:27", "url": "https://files.pythonhosted.org/packages/f0/fb/59b9a7d8eab422084338699d553244ff8a711e4e641b78b64a050e1a0832/seesaw-0.8.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "0685a5c61ff1941f846c20ef1402a968", "sha256": "94059becc584bda92e5210fb6e6462b71d613e2cf403fcb5481867f0300c618c" }, "downloads": -1, "filename": "seesaw-0.8.2.tar.gz", "has_sig": true, "md5_digest": "0685a5c61ff1941f846c20ef1402a968", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114497, "upload_time": "2014-12-10T22:59:21", "url": "https://files.pythonhosted.org/packages/aa/a7/0af7f428eecfdda2b0206bd4ec12bb31a1e3cbb003810f9a435ca84cab69/seesaw-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "40616ef208faf8c869714ff242540b1a", "sha256": "e58c91c92864b24175d02a5bc728464e647a38c8e6559e893d454c07a3d79edb" }, "downloads": -1, "filename": "seesaw-0.8.3-py2.7.egg", "has_sig": true, "md5_digest": "40616ef208faf8c869714ff242540b1a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 178865, "upload_time": "2014-12-13T05:16:47", "url": "https://files.pythonhosted.org/packages/f8/8c/25dc154534991b8ae13ced604b81398f7d32139ae3f03b252a98ab147cc7/seesaw-0.8.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "da8976b312dcb8254ff916fcb3e4bff6", "sha256": "a3385964b2a0f07f24a7da881b80d8b2fc2e425b9dadfba0632b41e490dcb697" }, "downloads": -1, "filename": "seesaw-0.8.3.tar.gz", "has_sig": true, "md5_digest": "da8976b312dcb8254ff916fcb3e4bff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114537, "upload_time": "2014-12-13T05:16:35", "url": "https://files.pythonhosted.org/packages/01/70/a9c0cacc0c8f015a1b498b56b003b1256efdbac09da2463415eb3b4dee9f/seesaw-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "82ac3bcbdf579ea74f802b39c1f7b687", "sha256": "d1a73cefce3401d2920b0a92f13b21f0feb2216f4ac4bbb03f0689ca129b599f" }, "downloads": -1, "filename": "seesaw-0.8.4-py2.7.egg", "has_sig": true, "md5_digest": "82ac3bcbdf579ea74f802b39c1f7b687", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 202256, "upload_time": "2015-01-04T21:15:49", "url": "https://files.pythonhosted.org/packages/25/e1/c274a9ece8961f63116df0de261c3bcf9df7f26230a62a8060119523d5c7/seesaw-0.8.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ed8f83ecc9ec2408a6c6dd3ba5e32abb", "sha256": "c652146d715a28514254cea6e83bf54d411e6df3d1f086cf124badd2946ca74d" }, "downloads": -1, "filename": "seesaw-0.8.4.tar.gz", "has_sig": true, "md5_digest": "ed8f83ecc9ec2408a6c6dd3ba5e32abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114557, "upload_time": "2015-01-04T21:15:42", "url": "https://files.pythonhosted.org/packages/8c/00/06be7ba6bd76c8d8d9cb6edcfbdf9e66d519ec28dfce5f9e1498761f7fb7/seesaw-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "320c5dd935638dde236b9cc011fcb644", "sha256": "1fdbfb504cd9873a70dc7f9f5750f7c85754b6c200b0a1562139d806637034c6" }, "downloads": -1, "filename": "seesaw-0.8.5-py2.7.egg", "has_sig": true, "md5_digest": "320c5dd935638dde236b9cc011fcb644", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 202281, "upload_time": "2015-01-06T20:15:50", "url": "https://files.pythonhosted.org/packages/67/43/91cbf817c5228afd3f4251d2ea693346d0e46b7e66b20a27e5ee3a183176/seesaw-0.8.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5ad0e55c824a8a822efa389ef9e566fd", "sha256": "73e4b5ba832a6e98ece73a3231e22cdeb1bf05b32303626e5e3b1601d610dbd5" }, "downloads": -1, "filename": "seesaw-0.8.5.tar.gz", "has_sig": true, "md5_digest": "5ad0e55c824a8a822efa389ef9e566fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139664, "upload_time": "2015-01-06T20:15:43", "url": "https://files.pythonhosted.org/packages/e3/9a/a92420462682345c714d0debec36dafe3c0acb55f6b181746e8d3795fe8c/seesaw-0.8.5.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "9f818244af8591c58f1bf11e2e9c9526", "sha256": "21cdb8cbbb93c1eef59ef55f51e6a5c470b69fb3b330e156a7a34ed64651c5c2" }, "downloads": -1, "filename": "seesaw-0.9-py2.7.egg", "has_sig": true, "md5_digest": "9f818244af8591c58f1bf11e2e9c9526", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 203963, "upload_time": "2015-04-12T04:28:26", "url": "https://files.pythonhosted.org/packages/66/a3/0b6db1876466023aab983ecf007e91e4644da42a5fc335970c2396cc3e51/seesaw-0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f250f131b5179e18fcb8fc123c921a0d", "sha256": "6083310192e7b69821710a15289c5138bc0514ec1885cca82ee6da69140de048" }, "downloads": -1, "filename": "seesaw-0.9.tar.gz", "has_sig": true, "md5_digest": "f250f131b5179e18fcb8fc123c921a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140345, "upload_time": "2015-04-12T04:28:19", "url": "https://files.pythonhosted.org/packages/4c/c3/8a6ef1fea53b63ad3fe904df38bbd8743bd4bf7054eb4931f0084531f35a/seesaw-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9d8a216aeff539c03ad28dc1c369e92a", "sha256": "7ad09f2b18cdaa000a1dd51eacad5dcf41fb2ed627787617745702c5a490218b" }, "downloads": -1, "filename": "seesaw-0.9.1-py2.7.egg", "has_sig": true, "md5_digest": "9d8a216aeff539c03ad28dc1c369e92a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 205834, "upload_time": "2016-03-28T19:55:11", "url": "https://files.pythonhosted.org/packages/e9/7c/8f3f0c34da01e00a8da18820751367202eb42c76effaf26b4ac220e8072b/seesaw-0.9.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e338809ea3baf24b215a8730b55bc77d", "sha256": "de6f501dce47414bad30210eeefd8099009d83799cb074ef7b3f12faf0860fa8" }, "downloads": -1, "filename": "seesaw-0.9.1.tar.gz", "has_sig": true, "md5_digest": "e338809ea3baf24b215a8730b55bc77d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141019, "upload_time": "2016-03-28T19:54:59", "url": "https://files.pythonhosted.org/packages/5d/10/a44a70eee4b94041d9d457f1f3bf601cb7e9e3a48c933cced25f6815ea15/seesaw-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "c57b594dc122b6e2e01317ab54f692c1", "sha256": "d00f4f02700a64d9a2ceccdbc73a77b484743cba9b1d7c70713f292954ff9f2c" }, "downloads": -1, "filename": "seesaw-0.9.2-py2.7.egg", "has_sig": true, "md5_digest": "c57b594dc122b6e2e01317ab54f692c1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 205211, "upload_time": "2016-04-12T23:55:52", "url": "https://files.pythonhosted.org/packages/08/9e/29f621efba725cd13643f05c1d5e20e93e5684ec3c5d1cc580781c3f1604/seesaw-0.9.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c73fc28119db7f7a111835e1d145e1d5", "sha256": "65cb4a9ee5b1cc90338c49c86ed8387b1b2fb71fd697bd914c4d5aed4435a9d1" }, "downloads": -1, "filename": "seesaw-0.9.2.tar.gz", "has_sig": true, "md5_digest": "c73fc28119db7f7a111835e1d145e1d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140916, "upload_time": "2016-04-12T23:55:39", "url": "https://files.pythonhosted.org/packages/89/54/4261f5a4313c1636d18543a022dfb2a1f6569311fed8ae6bf3676628ff13/seesaw-0.9.2.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "f56422df5014a777bc85de0a69d64f98", "sha256": "59168e839fd014533027f23a0c67febcb1199e347461f583fcf8842f9e46a651" }, "downloads": -1, "filename": "seesaw-0.9.4-py2.7.egg", "has_sig": true, "md5_digest": "f56422df5014a777bc85de0a69d64f98", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 205530, "upload_time": "2017-10-14T01:24:01", "url": "https://files.pythonhosted.org/packages/19/57/9314d477c8d68565eeef6feed252e1236fe73e7aefe4d85eb2f020b61b3a/seesaw-0.9.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "773215dbe62e8a768e5bfb778b2e55bc", "sha256": "a6a6471b95c4cd08985c6800f702c862e6c0407faf371ae39e757ea8a1fa3948" }, "downloads": -1, "filename": "seesaw-0.9.4.tar.gz", "has_sig": true, "md5_digest": "773215dbe62e8a768e5bfb778b2e55bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141829, "upload_time": "2017-10-14T01:23:56", "url": "https://files.pythonhosted.org/packages/3d/1f/06f4bf7f95e088e16826c63493c1921e6c25ad97801d908af92bac943ddf/seesaw-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "a7d037eb0623746f701d02bc3c534946", "sha256": "b31a826c9cef95d54a5bc74ba0cab539b645484d263bdbf9902c3646b302b669" }, "downloads": -1, "filename": "seesaw-0.9.5.tar.gz", "has_sig": true, "md5_digest": "a7d037eb0623746f701d02bc3c534946", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148444, "upload_time": "2018-04-16T04:10:25", "url": "https://files.pythonhosted.org/packages/fe/7d/4af6b5ba565a10fe1ea4fe844d8809713b913872780404ed8107a41756fa/seesaw-0.9.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "279c835aff4ac9fdf700960cac5fbbfc", "sha256": "887d42402af1a5fa895304158f2f9367b13e2e2ffbaef2c5a3f0f1e9f4bf5a86" }, "downloads": -1, "filename": "seesaw-0.10.3.tar.gz", "has_sig": true, "md5_digest": "279c835aff4ac9fdf700960cac5fbbfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150710, "upload_time": "2019-03-24T18:13:38", "url": "https://files.pythonhosted.org/packages/0c/e5/e2b8d38f8c5aa84618ff626e1c22bf697cd1e15d9ecaf0f597b8b123fa9e/seesaw-0.10.3.tar.gz" } ] }