{ "info": { "author": "Will Hall", "author_email": "will@innerhippy.com", "bugtrack_url": null, "classifiers": [], "description": "pydosh\n------\n\nA tool to view and check your bank statements.\n\n\nAbout\n=====\n\nA simple PyQt UI to manage bank statement records. Records are imported from files in CSV \nformat and stored in a PostgreSQL database.\n\nThe main purpose is to rationalise receipts or direct debits against statement records, and each \nrecord row has a \"checked\" column to indicate if the record has been validated. There are numerous \nfilters to use:\n\n*\tchecked/unchecked status\n*\taccount type\n*\tmoney in or out\n*\tdate filter (last import, date range, particular month)\n*\tdescription field\n*\tamount (which also accepts numeric operators, eg \">\" \"<=\"\n\nTags\n====\n\nYou can also tag records to arrange your records into categories. These are arbitrary text names\nlike \"utility bills\", \"salary\", \"ebay\". You can then filter the records with one or more of these\ncategories. To create a new tag press the \"edit tags\" button.\n\nAccounts\n========\n\nEach bank has a different format for their CSV files. There are 5 pre-insalled formats (ones that \nI know):\n\n*\tNatwest current account\n*\tNatwest mastercard\n*\tpaypal (use the \"Completed Balance\" option when downloading)\n*\tFirst Direct\n*\tCredit Agricole\n\nTo add a new account, select Settings from the toolbar and hit the + button. All you have to do is give\nit a name and enter the CSV column number that relates to:\n\n*\tdate\n*\tdescription\n*\tcredit amount\n*\tdebit amount \n*\tcurrency sign, to indicate how debit values are represented (1 if amount is positive, -1 if negative) \n*\tdate format, which can be built up using the following characters:\n\n\t*\td - the day as number (1 to 31)\n\t*\tdd - the day as number (01 to 31)\n\t*\tddd - day name ('Mon' to 'Sun')\n\t*\tM - the month as number (1-12)\n\t*\tMM - the month as number (01-12)\n\t*\tMMM - month name ('Jan' to 'Dec')\n\t*\tMMMM - month name ('January' to 'December')\n\t*\tyy - the year as two digit number (00-99)\n\t*\tyyyy - the year as four digit number\n\nFor example, if a CSV record looks like this:\n\n``17/10/2008,C/L,\"'BARCLAYS BNK 17OCT\",-100.00,1234.20,\"'Mr Me\",\"'100001-12345678\",``\n\n*\tdate is 0\n*\tdescription is 2\n*\tcredit is 3\n*\tdebit is 3\n*\tcurrency sign is -1\n*\tdate format is dd/MM/yyyy\n\n\nGetting Started\n===============\n\nYou will need a new PostgreSQL database, eg:\n``sudo -u postgres createdb pydosh``\n``sudo -u postgres createuser will``\n\nTip: If you need password-less access, you will need to change pg_hba.conf and \nchange the interface authentication from ``md5`` to ``trust``\n\n``createdb --host localhost --username bob pydosh``\n\nWhen you first open pydosh, login with a valid postgres account. If pydosh detects an empty database \nit will initialise all tables for you.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/innerhippy/pydosh", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pydosh", "package_url": "https://pypi.org/project/pydosh/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydosh/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/innerhippy/pydosh" }, "release_url": "https://pypi.org/project/pydosh/2.1/", "requires_dist": null, "requires_python": null, "summary": "Bank statement transaction manager, written in PySide", "version": "2.1" }, "last_serial": 997469, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f671a1dd63880f0ce74fe5b226dcf801", "sha256": "71c8b0d8263e37c0f6a3203337e7c1d10386be7cf87c69d91eb6c1be63f1782a" }, "downloads": -1, "filename": "pydosh-1.0.tar.gz", "has_sig": false, "md5_digest": "f671a1dd63880f0ce74fe5b226dcf801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 362383, "upload_time": "2013-03-02T16:30:45", "url": "https://files.pythonhosted.org/packages/f7/2b/184728e54bac55203c525548bd0799556a8a2d69d4bb630f3e8c5c49e290/pydosh-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "06878751e9ee3e373a2d3799119669ac", "sha256": "b25c74459e288ecdb3fec8b0f14bdaa3a9849522e7614487ac6895d9aedfb6a1" }, "downloads": -1, "filename": "pydosh-1.1.tar.gz", "has_sig": false, "md5_digest": "06878751e9ee3e373a2d3799119669ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 362384, "upload_time": "2013-03-02T16:41:25", "url": "https://files.pythonhosted.org/packages/3c/1e/b645ebc888fa807b7e2b448f141209f3fc1228bb6d2040d3d15e707a1169/pydosh-1.1.tar.gz" } ], "1.2": [ { "comment_text": "built for Linux-3.7.8-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-glibc2.2.5", "digests": { "md5": "e512b4bbad7c80e4bb88d6f9fdabc4f1", "sha256": "26e9f56291a77d1a194a6f6d3b78d99ca6576bac2dbcea3aef5320101a1d00c8" }, "downloads": -1, "filename": "pydosh-1.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "e512b4bbad7c80e4bb88d6f9fdabc4f1", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 86959, "upload_time": "2013-03-04T15:54:13", "url": "https://files.pythonhosted.org/packages/9a/b6/4da43b8e28098e6377ac69a8132a1ddd2165dfd7978633fad58c60b97c66/pydosh-1.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "f312d7164b4d1a22da5d75e231505baa", "sha256": "ba3bf0fb98d0a3965b36741a9f7c8c8d4090bab335f60d5a3bd18f000cc7771c" }, "downloads": -1, "filename": "pydosh-1.2.tar.gz", "has_sig": false, "md5_digest": "f312d7164b4d1a22da5d75e231505baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21272, "upload_time": "2013-03-04T15:54:10", "url": "https://files.pythonhosted.org/packages/fd/d1/0f58c1e390fc327eef36bbbea428923efa80bdb68314f1c2682d211f4b31/pydosh-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "85aefd4f12c825557b8295d836018a8e", "sha256": "3544c10b88642e5e1bd1397546cac93e5b1d78e6ab9c1445f8f78f452c1a775f" }, "downloads": -1, "filename": "pydosh-1.3.dmg", "has_sig": false, "md5_digest": "85aefd4f12c825557b8295d836018a8e", "packagetype": "bdist_dmg", "python_version": "2.7", "requires_python": null, "size": 10722117, "upload_time": "2013-03-26T09:14:45", "url": "https://files.pythonhosted.org/packages/fd/20/168a03f4b5c011e7d09872a8730ab72baf52c838ab44af23a18d99e6b68e/pydosh-1.3.dmg" }, { "comment_text": "built for Linux-3.5.0-26-generic-x86_64-with-glibc2.7", "digests": { "md5": "fa377f9b3533f98f595aa14a47c30ea7", "sha256": "c02277488cf957979eb5dcbebe3c92f461c8c428aa462e1b8e0ac3e363bb0d44" }, "downloads": -1, "filename": "pydosh-1.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "fa377f9b3533f98f595aa14a47c30ea7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 220135, "upload_time": "2013-03-20T16:17:59", "url": "https://files.pythonhosted.org/packages/52/51/e80dacecfce35613ee78e6f8083c7fb9842f7bb8afe12be62060d2f55cc0/pydosh-1.3.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "fd544026a1732b177754eab13f97792b", "sha256": "a39020951df375da7ed8e6a84dccdb8d9bf0da044a637ea01de6f2f04e1547d4" }, "downloads": -1, "filename": "pydosh-1.3.tar.gz", "has_sig": false, "md5_digest": "fd544026a1732b177754eab13f97792b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94908, "upload_time": "2013-03-20T16:17:52", "url": "https://files.pythonhosted.org/packages/ad/fe/14695f3cd6b0724be36d73c779b3e35dc912e92fd43038a355959b5cbdec/pydosh-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "e487e80083fa3ed4694b8c55b5c3cce7", "sha256": "ca69d7332d7ecc736acc13def9616ed8c63429e05c5ba0afcb49ab2d773b9dd8" }, "downloads": -1, "filename": "pydosh-1.4.dmg", "has_sig": false, "md5_digest": "e487e80083fa3ed4694b8c55b5c3cce7", "packagetype": "bdist_dmg", "python_version": "2.7", "requires_python": null, "size": 10720041, "upload_time": "2013-04-08T05:46:50", "url": "https://files.pythonhosted.org/packages/f4/7a/005a8a34abd938576337dfbd9add66867c85a6566c6ed3e55a8bc4a458bb/pydosh-1.4.dmg" }, { "comment_text": "built for Linux-3.5.0-26-generic-x86_64-with-glibc2.7", "digests": { "md5": "b6752e0f23de9570ff1c4ad66ec4d382", "sha256": "6def78fad56b8f1a45c396c14fcf06cf0ed78720d94d08b2a97391f0c4f7de97" }, "downloads": -1, "filename": "pydosh-1.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "b6752e0f23de9570ff1c4ad66ec4d382", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 218808, "upload_time": "2013-04-08T05:39:37", "url": "https://files.pythonhosted.org/packages/ee/df/4f91f963d2ee108847af110c67b77b76b6970b1f10ffee12355a819a5649/pydosh-1.4.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "cd22bac32e00fd8dd6c115a8ac26dfa2", "sha256": "99b819605c6e8133fecb9c1d5f08fd73d703629e74b22cecdf71ef79abcb9f06" }, "downloads": -1, "filename": "pydosh-1.4.tar.gz", "has_sig": false, "md5_digest": "cd22bac32e00fd8dd6c115a8ac26dfa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94859, "upload_time": "2013-04-08T05:39:31", "url": "https://files.pythonhosted.org/packages/18/30/32cde995f262a07f5f013dc87b122b59d80918c78f905cf83021e92299a1/pydosh-1.4.tar.gz" } ], "1.5": [ { "comment_text": "built for Linux-3.5.0-27-generic-x86_64-with-glibc2.7", "digests": { "md5": "f5c9e036f789961911718dea93a0e6e8", "sha256": "e257312e6faf339aef14678925aa70e1f53b39efc3fe25201490216ff20a9347" }, "downloads": -1, "filename": "pydosh-1.5.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "f5c9e036f789961911718dea93a0e6e8", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 218528, "upload_time": "2013-04-23T21:42:21", "url": "https://files.pythonhosted.org/packages/4b/e2/34d386eb5cbbcb3eefd9c5fc5b6ce4878f2cd5a3ba8da75c7a2d8738ce47/pydosh-1.5.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "7753a6971f05f3f47ddc96037f0e1e7b", "sha256": "f8f2ee86db9dc652f145fa3686bd9516ba41216750a51c4cbb49fbb627f38592" }, "downloads": -1, "filename": "pydosh-1.5.tar.gz", "has_sig": false, "md5_digest": "7753a6971f05f3f47ddc96037f0e1e7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94014, "upload_time": "2013-04-23T21:42:17", "url": "https://files.pythonhosted.org/packages/fc/a6/50f092dea7ec0a9bdaae45ea8a4dbfa2b32b73467e7fb70646ca1c2df261/pydosh-1.5.tar.gz" }, { "comment_text": "Debian package", "digests": { "md5": "8ae48631fd4fa187ad978ed8c68de709", "sha256": "f8ea6e47887384244f5c2464f8569e31fa8775f730db490910317c4c386b8cb8" }, "downloads": -1, "filename": "pydosh-python_1.5-1_all.deb", "has_sig": false, "md5_digest": "8ae48631fd4fa187ad978ed8c68de709", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 133188, "upload_time": "2013-04-23T22:10:21", "url": "https://files.pythonhosted.org/packages/de/2d/7a49f1ef0ca0310ac2cfb7c68b52aeb474f67ac51e527516c36dadd9215b/pydosh-python_1.5-1_all.deb" } ], "1.6": [ { "comment_text": "built for Linux-3.8.0-19-generic-x86_64-with-glibc2.7", "digests": { "md5": "c0e14954f3648e640130f62733750de4", "sha256": "650b8b361f9905af1af79e0872a183051e48f3e9ed8e615462f0dbfc86580c4f" }, "downloads": -1, "filename": "pydosh-1.6.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "c0e14954f3648e640130f62733750de4", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 221584, "upload_time": "2013-05-09T05:36:35", "url": "https://files.pythonhosted.org/packages/4b/2f/e67b9a103fca46bec20e7f2c6f4aae9585c140896c5ccf3595a85008552a/pydosh-1.6.linux-x86_64.tar.gz" }, { "comment_text": "Debian package", "digests": { "md5": "f1fc1a694fbee879f6ac0626464d1f59", "sha256": "81835ee4a00128172d3f3c1e6537f1fa1ff7f09734c0c716821b84951b36fe83" }, "downloads": -1, "filename": "pydosh-python_1.6-1_all.deb", "has_sig": false, "md5_digest": "f1fc1a694fbee879f6ac0626464d1f59", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 134166, "upload_time": "2013-05-09T06:26:31", "url": "https://files.pythonhosted.org/packages/74/bf/eb25d169be2027f8a35e2f198d2d57601d7c82c8eb8afff36f6e9397efdc/pydosh-python_1.6-1_all.deb" } ], "1.7": [ { "comment_text": "built for Linux-3.8.0-21-generic-x86_64-with-glibc2.7", "digests": { "md5": "84660693ed9553be5508554f96a0861b", "sha256": "49adedd01e4fdcd0af78a5b9d4602f8709b7f2664d09a94c692831afdae4906e" }, "downloads": -1, "filename": "pydosh-1.7.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "84660693ed9553be5508554f96a0861b", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 241237, "upload_time": "2013-05-25T06:30:54", "url": "https://files.pythonhosted.org/packages/20/b0/caca55bf4cb214415ba74eed0b40e0f4f2b5e612fbd3244aa5386793eac0/pydosh-1.7.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "dfa444c6ae7d1616e37479db0734a737", "sha256": "934a4b78ed3bda07a3e7390d2195ac8a6164fe95412dddb28b2809584acd0ee9" }, "downloads": -1, "filename": "pydosh-1.7.tar.gz", "has_sig": false, "md5_digest": "dfa444c6ae7d1616e37479db0734a737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105751, "upload_time": "2013-05-25T06:30:49", "url": "https://files.pythonhosted.org/packages/83/49/abe558972ba022769192ba8f029bc48d79f26a9b5ca2bb93f12d76de3aab/pydosh-1.7.tar.gz" }, { "comment_text": "Debian package", "digests": { "md5": "113e297acdb8722c82dc8c7b89ab1c70", "sha256": "51e781803f29d1fcd2ed410bef402a0e2e397f156e08cd67b488f3ec5b9d7ccd" }, "downloads": -1, "filename": "pydosh-python_1.7-1_all.deb", "has_sig": false, "md5_digest": "113e297acdb8722c82dc8c7b89ab1c70", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 145520, "upload_time": "2013-05-25T06:32:34", "url": "https://files.pythonhosted.org/packages/f1/3a/f5fe126f9c81131bb2ec4ea2105b13dec1ed76ef411ed9a044182bb8a3d1/pydosh-python_1.7-1_all.deb" } ], "1.9": [ { "comment_text": "built for Linux-3.8.0-25-generic-x86_64-with-glibc2.7", "digests": { "md5": "ef6be00abda3062ae321ecae7a5a06ad", "sha256": "b558ab81d2a877cae334f1749d86c517fab70de835a47962ad9d62777149457d" }, "downloads": -1, "filename": "pydosh-1.9.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "ef6be00abda3062ae321ecae7a5a06ad", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 242840, "upload_time": "2013-06-22T11:54:39", "url": "https://files.pythonhosted.org/packages/8d/5d/4858121ec003f8b93cd252f7f7a3aa5bf6e4bddaabaccc77aa7ee07f75ca/pydosh-1.9.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "ce8d092338f4ebceb11a821a91b8819e", "sha256": "f441199aab8e38bb3745b2c06fc2042e12e50bcca6e2ef9407c86a4904188052" }, "downloads": -1, "filename": "pydosh-1.9.tar.gz", "has_sig": false, "md5_digest": "ce8d092338f4ebceb11a821a91b8819e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106390, "upload_time": "2013-06-22T11:54:30", "url": "https://files.pythonhosted.org/packages/50/0b/3a585a6433125105e4567034e05a9911b7a954d7ce3dbb679ce14a8e4cda/pydosh-1.9.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "8a06506272bba01355151ba15d9b2f02", "sha256": "7e90f949bfc7a38c3a2903831384352dcb5f1ffd2b1339a27d3d37ce070f296f" }, "downloads": -1, "filename": "pydosh-2.0.dmg", "has_sig": false, "md5_digest": "8a06506272bba01355151ba15d9b2f02", "packagetype": "bdist_dmg", "python_version": "2.7", "requires_python": null, "size": 12089088, "upload_time": "2013-12-18T15:20:39", "url": "https://files.pythonhosted.org/packages/e5/d9/02a8ab79d5e9b8cf2a88f087be5d92d378991e84f7236ba91ebafcbffc54/pydosh-2.0.dmg" }, { "comment_text": "built for Linux-3.8.0-34-generic-x86_64-with-glibc2.7", "digests": { "md5": "019531b04e97c26063772f1fb77675d2", "sha256": "9114088d1a09c8741a5b730729b9eeebd7afd573db840e1839541b913461cd8b" }, "downloads": -1, "filename": "pydosh-2.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "019531b04e97c26063772f1fb77675d2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 231531, "upload_time": "2013-12-18T15:08:37", "url": "https://files.pythonhosted.org/packages/1b/ee/27afcbc91d0babc90361ba8162a5e843e98ecc5647c3ad332523c7aec24f/pydosh-2.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "3eb69c96fee418565ad174c4e5d886fe", "sha256": "271a534bf8aaccfd00457380ee78367a213fa5cd90c47aef417a05a9295357ea" }, "downloads": -1, "filename": "pydosh-2.0.tar.gz", "has_sig": false, "md5_digest": "3eb69c96fee418565ad174c4e5d886fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98564, "upload_time": "2013-12-18T15:08:33", "url": "https://files.pythonhosted.org/packages/8c/6e/5f544238e94e32bec5e63b89ef8893b07d5ea37ade49bb2a7c3e452814ac/pydosh-2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "986797b6a21a75f2f787922d74877b90", "sha256": "c855628344abfd15a16b307dbd26f41b7a14938800d19cb4dd3a9b3119e80554" }, "downloads": -1, "filename": "pydosh-python_2.0-1_all.deb", "has_sig": false, "md5_digest": "986797b6a21a75f2f787922d74877b90", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 135570, "upload_time": "2013-12-18T15:20:18", "url": "https://files.pythonhosted.org/packages/2e/a4/c7f876f461e3360d424275f060234e99ec341e501069f598816598926ccb/pydosh-python_2.0-1_all.deb" } ], "2.1": [ { "comment_text": "built for Linux-3.12.7-031207-generic-x86_64-with-glibc2.4", "digests": { "md5": "a71d0d63222911a2e3967b702bc619e1", "sha256": "ff54ca8bf2768357fad261cd84aeae3b8be99b133a8700cf9e2f3081dcc495da" }, "downloads": -1, "filename": "pydosh-2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "a71d0d63222911a2e3967b702bc619e1", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 234830, "upload_time": "2014-02-11T20:24:34", "url": "https://files.pythonhosted.org/packages/1e/99/a93c6702138a1a0b1197c7f2a7a0b2ad174537113f8832172d8aec998d5c/pydosh-2.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "98b45fbf775a632f7fc6ec6cb7b06476", "sha256": "a65a20c8bafd9bef1989ecc826af38b7c5afb0bb8a49e3b062e2a0f1ad06d0c3" }, "downloads": -1, "filename": "pydosh-2.1.tar.gz", "has_sig": false, "md5_digest": "98b45fbf775a632f7fc6ec6cb7b06476", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99862, "upload_time": "2014-02-11T20:24:29", "url": "https://files.pythonhosted.org/packages/75/5e/3996a148c06b2b8429936dc09ec04b52388b34b0ba0e733d7b10d0c9c349/pydosh-2.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.12.7-031207-generic-x86_64-with-glibc2.4", "digests": { "md5": "a71d0d63222911a2e3967b702bc619e1", "sha256": "ff54ca8bf2768357fad261cd84aeae3b8be99b133a8700cf9e2f3081dcc495da" }, "downloads": -1, "filename": "pydosh-2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "a71d0d63222911a2e3967b702bc619e1", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 234830, "upload_time": "2014-02-11T20:24:34", "url": "https://files.pythonhosted.org/packages/1e/99/a93c6702138a1a0b1197c7f2a7a0b2ad174537113f8832172d8aec998d5c/pydosh-2.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "98b45fbf775a632f7fc6ec6cb7b06476", "sha256": "a65a20c8bafd9bef1989ecc826af38b7c5afb0bb8a49e3b062e2a0f1ad06d0c3" }, "downloads": -1, "filename": "pydosh-2.1.tar.gz", "has_sig": false, "md5_digest": "98b45fbf775a632f7fc6ec6cb7b06476", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99862, "upload_time": "2014-02-11T20:24:29", "url": "https://files.pythonhosted.org/packages/75/5e/3996a148c06b2b8429936dc09ec04b52388b34b0ba0e733d7b10d0c9c349/pydosh-2.1.tar.gz" } ] }