{ "info": { "author": "Riccardo Metere", "author_email": "rick@metere.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: System", "Topic :: Utilities" ], "description": "FlyingCircus\n============\n\n**FlyingCircus** - Everything you always wanted to have in Python.\\*\n\n(\\*But were afraid to write)\n\n.. code::\n\n _____ _ _ ____ _\n | ___| |_ _(_)_ __ __ _ / ___(_)_ __ ___ _ _ ___\n | |_ | | | | | | '_ \\ / _` | | | | '__/ __| | | / __|\n | _| | | |_| | | | | | (_| | |___| | | | (__| |_| \\__ \\\n |_| |_|\\__, |_|_| |_|\\__, |\\____|_|_| \\___|\\__,_|___/\n |___/ |___/\n\n\nOverview\n--------\n\nThis software provides a library of miscellaneous utilities / recipes for\ngeneric computations with Python.\nIt is relatively easy to extend and users are encouraged to tweak with it.\n\nMost of the code is used in a number of projects where it is tested\nagainst real-life scenarios.\n\nAll the code is tested against the examples in the documentation\n(using `doctest `__).\n\nThe code has reached a reasonable level of maturity.\nHowever, until it gets a wider adoption, some of the library components may\nundergo some refactoring in the process of improving the code.\nChanges will appear in the ``CHANGELOG.rst``.\nPlease file a bug report if you detect an undocumented refactoring.\n\nReleases information are available through ``NEWS.rst``.\n\nFor a more comprehensive list of changes see ``CHANGELOG.rst`` (automatically\ngenerated from the version control system).\n\n\nFeatures\n--------\n\nThe package contains a number of generic functions like\n\n- ``multi_replace()``: performs multiple replacements in a string.\n- ``flatten()``: recursively flattens nested iterables, e.g.\n list of list of tuples to flat list).\n- ``uniques()``: extract unique items from an iterable while\n keeping the order of appearance.\n\netc.\n\nThese are meant to run both in Python 3 and in PyPy.\nFor this reason, dependencies to external modules are kept to a minimum.\netc.\n\n\nInstallation\n------------\n\nThe recommended way of installing the software is through\n`PyPI `__:\n\n.. code:: bash\n\n $ pip install flyingcircus\n\nAlternatively, you can clone the source repository from\n`GitHub `__:\n\n.. code:: bash\n\n $ git clone git@github.com:norok2/flyingcircus.git\n $ cd flyingcircus\n $ pip install -e .\n\nFor more details see also ``INSTALL.rst``.\n\n\nLicense\n-------\n\nThis work is licensed through the terms and conditions of the\n`GPLv3+ `__ See the\naccompanying ``LICENSE.rst`` for more details.\n\n\nAcknowledgements\n----------------\n\nFor a complete list of authors please see ``AUTHORS.rst``.\n\nPeople who have influenced this work are acknowledged in ``THANKS.rst``.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/norok2/flyingcircus", "keywords": "utils,misc,iterators,metaprogramming,science,mathematics,math,physics,format", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "flyingcircus", "package_url": "https://pypi.org/project/flyingcircus/", "platform": "", "project_url": "https://pypi.org/project/flyingcircus/", "project_urls": { "Homepage": "https://github.com/norok2/flyingcircus" }, "release_url": "https://pypi.org/project/flyingcircus/0.1.4.0/", "requires_dist": [ "appdirs", "blessed", "setuptools", "setuptools-scm" ], "requires_python": "", "summary": "Everything you always wanted to have in Python.*", "version": "0.1.4.0", "yanked": false, "yanked_reason": null }, "last_serial": 10425616, "releases": { "0.0.0.0": [ { "comment_text": "", "digests": { "md5": "5302f772909581c6b9f8985ca8545cc9", "sha256": "6ad240c104707047f5ebf95d03666edc73d3b6c24317c2cb12b891107c875397" }, "downloads": -1, "filename": "flyingcircus-0.0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5302f772909581c6b9f8985ca8545cc9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55185, "upload_time": "2018-07-23T14:33:05", "upload_time_iso_8601": "2018-07-23T14:33:05.132837Z", "url": "https://files.pythonhosted.org/packages/d3/f3/3eef124c3b8b49ae256d8f645ddb27c2d8c00e8d9e3ce24c859dc7a8b335/flyingcircus-0.0.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.0.2": [ { "comment_text": "", "digests": { "md5": "0b96f895a774b9c57e78f6247f392446", "sha256": "8f52ef1133e329f820e5ee6fe1a860e8a29f33a2318632973dc0d7410c501e77" }, "downloads": -1, "filename": "flyingcircus-0.0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b96f895a774b9c57e78f6247f392446", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 110870, "upload_time": "2018-07-25T14:55:10", "upload_time_iso_8601": "2018-07-25T14:55:10.867170Z", "url": "https://files.pythonhosted.org/packages/ab/8d/041a32a8514b8e299190779b23ff97fe25bc0ae7d75b58330224b3c1c471/flyingcircus-0.0.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.0.3": [ { "comment_text": "", "digests": { "md5": "b01e3923067abfc76bc4902cde6afaba", "sha256": "2b21e113d8023e9a767322391c0a310a82f7a67f2412a4802b19b362b063b705" }, "downloads": -1, "filename": "flyingcircus-0.0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b01e3923067abfc76bc4902cde6afaba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 110868, "upload_time": "2018-07-25T15:05:10", "upload_time_iso_8601": "2018-07-25T15:05:10.178086Z", "url": "https://files.pythonhosted.org/packages/f4/6f/b21dcfccd97be24f11ed8487810c4ac283e08e4c4728ae23df6f62ee6276/flyingcircus-0.0.0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.0.4": [ { "comment_text": "", "digests": { "md5": "9313222c9ae9f38a44a425005c1e69ea", "sha256": "3058e16129f204844aff278d5a927d46b07cb323f27f1163f4b9456517188ffb" }, "downloads": -1, "filename": "flyingcircus-0.0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9313222c9ae9f38a44a425005c1e69ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 79157, "upload_time": "2018-08-09T15:23:10", "upload_time_iso_8601": "2018-08-09T15:23:10.260927Z", "url": "https://files.pythonhosted.org/packages/a6/37/cbfd24eecbf00b1e6008cd00c98205f61f9510916970a58ec6c228cd2d10/flyingcircus-0.0.0.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.0.5": [ { "comment_text": "", "digests": { "md5": "8c72859eb89de7d76dbb280e46031f23", "sha256": "7e8aeb3cba12e45a5f88d231eadd4dc5775c24beabd2687a52d836f47be3afed" }, "downloads": -1, "filename": "flyingcircus-0.0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c72859eb89de7d76dbb280e46031f23", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 79153, "upload_time": "2018-08-09T15:28:28", "upload_time_iso_8601": "2018-08-09T15:28:28.376000Z", "url": "https://files.pythonhosted.org/packages/30/35/be4b46a70513985feae7dc919dac9be12afd60df37f2f576763b45719906/flyingcircus-0.0.0.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.0": [ { "comment_text": "", "digests": { "md5": "96eafbb19f8c17f9a89f20cb9391716c", "sha256": "61fbaec512f7526256095a8466a354de1c8be1dcad65fa80049fe1c059b3f626" }, "downloads": -1, "filename": "flyingcircus-0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96eafbb19f8c17f9a89f20cb9391716c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 178866, "upload_time": "2019-06-12T15:43:43", "upload_time_iso_8601": "2019-06-12T15:43:43.041920Z", "url": "https://files.pythonhosted.org/packages/95/58/d0c5e2b7b523a589dd66d8f158939497151fafae7be37b5df13deef3320d/flyingcircus-0.1.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.1": [ { "comment_text": "", "digests": { "md5": "8a55c01944f775d91e39eab9f0bbe9b4", "sha256": "4e0c79ccaee0fe502273dffede3dc4160ac358d940f306469322757ef982f5f0" }, "downloads": -1, "filename": "flyingcircus-0.1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a55c01944f775d91e39eab9f0bbe9b4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 195123, "upload_time": "2019-07-09T17:46:58", "upload_time_iso_8601": "2019-07-09T17:46:58.508543Z", "url": "https://files.pythonhosted.org/packages/b8/7f/d19bcadab6dab46728ceab50a74a35ff4177fb3b841bbeae39a12cffe8e7/flyingcircus-0.1.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.10": [ { "comment_text": "", "digests": { "md5": "253d4beb44b81a7877ae857bb06b3fcd", "sha256": "d3fe9e370dfe59c71b0dc3fb4d062e881d794f1190d18a93bf315582076b8c2c" }, "downloads": -1, "filename": "flyingcircus-0.1.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "253d4beb44b81a7877ae857bb06b3fcd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 189361, "upload_time": "2019-07-25T20:32:01", "upload_time_iso_8601": "2019-07-25T20:32:01.185795Z", "url": "https://files.pythonhosted.org/packages/26/e0/90c396797a098050dbcff6e5aca112269073e27ceec144d1f4b27efbd3ae/flyingcircus-0.1.0.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.11": [ { "comment_text": "", "digests": { "md5": "498af1168c9abc68f9a6f3ea84f09354", "sha256": "24bde8c146a980c259b5d9ac421a4679e853a19362327449f16c18d14f7a1f0e" }, "downloads": -1, "filename": "flyingcircus-0.1.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "498af1168c9abc68f9a6f3ea84f09354", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 201690, "upload_time": "2019-07-26T17:42:12", "upload_time_iso_8601": "2019-07-26T17:42:12.168849Z", "url": "https://files.pythonhosted.org/packages/48/6d/ef7c70bd7bd47afe3c4991af094d846d940a3d2986969406292ce1372c6b/flyingcircus-0.1.0.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.12": [ { "comment_text": "", "digests": { "md5": "858e6ed8ab0ac1f8b393bc1f47ba9d4d", "sha256": "26b45d59dc1f51c09bee3bd4e0db8a7e889403ac8a371775ce658bfabf488c71" }, "downloads": -1, "filename": "flyingcircus-0.1.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "858e6ed8ab0ac1f8b393bc1f47ba9d4d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 191962, "upload_time": "2019-07-27T16:40:00", "upload_time_iso_8601": "2019-07-27T16:40:00.900235Z", "url": "https://files.pythonhosted.org/packages/a0/ed/eff3bf397d0d7abaab821e9ca80feef6031b7ad1acff78ec3149d3e04b11/flyingcircus-0.1.0.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.13": [ { "comment_text": "", "digests": { "md5": "8d4b050282a81eed0b835a66b457a422", "sha256": "ee91510f4e96792f029fe9344fdea3b23be6ccc01d95e242322ced9dbb07ab55" }, "downloads": -1, "filename": "flyingcircus-0.1.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d4b050282a81eed0b835a66b457a422", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 191984, "upload_time": "2019-07-27T18:57:10", "upload_time_iso_8601": "2019-07-27T18:57:10.519895Z", "url": "https://files.pythonhosted.org/packages/f0/81/fdcead5d75bd8a893d7b3d18a9d9fa495db1f00ac7bcfb971be1598085c0/flyingcircus-0.1.0.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.14": [ { "comment_text": "", "digests": { "md5": "5d3532ab8d80c0f98c8a04de3ce27692", "sha256": "9d9319648be63955d8d46229cf2745a7dca4ad29921ee1d0b028c89c9d67a458" }, "downloads": -1, "filename": "flyingcircus-0.1.0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5d3532ab8d80c0f98c8a04de3ce27692", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 203765, "upload_time": "2019-08-02T10:51:12", "upload_time_iso_8601": "2019-08-02T10:51:12.305927Z", "url": "https://files.pythonhosted.org/packages/59/4e/415d1c627faf8a38e5175f9ad7a752c25ea80d216679d4ab67d55d358b1a/flyingcircus-0.1.0.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.15": [ { "comment_text": "", "digests": { "md5": "1db77c0a335f91d2d190a08a25486592", "sha256": "967390e478c79fea515768efca1f31619f7a193ac06f3dfe74309d519b1cab38" }, "downloads": -1, "filename": "flyingcircus-0.1.0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1db77c0a335f91d2d190a08a25486592", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 214053, "upload_time": "2019-08-22T07:39:32", "upload_time_iso_8601": "2019-08-22T07:39:32.086290Z", "url": "https://files.pythonhosted.org/packages/96/c1/abcf31fd12643fa87d044786c8c238cd1179c045d9af179b014674471e78/flyingcircus-0.1.0.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.16": [ { "comment_text": "", "digests": { "md5": "6aa3dc3528f58bb6ef67cc44bf1c4803", "sha256": "66a526f8689e06f842bac965efbd75e3e9fb46ae495195193a543c1674867854" }, "downloads": -1, "filename": "flyingcircus-0.1.0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6aa3dc3528f58bb6ef67cc44bf1c4803", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 214817, "upload_time": "2019-08-22T10:19:42", "upload_time_iso_8601": "2019-08-22T10:19:42.122190Z", "url": "https://files.pythonhosted.org/packages/f6/3a/bbd696a5b3477496b21287ac15839db09a690a43a0d757ebfc3e6bb0a560/flyingcircus-0.1.0.16-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.17": [ { "comment_text": "", "digests": { "md5": "9da673bf48175ef7828af5ccf647f1bc", "sha256": "c7b864fdc5944477eff86ec0e0a873ed2eb22dcba97174b2f65713ee3513594c" }, "downloads": -1, "filename": "flyingcircus-0.1.0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9da673bf48175ef7828af5ccf647f1bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 216025, "upload_time": "2019-08-22T14:55:53", "upload_time_iso_8601": "2019-08-22T14:55:53.869160Z", "url": "https://files.pythonhosted.org/packages/53/99/799afe08b5d45051e7ebc0d1df7e30492dca901c29891d54cba8a1d73ac6/flyingcircus-0.1.0.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.18": [ { "comment_text": "", "digests": { "md5": "ca352b6fa19caaff5603be9f58bf08e0", "sha256": "9661875da706b6df95429f529bbec78da7ee4b768938cf1cf79a0ee9001e2966" }, "downloads": -1, "filename": "flyingcircus-0.1.0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca352b6fa19caaff5603be9f58bf08e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 208638, "upload_time": "2019-09-19T20:42:49", "upload_time_iso_8601": "2019-09-19T20:42:49.319213Z", "url": "https://files.pythonhosted.org/packages/da/24/1ca0ce312aa80e066edd8b34c96f23d13ecd9e8955594c7ee9e7073f5626/flyingcircus-0.1.0.18-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.19": [ { "comment_text": "", "digests": { "md5": "1972851d6a822e4931f3363ad981e437", "sha256": "bbdb762f25b05edad7c5bc788268ea7968376eaa3ef97143037e558885b5ae30" }, "downloads": -1, "filename": "flyingcircus-0.1.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1972851d6a822e4931f3363ad981e437", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 208751, "upload_time": "2019-09-23T11:16:00", "upload_time_iso_8601": "2019-09-23T11:16:00.363293Z", "url": "https://files.pythonhosted.org/packages/da/69/dc73769864269d8abe0529e020dd41d502ec26574816d71f18a400279dd4/flyingcircus-0.1.0.19-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.2": [ { "comment_text": "", "digests": { "md5": "12e033d8ef28dd0a7e3dfc934fc62c22", "sha256": "a22114ba0fe8ef4e500a4587b245eb891a61dfb106f3bb40638b1a707a2dc305" }, "downloads": -1, "filename": "flyingcircus-0.1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12e033d8ef28dd0a7e3dfc934fc62c22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 195166, "upload_time": "2019-07-11T13:27:35", "upload_time_iso_8601": "2019-07-11T13:27:35.147178Z", "url": "https://files.pythonhosted.org/packages/d2/54/ad1aabba5a6f605a4c8ee1bbd195d7a26672107f07bf41a7ad7ce5566975/flyingcircus-0.1.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.20": [ { "comment_text": "", "digests": { "md5": "0e32757cb30c9ec303f25f0bc7f56446", "sha256": "4b88078ee9ab703b486131149792a67575aa031ae40422f3fd1ba768bd20d1c0" }, "downloads": -1, "filename": "flyingcircus-0.1.0.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e32757cb30c9ec303f25f0bc7f56446", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 209756, "upload_time": "2019-09-23T20:18:33", "upload_time_iso_8601": "2019-09-23T20:18:33.446547Z", "url": "https://files.pythonhosted.org/packages/0b/11/fd2a0941089073794128c2e596b8aeecd58bb5c5bf8089ee1b6497a8afc7/flyingcircus-0.1.0.20-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.21": [ { "comment_text": "", "digests": { "md5": "8fa9d3769d77a50ed99cf986eec02ff4", "sha256": "5b8466692a12c71c5d4b52d2ec4df01ca3b4fb6bdf50e9815e4ac10a2a438161" }, "downloads": -1, "filename": "flyingcircus-0.1.0.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8fa9d3769d77a50ed99cf986eec02ff4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 213461, "upload_time": "2019-09-24T19:36:30", "upload_time_iso_8601": "2019-09-24T19:36:30.450391Z", "url": "https://files.pythonhosted.org/packages/ce/2f/bef5addefc8ae188e55cc3de4a83b5dcf51a25ac8ff2679f8877a925cc9e/flyingcircus-0.1.0.21-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.22": [ { "comment_text": "", "digests": { "md5": "c21eae5e7360a7b1420abc428f8f49f0", "sha256": "08567334f6cd47a65fc1bdcd935c95d4a196ac34db0045654285adde6c3aff2a" }, "downloads": -1, "filename": "flyingcircus-0.1.0.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c21eae5e7360a7b1420abc428f8f49f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 213688, "upload_time": "2019-09-26T16:08:44", "upload_time_iso_8601": "2019-09-26T16:08:44.894829Z", "url": "https://files.pythonhosted.org/packages/c1/3c/2773986dc490dda82fb5bb3cf11e71ad45f7a8a50f1a888c685ff0360abe/flyingcircus-0.1.0.22-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.23": [ { "comment_text": "", "digests": { "md5": "b7e9b7258c80cd986f3c14f254c38b4b", "sha256": "e9c044071bbd457040c78734c1ecb1716c71905c74a6ee2247ef7ecdee271626" }, "downloads": -1, "filename": "flyingcircus-0.1.0.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7e9b7258c80cd986f3c14f254c38b4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 214892, "upload_time": "2019-09-27T16:41:13", "upload_time_iso_8601": "2019-09-27T16:41:13.882825Z", "url": "https://files.pythonhosted.org/packages/1a/7e/4467ed4adc4943024e7bec114911018ccc90c8187b0c4965a5f53ffdefc8/flyingcircus-0.1.0.23-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.24": [ { "comment_text": "", "digests": { "md5": "f9a30c88fa2c0575dd345b0f5e390e30", "sha256": "185aa64d283c94e1e72b4a908b2d6fefc5f4cb394e3dd16c4c7bac0fe28d9cde" }, "downloads": -1, "filename": "flyingcircus-0.1.0.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9a30c88fa2c0575dd345b0f5e390e30", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 214892, "upload_time": "2019-09-30T15:11:27", "upload_time_iso_8601": "2019-09-30T15:11:27.517901Z", "url": "https://files.pythonhosted.org/packages/8f/9c/5017a0d46aa17373d66ff4461eac765f68d24a83edda993daeee33b5119c/flyingcircus-0.1.0.24-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.25": [ { "comment_text": "", "digests": { "md5": "f2f48db7834a38aefdcf328e95be1be4", "sha256": "2bdf4416e9d1a2a5e31e0b916f6b6d50661f05a881121fe19cb30838db42e5f0" }, "downloads": -1, "filename": "flyingcircus-0.1.0.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2f48db7834a38aefdcf328e95be1be4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 217042, "upload_time": "2019-10-11T14:14:54", "upload_time_iso_8601": "2019-10-11T14:14:54.230969Z", "url": "https://files.pythonhosted.org/packages/26/e9/99c713b1760bda9478f6b5b2d616eb1361adeafea9a1233e0cb36f6ab7ba/flyingcircus-0.1.0.25-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.26": [ { "comment_text": "", "digests": { "md5": "cd25f23a0972b727a087fd2933e81aab", "sha256": "d63eb23617c2eccd3ad2bb2e5297ce258ded1bf9114440ec941d724a618e5627" }, "downloads": -1, "filename": "flyingcircus-0.1.0.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd25f23a0972b727a087fd2933e81aab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 217457, "upload_time": "2019-10-11T19:00:37", "upload_time_iso_8601": "2019-10-11T19:00:37.845159Z", "url": "https://files.pythonhosted.org/packages/b4/82/005ee4816a76843b36c4c074c5812ebbb039722dfb126ddaae6c002f573c/flyingcircus-0.1.0.26-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.27": [ { "comment_text": "", "digests": { "md5": "f13bffe60b2d3d1615acf5a86f242e06", "sha256": "5281a9cb4b98d34e5f4a2d906ce73a482f5415bb56ebe208cd1db567d486ed5a" }, "downloads": -1, "filename": "flyingcircus-0.1.0.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f13bffe60b2d3d1615acf5a86f242e06", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 228013, "upload_time": "2019-10-15T09:41:54", "upload_time_iso_8601": "2019-10-15T09:41:54.988302Z", "url": "https://files.pythonhosted.org/packages/82/82/706d584685acc62a56e9294f781ab861f5c6659bf4074aaca78d38d25bad/flyingcircus-0.1.0.27-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.28": [ { "comment_text": "", "digests": { "md5": "322faafee9d9f957e2cfa5b8463f7cec", "sha256": "62322ad6d644206d0eb51855aea7032e0bbd5ddad954e32fa687509fbe10ea71" }, "downloads": -1, "filename": "flyingcircus-0.1.0.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "322faafee9d9f957e2cfa5b8463f7cec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 218484, "upload_time": "2019-10-22T17:58:05", "upload_time_iso_8601": "2019-10-22T17:58:05.171874Z", "url": "https://files.pythonhosted.org/packages/08/9d/1f2f40912f36ad2d9e8d12df944fa169c36a4367d03421280237a0a2d576/flyingcircus-0.1.0.28-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.29": [ { "comment_text": "", "digests": { "md5": "829f0fb6f52108af578ea22d0285d89d", "sha256": "48b8270325ee7c95f980795042e7e6bb2aa96399e4b9e46d0b0bb91ba62fc51c" }, "downloads": -1, "filename": "flyingcircus-0.1.0.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "829f0fb6f52108af578ea22d0285d89d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 220219, "upload_time": "2019-10-25T18:27:50", "upload_time_iso_8601": "2019-10-25T18:27:50.516635Z", "url": "https://files.pythonhosted.org/packages/a3/6b/02ae6c7734629ef08ff8ee49f314c56b3a97aec6e44b7a6aa2577915110d/flyingcircus-0.1.0.29-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.3": [ { "comment_text": "", "digests": { "md5": "db38a3ab0cd27ef8b04ed886dcb32329", "sha256": "e0fcee1e2565bdfd6b0f5dbe1c176eee96ad50979802dd9805726495c966860c" }, "downloads": -1, "filename": "flyingcircus-0.1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "db38a3ab0cd27ef8b04ed886dcb32329", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 196617, "upload_time": "2019-07-12T13:35:31", "upload_time_iso_8601": "2019-07-12T13:35:31.725366Z", "url": "https://files.pythonhosted.org/packages/13/8c/c4be433f2b3de6c82dee05a0fc423a468c3423cd98f57978987530c29efd/flyingcircus-0.1.0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.30": [ { "comment_text": "", "digests": { "md5": "c95057d799e3c7cb041a72a854ae3545", "sha256": "727c328e7f541563457410372a5aaf1fd341c0ef985e5e8eba1d22b5cbf2c45c" }, "downloads": -1, "filename": "flyingcircus-0.1.0.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c95057d799e3c7cb041a72a854ae3545", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 220209, "upload_time": "2019-10-28T12:12:24", "upload_time_iso_8601": "2019-10-28T12:12:24.448098Z", "url": "https://files.pythonhosted.org/packages/a5/49/3261145970716db7222493d5bac686138b3b8c51be8f6ccf82a52d369b3c/flyingcircus-0.1.0.30-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.31": [ { "comment_text": "", "digests": { "md5": "ad4726546f7c9ed67bae47d930c18c1f", "sha256": "c9d0bddf081252da0ebe06286a96ed5def862802c27b37e2af04fd7e9963970a" }, "downloads": -1, "filename": "flyingcircus-0.1.0.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad4726546f7c9ed67bae47d930c18c1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 220640, "upload_time": "2019-10-28T15:21:53", "upload_time_iso_8601": "2019-10-28T15:21:53.525863Z", "url": "https://files.pythonhosted.org/packages/b0/ac/22992af282cff792a35f21e0c160b72a62bd3a2a3bd0399b143538b7738b/flyingcircus-0.1.0.31-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.32": [ { "comment_text": "", "digests": { "md5": "faa63b5337c53425a8d49c44f3f26155", "sha256": "907c41c4e9ca9493bc556897c5e4b11cfba2565f79070f3e3d6900df37f35eb6" }, "downloads": -1, "filename": "flyingcircus-0.1.0.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "faa63b5337c53425a8d49c44f3f26155", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162197, "upload_time": "2019-12-10T23:57:19", "upload_time_iso_8601": "2019-12-10T23:57:19.707899Z", "url": "https://files.pythonhosted.org/packages/00/fa/1ffa8ab41ba60c959e82c3a01604b1e9d4533958dbc3402eec52ade2fb42/flyingcircus-0.1.0.32-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.4": [ { "comment_text": "", "digests": { "md5": "e82bdaf3405ca70961cce9311c4d36ae", "sha256": "fd7745315be0bea39462f6ad14542c78d02f6fe33ae2dcee6bec40a0fc016439" }, "downloads": -1, "filename": "flyingcircus-0.1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e82bdaf3405ca70961cce9311c4d36ae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 196648, "upload_time": "2019-07-12T13:59:09", "upload_time_iso_8601": "2019-07-12T13:59:09.323129Z", "url": "https://files.pythonhosted.org/packages/9b/9d/bd1e036a662a9a5c0b488cdacdf8fd1786c0eda9f164272466c322607bb7/flyingcircus-0.1.0.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.5": [ { "comment_text": "", "digests": { "md5": "464568db7c628de60bc8d0a99bcdacc9", "sha256": "638b93b194f244468583251f36307f9fe10d0e6477a21efdb4dbe367f9e400f0" }, "downloads": -1, "filename": "flyingcircus-0.1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "464568db7c628de60bc8d0a99bcdacc9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 135323, "upload_time": "2019-07-19T22:37:25", "upload_time_iso_8601": "2019-07-19T22:37:25.006056Z", "url": "https://files.pythonhosted.org/packages/52/a9/022daec44abf199270ed224c4f1738552a72297a2883d01268ea36dd1023/flyingcircus-0.1.0.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.6": [ { "comment_text": "", "digests": { "md5": "172d7658b3ae881b76a525c76e900630", "sha256": "f12712267e5433459d45de1c5b3925279f1379955e04c2b2af2438e27ba952ce" }, "downloads": -1, "filename": "flyingcircus-0.1.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "172d7658b3ae881b76a525c76e900630", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126107, "upload_time": "2019-07-20T00:04:14", "upload_time_iso_8601": "2019-07-20T00:04:14.882253Z", "url": "https://files.pythonhosted.org/packages/17/6f/c5994247c70d093a9b86c3849c080c2021c198debf6e40cc7d65443f2374/flyingcircus-0.1.0.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.7": [ { "comment_text": "", "digests": { "md5": "ee453f049211510443c894d0d1db40d6", "sha256": "7d34e676064ca34a6ad74dcaa6fdc2bef5b81cd62ceb9b0fd8e7a2a583c7cb2f" }, "downloads": -1, "filename": "flyingcircus-0.1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee453f049211510443c894d0d1db40d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126259, "upload_time": "2019-07-20T13:01:56", "upload_time_iso_8601": "2019-07-20T13:01:56.723247Z", "url": "https://files.pythonhosted.org/packages/64/aa/b1827d374699cd85779551ff62acba5089c3a1f25b56365236918ebcfd9c/flyingcircus-0.1.0.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.8": [ { "comment_text": "", "digests": { "md5": "95e91461b2eac430fbf5b5738308e99f", "sha256": "1c8d0a7dc26e494c0043f97517863a06a65abb1d487b8a4e6267edf4ef4f99c0" }, "downloads": -1, "filename": "flyingcircus-0.1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95e91461b2eac430fbf5b5738308e99f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126378, "upload_time": "2019-07-21T23:05:10", "upload_time_iso_8601": "2019-07-21T23:05:10.067111Z", "url": "https://files.pythonhosted.org/packages/34/a1/1787bc3e364fda7e2e0226a7cf2eee432f847f5b83dcb1c72b292206f3cb/flyingcircus-0.1.0.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0.9": [ { "comment_text": "", "digests": { "md5": "d3ec0ecca597a3ccd146b04f26391e75", "sha256": "f291a097bcdbf598bceea2a37815663ac5daa3959bd5f544b01056efd363cce3" }, "downloads": -1, "filename": "flyingcircus-0.1.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d3ec0ecca597a3ccd146b04f26391e75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 188919, "upload_time": "2019-07-23T15:14:19", "upload_time_iso_8601": "2019-07-23T15:14:19.466142Z", "url": "https://files.pythonhosted.org/packages/46/77/624e3ea9655bb1b52bd747bb1f0b510d70c6543be095a79b2fbd6c51c056/flyingcircus-0.1.0.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f8222909649d1c5c0b69efeb267aab42", "sha256": "c60b6c7b6f0e6bb0047e14cfaaf4d37fbc2d9cf9314d8cdb849539658d2dfd01" }, "downloads": -1, "filename": "flyingcircus-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8222909649d1c5c0b69efeb267aab42", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161265, "upload_time": "2020-04-11T14:10:27", "upload_time_iso_8601": "2020-04-11T14:10:27.467821Z", "url": "https://files.pythonhosted.org/packages/62/24/89225255ce48fc6168049016dd3fe46efda6365d472269d455ee1c5e5a93/flyingcircus-0.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1.1": [ { "comment_text": "", "digests": { "md5": "b3cc2790c026b7c13cd058e3c4a5a1a7", "sha256": "811906afd8177a0bad1f200be3150df7aab9b329efb8f1ea850200c6339dfa0e" }, "downloads": -1, "filename": "flyingcircus-0.1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3cc2790c026b7c13cd058e3c4a5a1a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161290, "upload_time": "2020-04-11T14:17:13", "upload_time_iso_8601": "2020-04-11T14:17:13.842604Z", "url": "https://files.pythonhosted.org/packages/6e/82/7edc9c26736ce73eace5333a38bc06b435ef79f47687e6624295a9bf803e/flyingcircus-0.1.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1.2": [ { "comment_text": "", "digests": { "md5": "0fc2a6f12fd60d2ae98616540ac2b8b2", "sha256": "d17bbee6743b05333046d767d3d1cecbef4bfb5104cecd903611ca0687441320" }, "downloads": -1, "filename": "flyingcircus-0.1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fc2a6f12fd60d2ae98616540ac2b8b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161280, "upload_time": "2020-04-11T15:54:48", "upload_time_iso_8601": "2020-04-11T15:54:48.895689Z", "url": "https://files.pythonhosted.org/packages/ec/a6/cdfd70f2116d406b617d373384b7b7278f423a26ea78f855a06ab93f4394/flyingcircus-0.1.1.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1.3": [ { "comment_text": "", "digests": { "md5": "0b5298709a5f4c135d153d2edc3af4ce", "sha256": "548664e6a219b371000f66c023b3efceec2da9c573180e64b13e453796a9464d" }, "downloads": -1, "filename": "flyingcircus-0.1.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b5298709a5f4c135d153d2edc3af4ce", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 164062, "upload_time": "2020-04-26T00:18:54", "upload_time_iso_8601": "2020-04-26T00:18:54.568926Z", "url": "https://files.pythonhosted.org/packages/06/3f/60315eded72b7f64c17c3e362431438c261f2f5cb4ad4f861eb5b3709981/flyingcircus-0.1.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.2.0": [ { "comment_text": "", "digests": { "md5": "6dcfb4150705c405f4782ffa7546a02f", "sha256": "fc536b1226cfed7b9df1ad802190e78d1d46bda272e985b78264d2a1b5314ac3" }, "downloads": -1, "filename": "flyingcircus-0.1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6dcfb4150705c405f4782ffa7546a02f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 164692, "upload_time": "2020-04-26T20:28:21", "upload_time_iso_8601": "2020-04-26T20:28:21.461421Z", "url": "https://files.pythonhosted.org/packages/c4/c8/a92481133a3c222dbaaa9c1a520f13d59085b5c6c00e4b89d25e5c67f9e0/flyingcircus-0.1.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.2.1": [ { "comment_text": "", "digests": { "md5": "c0e8ce545d44eadfbf46f49d3e970f90", "sha256": "c6c3724e271ea03a7118b0cb6ceca461e922a418a81869bf2c3ee857f2d2a1ff" }, "downloads": -1, "filename": "flyingcircus-0.1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0e8ce545d44eadfbf46f49d3e970f90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 165505, "upload_time": "2020-04-28T21:27:40", "upload_time_iso_8601": "2020-04-28T21:27:40.181894Z", "url": "https://files.pythonhosted.org/packages/cd/32/023ac2d05745233afb92da05c8d4862df90843ec60c9fa537df93bb7b05b/flyingcircus-0.1.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.2.2": [ { "comment_text": "", "digests": { "md5": "b755dbe511165dcc786dd37bcf7a005d", "sha256": "8bb379cac577a6e7daffe762b5c2bb9a800ac1fb841dea18e42eda2c66f28710" }, "downloads": -1, "filename": "flyingcircus-0.1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b755dbe511165dcc786dd37bcf7a005d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 169316, "upload_time": "2020-05-19T21:27:56", "upload_time_iso_8601": "2020-05-19T21:27:56.127982Z", "url": "https://files.pythonhosted.org/packages/63/cf/5be38a1fdd2e23f4ddd60aa4e19c8aa0828a1a7e03545dbbe6b37018c38c/flyingcircus-0.1.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.2.3": [ { "comment_text": "", "digests": { "md5": "6735642ba0828dc77d75ea49212db5a3", "sha256": "7d63cd0252620caa677652a528d1989f2929f3973fc008a2ffaa85e14fd8f7cb" }, "downloads": -1, "filename": "flyingcircus-0.1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6735642ba0828dc77d75ea49212db5a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 170696, "upload_time": "2020-06-30T16:16:45", "upload_time_iso_8601": "2020-06-30T16:16:45.683097Z", "url": "https://files.pythonhosted.org/packages/70/72/8cad8c580d41beb1ed3275882cb6797dff4eb67217aa43d7195d182ab668/flyingcircus-0.1.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.3.0": [ { "comment_text": "", "digests": { "md5": "965a57138a2d483390b8322725271358", "sha256": "b8a0579a0d99028d074b8085b96a567a877d30692350605fab47ddd96fb76c03" }, "downloads": -1, "filename": "flyingcircus-0.1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "965a57138a2d483390b8322725271358", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 170961, "upload_time": "2020-07-08T21:43:05", "upload_time_iso_8601": "2020-07-08T21:43:05.852619Z", "url": "https://files.pythonhosted.org/packages/72/cb/403d793ad1d08e6a4a986d58565495210e016101834e58174c90bcf9041c/flyingcircus-0.1.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.3.1": [ { "comment_text": "", "digests": { "md5": "e798c0b25d4357f43f8d5fd9ce579f2f", "sha256": "ffa0fc620b87778b6b7fd64a5b82e69475b2bb44ecad6e136642c33b42639531" }, "downloads": -1, "filename": "flyingcircus-0.1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e798c0b25d4357f43f8d5fd9ce579f2f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 181156, "upload_time": "2020-09-30T16:08:28", "upload_time_iso_8601": "2020-09-30T16:08:28.187054Z", "url": "https://files.pythonhosted.org/packages/7d/18/afb652271306ce135197abfc1c19f056b0a1a0091bffc5832e15707aa8e6/flyingcircus-0.1.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.3.2": [ { "comment_text": "", "digests": { "md5": "f12894064d8b0a20563247b3b1bf8643", "sha256": "084ce6fcfc5252520640c86f6261a0f393e843a698fff3dc592415242643b010" }, "downloads": -1, "filename": "flyingcircus-0.1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f12894064d8b0a20563247b3b1bf8643", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 181215, "upload_time": "2020-10-10T08:50:57", "upload_time_iso_8601": "2020-10-10T08:50:57.098784Z", "url": "https://files.pythonhosted.org/packages/21/d4/948a0df5248c14ffd6e69e859cc52734a98f5f189f723af688581890e485/flyingcircus-0.1.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.3.3": [ { "comment_text": "", "digests": { "md5": "8908f1178b81f16c80b706bd49a5d0c2", "sha256": "9e6ec69fec4dd382905fabf8a94ecf9f11d6042932738d27349478e065b41760" }, "downloads": -1, "filename": "flyingcircus-0.1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8908f1178b81f16c80b706bd49a5d0c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 182648, "upload_time": "2021-05-21T08:39:09", "upload_time_iso_8601": "2021-05-21T08:39:09.738014Z", "url": "https://files.pythonhosted.org/packages/62/8d/fe342015d991ed0f6a83715e4f459f3baa74245088b027d6716d1c6acbf0/flyingcircus-0.1.3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.4.0": [ { "comment_text": "", "digests": { "md5": "3278782278ee65b86a21a430a7ef6588", "sha256": "412290244e49ef5775f3356a7df223ca5c096b4a5a789a726252aa8e01bf51f3" }, "downloads": -1, "filename": "flyingcircus-0.1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3278782278ee65b86a21a430a7ef6588", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 182816, "upload_time": "2021-05-21T09:01:57", "upload_time_iso_8601": "2021-05-21T09:01:57.742461Z", "url": "https://files.pythonhosted.org/packages/ce/15/0be751b63f183580205bf276de786c40f3d5c2b840186e8035a53b594a31/flyingcircus-0.1.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3278782278ee65b86a21a430a7ef6588", "sha256": "412290244e49ef5775f3356a7df223ca5c096b4a5a789a726252aa8e01bf51f3" }, "downloads": -1, "filename": "flyingcircus-0.1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3278782278ee65b86a21a430a7ef6588", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 182816, "upload_time": "2021-05-21T09:01:57", "upload_time_iso_8601": "2021-05-21T09:01:57.742461Z", "url": "https://files.pythonhosted.org/packages/ce/15/0be751b63f183580205bf276de786c40f3d5c2b840186e8035a53b594a31/flyingcircus-0.1.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }