{ "info": { "author": "HoverHell", "author_email": "hoverhell@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "\nCollection of helpers and useful things for Python\n\npyaux\n=====\n\nPersonal collection of helpers and often-useful snippets for Python\n\nInstall the latest version with\n`pip install -U \"git+https://gitlab.com/hoverhell/pyaux.git#egg=pyaux\"`\n\n\nContains:\n\n* **bubble**: syntactic sugar for super(...)\n* **window**: iterator over a 'window' of N adjacent elements\n* **SmartDict**: attr\u2192item dict subclass (e.g. for `d.key` instead of\n `d['key']`)\n* **DebugPlug**: recursive duck-object for debug and testing\n purposes\n* **repr_call**: convenient syntactically-appropriate representation of\n call arguments (also used in DebugPlug)\n* **fxrange**, **frange**, **dxrange**, **drange**: `xrange()` / `range()`\n equivalents for float (without error accumulation) and Decimal\n* **dict_fget**, **dict_fsetdefault**: versions of `dict.get` and\n `dict.setdefault` with lazy-computation of the default value\n* **interp**, **edi**: two versions (simplified and format-supporting) of\n convenient string interpolation (or simplified templating)\n* **split_list**: simple one-pass splitting of list into two by a condition\n* **use_cdecimal**: forced instance-wide use (by monkey-hack) of `cdecimal`\n instead of `decimal` (for performance)\n* **use_exc_ipdb**: set unhandled exception handler to run `ipdb.pm()`\n* **use_exc_log**: set unhandled exception handler to log (by `logging`) the\n exception and the stack trace including (when possible) the local\n variables.\n* **use_colorer**: monkey-patch `logging` for colored logging\n* **obj2dict**: recursive converter of tree-structure of classes into a\n tree-structure of dicts, e.g. for pretty-printing the result\n* **mk_logging_property**: make a property that debug-logs the value and\n caller info when set\n* Some other things that are too minor to be listed here.\n\nAlso, in separate submodules:\n\n* **psql**: helpers for saving Django ORM objects into an SQL 'COPY'-like\n file and loading it in one SQL command (for high-performance loading of\n large amounts of data into the database)\n* **lzmah**: lzma compress (as function and as an executable file); also\n provides a function `unjsllzma` to stream-read (json) lines from a\n pylzma-compressed file\n* **lzcat**: lzcat for pylzma-specific format (as function and as an\n executale file)\n* **runlib**: various things for runscripts:\n\n * **init_logging**: logging.basicConfig with useful defaults (for\n development runscripts).\n * **sigeventer**: list-based signal handler for SIGINT and SIGTERM (for\n appending handler functions, similarly to `atexit`)\n * **make_manhole**: init a Twisted SSH manhole with set up locals,\n key-based auth, etc.\n\n* **twisted_aux**: use_exc_log-equivalent for twisted (and a helper to\n remove the default logger).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://gitlab.com/hoverhell/pyaux/-/archive/2.8.0/pyaux-2.8.0.tar.bz2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/hoverhell/pyaux", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyaux", "package_url": "https://pypi.org/project/pyaux/", "platform": "", "project_url": "https://pypi.org/project/pyaux/", "project_urls": { "Download": "https://gitlab.com/hoverhell/pyaux/-/archive/2.8.0/pyaux-2.8.0.tar.bz2", "Homepage": "https://gitlab.com/hoverhell/pyaux" }, "release_url": "https://pypi.org/project/pyaux/2.8.0/", "requires_dist": [ "django; extra == 'known'", "Twisted; extra == 'known'", "Cython; extra == 'known'", "pandas; extra == 'known'", "Pygments; extra == 'known'", "pylzma; extra == 'known'", "simplejson; extra == 'known'", "line-profiler; extra == 'known'", "ipython; extra == 'recommended'", "ipdb; extra == 'recommended'", "PyYAML; extra == 'recommended'", "atomicfile; extra == 'recommended'", "cdecimal; extra == 'recommended'", "simplejson; extra == 'recommended'", "requests[ssl]; extra == 'req'", "six; extra == 'req'" ], "requires_python": "", "summary": "pyaux", "version": "2.8.0" }, "last_serial": 5879220, "releases": { "1.10.0": [ { "comment_text": "", "digests": { "md5": "5bb1048edc0ebf9e81971a4be6303e9a", "sha256": "6278ef1f266abd6e6dacd625340a657e20568cf7089f1e94921ff1372c52e1e7" }, "downloads": -1, "filename": "pyaux-1.10.0.tar.gz", "has_sig": false, "md5_digest": "5bb1048edc0ebf9e81971a4be6303e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59576, "upload_time": "2016-02-19T16:03:13", "url": "https://files.pythonhosted.org/packages/f6/24/bbf4b35f7559db2cf6327055c71741c262d30ae0a388c682a12e1c2ff0fa/pyaux-1.10.0.tar.gz" } ], "1.11.0": [ { "comment_text": "", "digests": { "md5": "07be11b6eadd58125a103be659664ebd", "sha256": "2fc74f5e058d422edda0603c68a10230404556670955351afc443f481143d168" }, "downloads": -1, "filename": "pyaux-1.11.0.tar.gz", "has_sig": false, "md5_digest": "07be11b6eadd58125a103be659664ebd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63255, "upload_time": "2016-08-26T10:43:53", "url": "https://files.pythonhosted.org/packages/8c/7c/aba5015a65df85e8aa5d66a08226a46ad382a6a7e75927c9925b28ca517b/pyaux-1.11.0.tar.gz" } ], "1.12.0": [ { "comment_text": "", "digests": { "md5": "6c2e5459c8ff5c1a6f40f0aae48df9f7", "sha256": "b7cc4c80b7f3a48673f9170de65fb73851c8732c3787cf17ac79ae9d65af9c85" }, "downloads": -1, "filename": "pyaux-1.12.0.tar.gz", "has_sig": false, "md5_digest": "6c2e5459c8ff5c1a6f40f0aae48df9f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65108, "upload_time": "2016-09-01T15:35:27", "url": "https://files.pythonhosted.org/packages/49/61/2e7a6957c0c25138465aa57faff79b0d5d24243e2e5d9c8de99d4c82ef79/pyaux-1.12.0.tar.gz" } ], "1.13.0": [ { "comment_text": "", "digests": { "md5": "662db4c03e3e90e07714f986587ce95e", "sha256": "b45b3c38483ddf434957c3584e7c78132c5c304dc5fb627a264502a19de0655e" }, "downloads": -1, "filename": "pyaux-1.13.0.tar.gz", "has_sig": false, "md5_digest": "662db4c03e3e90e07714f986587ce95e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65882, "upload_time": "2016-12-26T10:57:53", "url": "https://files.pythonhosted.org/packages/65/25/0f42f07d32356f54b4849ad6f5354132a399eed60535175087c677b8b120/pyaux-1.13.0.tar.gz" } ], "1.14.0": [ { "comment_text": "", "digests": { "md5": "29d80ca929e504953219ce05652b5bf2", "sha256": "597c35e053fcbe0d5b943ca9c4f5ef02b2caa6b50aad56b00beade93f6bc6a56" }, "downloads": -1, "filename": "pyaux-1.14.0.tar.gz", "has_sig": false, "md5_digest": "29d80ca929e504953219ce05652b5bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69157, "upload_time": "2017-05-25T13:41:50", "url": "https://files.pythonhosted.org/packages/e0/b9/992718d9e47692a4e8eda582f58ba1892be4f129e4fd1c330259a35f81e0/pyaux-1.14.0.tar.gz" } ], "1.15.0": [ { "comment_text": "", "digests": { "md5": "3a9d6a96d8bc2276828600f608cf4c14", "sha256": "ffd337eed458ff06ed1eb5b9c75ed746d1a43a27f0c96b515ae59dd2421e40f9" }, "downloads": -1, "filename": "pyaux-1.15.0.tar.gz", "has_sig": false, "md5_digest": "3a9d6a96d8bc2276828600f608cf4c14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69192, "upload_time": "2017-05-25T16:17:44", "url": "https://files.pythonhosted.org/packages/cc/47/ec3a43df6770c98d3e9bb40caccaa0cd44a001e95315af6dfbded6d21892/pyaux-1.15.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "1d4932f5b4addd334f623f53caf1e3b0", "sha256": "d3de5b570cbd82e5c7ddf48efb5b763ad2a05f120284552ee2e23dcb56c190de" }, "downloads": -1, "filename": "pyaux-1.3.1.tar.gz", "has_sig": false, "md5_digest": "1d4932f5b4addd334f623f53caf1e3b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31976, "upload_time": "2014-12-25T12:02:25", "url": "https://files.pythonhosted.org/packages/5d/6f/25c64243ecd7246ace7eff12cf30208ee13e5625e16fb43e479e433358aa/pyaux-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "eeeb1e2e3e75c2a6992d368bf44a3f72", "sha256": "98af86a1a45334243aed3c85c46e3c29a6e5b8a91ff93b2dd403cacba2d268d5" }, "downloads": -1, "filename": "pyaux-1.3.2.tar.gz", "has_sig": false, "md5_digest": "eeeb1e2e3e75c2a6992d368bf44a3f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32458, "upload_time": "2015-01-28T12:44:21", "url": "https://files.pythonhosted.org/packages/5c/cd/173782f9af8fcce7a07fcd1a1b0f339e4cdadb3452dc9f50fcc0734d5edb/pyaux-1.3.2.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "889855e5356130ee754856aa80d8b366", "sha256": "ed0733e100cb98156b46d5f59dedde83bf9707a1cc61ce50f6fc2df8990a9463" }, "downloads": -1, "filename": "pyaux-1.5.0.tar.gz", "has_sig": false, "md5_digest": "889855e5356130ee754856aa80d8b366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34173, "upload_time": "2015-03-19T11:37:09", "url": "https://files.pythonhosted.org/packages/35/e3/5af3f68e4ec3dd8d94936e2f43438479edc1b311b1e75b7a42e513c05864/pyaux-1.5.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "ce32a1ca5552d1b6644d10ff5fc1b242", "sha256": "fefaa0ec1ec414eac042563dd2ab571ee90393f1bc7d891defaa338e07dec793" }, "downloads": -1, "filename": "pyaux-1.6.0.tar.gz", "has_sig": false, "md5_digest": "ce32a1ca5552d1b6644d10ff5fc1b242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35541, "upload_time": "2015-05-29T12:26:47", "url": "https://files.pythonhosted.org/packages/69/10/9944178eee7073573b445e0b00c2674b0a889410add81dc91ebe2c3a2dee/pyaux-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "bfb74cc8f5a6f0e4a09ec4103b26c25d", "sha256": "b860711ddd4aa7490304aa2a2aeb73e1bc5b70ce9563dda969abd7aa3f29ef14" }, "downloads": -1, "filename": "pyaux-1.7.0.tar.gz", "has_sig": false, "md5_digest": "bfb74cc8f5a6f0e4a09ec4103b26c25d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37211, "upload_time": "2015-06-05T12:39:46", "url": "https://files.pythonhosted.org/packages/52/02/c6a1a52a076c89d4c126dac14402ec441564bbcd1674ad029562fb6af985/pyaux-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "fa361d703be153c31f55cbc2f796a4cb", "sha256": "3e82b2a95920b1043874def499dafc7793ab9866cfd5496d83961785f45875e1" }, "downloads": -1, "filename": "pyaux-1.7.1.tar.gz", "has_sig": false, "md5_digest": "fa361d703be153c31f55cbc2f796a4cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50402, "upload_time": "2015-06-08T10:12:58", "url": "https://files.pythonhosted.org/packages/3b/eb/d063e66a2189edeb86be475f3a81db317a4b3e209d987fa997af883ff219/pyaux-1.7.1.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "83919b24d8e9109be1f0c485686425c9", "sha256": "ff46b5f891a00d3a95bd2911f34146eccf704139b810c33de34d038c64cf6694" }, "downloads": -1, "filename": "pyaux-1.7.2.tar.gz", "has_sig": false, "md5_digest": "83919b24d8e9109be1f0c485686425c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52096, "upload_time": "2015-06-15T10:55:07", "url": "https://files.pythonhosted.org/packages/3d/9a/0749d6c055b3ae2afb4909a40c3d6559e3c46f192dfbfb4952fedd386030/pyaux-1.7.2.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "edd214236b91c29615ba54ef8e31a7e1", "sha256": "c61936aa793324609eb2217ae9f74e428f144e10baa0606f9ab248d00e1d0c23" }, "downloads": -1, "filename": "pyaux-1.8.0.tar.gz", "has_sig": false, "md5_digest": "edd214236b91c29615ba54ef8e31a7e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53069, "upload_time": "2015-11-09T09:55:14", "url": "https://files.pythonhosted.org/packages/83/1e/4924031233b64515200ed0af392286226c591afc50a652751ed0f836b9e1/pyaux-1.8.0.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "f147fc52807bbcc5bce49d8983519dae", "sha256": "21d7338cdc7afcccbcecf7926464b09b715f2114c468eab936d49230d0ff61cc" }, "downloads": -1, "filename": "pyaux-1.9.0.tar.gz", "has_sig": false, "md5_digest": "f147fc52807bbcc5bce49d8983519dae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58605, "upload_time": "2015-11-09T10:34:10", "url": "https://files.pythonhosted.org/packages/0c/c8/4a562f1e9e3f1c3da054fd26f14ab50950749a23e62ac1d8f45964dd964d/pyaux-1.9.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "a544ac7032d63681900eed1f3553c14b", "sha256": "b79555baae8f5d192a9fffb5217aba8728dfb2623f2e22f03be4f21c4abb91e6" }, "downloads": -1, "filename": "pyaux-2.0.0.tar.gz", "has_sig": false, "md5_digest": "a544ac7032d63681900eed1f3553c14b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60234, "upload_time": "2017-10-26T14:30:07", "url": "https://files.pythonhosted.org/packages/68/65/f2058dbf61316d83b5870b19eaacac6a9e9e88ed5354e591eb5df8aa7ab6/pyaux-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "e2ded93ab09e59f528f950e5788c1c9f", "sha256": "eb2c8bf24783be1f60cd5d4c7f4da9ee0c9978e783fc47b7818226316a65b452" }, "downloads": -1, "filename": "pyaux-2.1.0.tar.gz", "has_sig": false, "md5_digest": "e2ded93ab09e59f528f950e5788c1c9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62044, "upload_time": "2017-12-18T15:43:49", "url": "https://files.pythonhosted.org/packages/a9/0e/fb4aa5f445db1a8fb280d8ded8e6adc9aa26face5a05783c8586f6aa7eae/pyaux-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "ef32d5c0bdd4339bca845ce8e9054034", "sha256": "9d8bc344213041149f955e8a25e123c725292194e68da333ff44a0252291a48f" }, "downloads": -1, "filename": "pyaux-2.2.0.tar.gz", "has_sig": false, "md5_digest": "ef32d5c0bdd4339bca845ce8e9054034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60775, "upload_time": "2017-12-20T10:02:45", "url": "https://files.pythonhosted.org/packages/31/f2/1f92c7c7b31f19a1be27fc08238b8fabfe8dd5ed81dbb12289ccaf956ee4/pyaux-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "7b9a0ef0b9894fa1fb6bec2411cb2a2b", "sha256": "6550cc8e868dace3cda3763049833437f460508aa66f4755ae7ba994934c9a67" }, "downloads": -1, "filename": "pyaux-2.3.0.tar.gz", "has_sig": false, "md5_digest": "7b9a0ef0b9894fa1fb6bec2411cb2a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64166, "upload_time": "2018-07-18T12:57:19", "url": "https://files.pythonhosted.org/packages/86/76/9a3f1064f5dbfdc45f2ca29c3f581e203921dbab7229a9034251fc32e874/pyaux-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "0878ef818f51f8692a66bf8a1556edc5", "sha256": "a5f3773f34c5c0c71f681a86ab4a6284f1ec164b08ea88fa5b92df967c712b2f" }, "downloads": -1, "filename": "pyaux-2.3.1.tar.gz", "has_sig": false, "md5_digest": "0878ef818f51f8692a66bf8a1556edc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64645, "upload_time": "2018-10-04T11:22:22", "url": "https://files.pythonhosted.org/packages/d5/6d/e1d496d0147e3c91f044c211c0fa9584c5deb98c6c14d06b629c789b5e18/pyaux-2.3.1.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "f733e423227ca9a6373a8a9f0c068877", "sha256": "400aa076b53b56d0930994641797de712b846ddf4673cb47d9c56acebedd80ae" }, "downloads": -1, "filename": "pyaux-2.4.0.tar.gz", "has_sig": false, "md5_digest": "f733e423227ca9a6373a8a9f0c068877", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66064, "upload_time": "2018-11-26T12:04:46", "url": "https://files.pythonhosted.org/packages/75/1a/c49273f1598d1ea55621e9b954fd9cfc4cdd3502d17b37c0548c1487b48d/pyaux-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "78857f70191d503983031ee06192e21d", "sha256": "8190c23f2dfc737d9102d269b89ccc5e644b61060c6dbade75e5d3121ca3a303" }, "downloads": -1, "filename": "pyaux-2.4.1.tar.gz", "has_sig": false, "md5_digest": "78857f70191d503983031ee06192e21d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66087, "upload_time": "2018-11-26T14:39:16", "url": "https://files.pythonhosted.org/packages/ff/72/8d4d98ed6bf69d2c981606de1ab6ca5bb0f2cca4831969025106147f7282/pyaux-2.4.1.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "67c11332bb18d31ff3516681dcfe0cd7", "sha256": "7d0e688cf624dec649a3501ea26ef234706ef54b35e59b9dce62f31e22bd5470" }, "downloads": -1, "filename": "pyaux-2.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "67c11332bb18d31ff3516681dcfe0cd7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 85149, "upload_time": "2018-12-09T15:02:18", "url": "https://files.pythonhosted.org/packages/1e/7d/b83af600c875718a3d42a76cfab36ab14dae6d05a7a15029005176ca1046/pyaux-2.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aeb03f6b16ced578a0c9ae46a8566172", "sha256": "da321eb5e5a22bcf4101ee3c0e8862a77b34cab239c67eff37cafc029d1d6ad6" }, "downloads": -1, "filename": "pyaux-2.5.0.tar.gz", "has_sig": false, "md5_digest": "aeb03f6b16ced578a0c9ae46a8566172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73113, "upload_time": "2018-12-09T13:37:08", "url": "https://files.pythonhosted.org/packages/ee/4b/94739ee5626fc41f4f3ea04c887dabf9de84446f2c8df72962efcd5f8815/pyaux-2.5.0.tar.gz" } ], "2.6.0": [ { "comment_text": "", "digests": { "md5": "c9ba80f58f552b01b42bcea7aa846517", "sha256": "10b44fb5c473b12a185191aede5dabfa6f58368f8fc000d621cbf73c3559f778" }, "downloads": -1, "filename": "pyaux-2.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c9ba80f58f552b01b42bcea7aa846517", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 92905, "upload_time": "2019-03-01T20:04:05", "url": "https://files.pythonhosted.org/packages/9a/f9/e050b80db9b0c9ca6fb6dcf3ad286437dae534c67a4eeb0168b195f266fd/pyaux-2.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7c1294a6efe1538d9ae05f84d5b2d3b", "sha256": "83e8a982a66528165984ba8262859c7d6e11eab4aea28f4602c479b5e2de89b4" }, "downloads": -1, "filename": "pyaux-2.6.0.tar.gz", "has_sig": false, "md5_digest": "d7c1294a6efe1538d9ae05f84d5b2d3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79375, "upload_time": "2019-03-01T20:04:07", "url": "https://files.pythonhosted.org/packages/69/00/9be2805bad7b89fdc927c4f3b8b190bfbdcff291f6f0e03872341dbfd9f0/pyaux-2.6.0.tar.gz" } ], "2.7.0": [ { "comment_text": "", "digests": { "md5": "50cda7b56d01cbf3008b2fdc0b82ecab", "sha256": "cc3d63bdd3e8791dfedb496d6c1fd5b9dcead337c9acf246fcf74ed8e77dfa37" }, "downloads": -1, "filename": "pyaux-2.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "50cda7b56d01cbf3008b2fdc0b82ecab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 93010, "upload_time": "2019-03-04T12:53:07", "url": "https://files.pythonhosted.org/packages/a9/a1/24b3385a7ace335effd6b02de00513c340469b5a25d1993de0ee40805a01/pyaux-2.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fd64c5ec9316ec192f97a747dd55d65", "sha256": "cd4c0d78637989aa6620b586345f65375343b4353ab58eebf3669f042d0a5880" }, "downloads": -1, "filename": "pyaux-2.7.0.tar.gz", "has_sig": false, "md5_digest": "7fd64c5ec9316ec192f97a747dd55d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79499, "upload_time": "2019-03-04T12:53:09", "url": "https://files.pythonhosted.org/packages/e3/3d/497c1204a4710b0504fb4be898f8c59b806dcfb7372cf602ce84e0eccb96/pyaux-2.7.0.tar.gz" } ], "2.8.0": [ { "comment_text": "", "digests": { "md5": "527aa7ad995cb9383baf55af7105f3b6", "sha256": "2d54869c6e853602e6e08fa696e4ad4cb97eff6c000376d3773564859b48199d" }, "downloads": -1, "filename": "pyaux-2.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "527aa7ad995cb9383baf55af7105f3b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 101358, "upload_time": "2019-09-24T11:50:05", "url": "https://files.pythonhosted.org/packages/dc/20/588ff1df7c46434bbd46e7ab553d7a3bcd1d602fb46b0dff4a71ebfdc25e/pyaux-2.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8268455fd325bd4ebcee23b8595621e7", "sha256": "dc4ec42c0ddb522a400fc95f0d2a7e067173cfc0339a80a7d07122d2ba4b8979" }, "downloads": -1, "filename": "pyaux-2.8.0.tar.gz", "has_sig": false, "md5_digest": "8268455fd325bd4ebcee23b8595621e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86596, "upload_time": "2019-09-24T11:50:07", "url": "https://files.pythonhosted.org/packages/db/3d/ac5cd6c912e7f6efc302e171a8617f0a4e155cca9e98b265f0eb10488445/pyaux-2.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "527aa7ad995cb9383baf55af7105f3b6", "sha256": "2d54869c6e853602e6e08fa696e4ad4cb97eff6c000376d3773564859b48199d" }, "downloads": -1, "filename": "pyaux-2.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "527aa7ad995cb9383baf55af7105f3b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 101358, "upload_time": "2019-09-24T11:50:05", "url": "https://files.pythonhosted.org/packages/dc/20/588ff1df7c46434bbd46e7ab553d7a3bcd1d602fb46b0dff4a71ebfdc25e/pyaux-2.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8268455fd325bd4ebcee23b8595621e7", "sha256": "dc4ec42c0ddb522a400fc95f0d2a7e067173cfc0339a80a7d07122d2ba4b8979" }, "downloads": -1, "filename": "pyaux-2.8.0.tar.gz", "has_sig": false, "md5_digest": "8268455fd325bd4ebcee23b8595621e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86596, "upload_time": "2019-09-24T11:50:07", "url": "https://files.pythonhosted.org/packages/db/3d/ac5cd6c912e7f6efc302e171a8617f0a4e155cca9e98b265f0eb10488445/pyaux-2.8.0.tar.gz" } ] }