{ "info": { "author": "stuxcrystal", "author_email": "stuxcrystal@encode.moe", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: IPython", "Framework :: Jupyter", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3.6", "Topic :: Multimedia :: Video", "Topic :: Multimedia :: Video :: Display", "Topic :: Multimedia :: Video :: Non-Linear Editor" ], "description": "=====\nYuuno\n=====\n\n\n.. code::\n\n __ __\n \\ \\ / /\n \\ V / _ _ _ _ __ ___\n \\ / | | | | | | '_ \\ / _ \\\n | | |_| | |_| | | | | (_) |\n \\_/\\__,_|\\__,_|_| |_|\\___/\n\n\n\n\n\n.. image:: https://img.shields.io/pypi/v/yuuno.svg\n :target: https://pypi.python.org/pypi/yuuno\n\n.. image:: https://circleci.com/gh/Irrational-Encoding-Wizardry/yuuno.svg?style=svg\n :target: https://circleci.com/gh/Irrational-Encoding-Wizardry/yuuno\n\n\nYuuno = Jupyter + VapourSynth\n\n* Free software: MIT license\n* Documentation: https://yuuno.encode.moe/\n\nStart your journey here:\n------------------------\n* `Installation `_\n* `Usage `_\n\nFeatures\n--------\n\n* Automatic importing of a VapourSynth-core as well as the VapourSynth-module itself.\n* Inline-rendering of the first frame of a clip.\n* Encoding of VapourSynth-Clips from the Notebook/IPython-shell\n* Interactive Clip Introspection using IPython-magics (%preview, %diff)\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n1.2.0 (New York)\n----------------\n\n* Added %%vspreview and %%vspipe (which just emulates vspipe for now) implements a new workflow for\n Yuuno users.\n* %diff is now an alias for %preview\n* Previews can now do a diff.\n* Removed the completely useless %show\n* Instead of showing the first frame, we are now showing a preview on browsers. It will gracefully degrade.\n* Auto-Completion for core.* works again!\n\n1.1.0 (S\u00e3o Paulo)\n-----------------\n\n* Removed %inspect and %compare (See deprecation of 1.0.0)\n* Recreated %encode and %preview in JavaScript.\n* Added %reattach to reattach to encodes.\n\n1.0.0 (Marun Field)\n-------------------\n\n* Split up the core-parts of Yuuno into its own repository.\n* Show log messages sent from VapourSynth\n* From VapourSynth R44 onwards, we can reset core objects.\n* Deprecated %inspect and %compare\n\n0.8.0 (Glastig Uaine)\n---------------------\n\n* Now I name my releases because I feel like it.\n* Fixed color profile not included in PNGs by default. Do so by emitting an sRGB-chunk.\n* Completed first version of Comm-Protocol for Yuuno-Kernels.\n* Added progressbar to %encode-magic.\n* Added support for R41+ alpha clips. (Also with R43+ AlphaOutputTuple support: vapoursynth/#362)\n* Use %show for IPython. It will convert the clip to a PIL image. (Can also work for Alpha-Tuples pre R41).\n\n0.7.0\n-----\n\n* Added support for clips with variable video formats\n* Added support for zlib compression and ICCP-chunk on PNG outputter\n\n0.6.0 (2017-07-24)\n------------------\n\n* `%runvpy` can now return the outputs of a vapoursynth-script (.vpy) as a dict.\n* Settings of VapourSynth cores are now exposed as configuration variables\n* [Misc] Extracted `%encode` and stuck it inside its own sub-package.\n\n0.5.0 (2017-06-18)\n------------------\n\nRewrite of the yuuno codebase to prepare for Yuuno 1.0.0-release.\n\n* You don't have to do `%yuuno install` anymore.\n* To configure settings while in your IPython-shell, use the %config-magic, which is available in any IPython installation.\n* The minimum Python-version of Yuuno is Python 3.6. Make sure you are running this version when upgrading.\n* Using `%unload_ext yuuno` you can now completely deactivate Yuuno on your notebook.\n* The `%encode`-magic has become more robust now.\n* There is a `%render`-magic now, which does everything %encode does but stores the output into a io.BytesIO.\n* All interactive applications are now IPython-magics.\n* %preview returns a Preview-object. By changing the clip-Attribute of these objects, you can change the clip without losing the frame number.\n\n0.4.0 (2017-05-18)\n------------------\n\n* Allow `vapoursynth.VideoFrames` to be inline-rendered.\n* Fixed incorrect aspect-ratio on all `ipywidget` based features.\n* Add f-string parsing inside `%encode`. (Will fallback to regular string.format for Python < 3.6) [thanks for the idea @\ud83c\udf8ceXmendiC]\n* Switched to Jinja2 Templates for Raw-HTML output\n* Omit iCCP-chunk since apparently the csp has to be set manually by the user on media players. Of course it can be changed back at any time.\n\n0.3.0 (2017-03-20)\n------------------\n\n* An ICCP-chunk is now sent along with the PNG. Currently the default is the 709-CSP ICC. Color-Managed browsers will honor this chunk.\n* The variables `core` (referencing the current VS-Core) and `vs` (as a referece to the vapoursynth) will now be pushed to the user-namespace on Yuuno activation.\n* `%yuuno install` is now the installation command\n* `%yuuno version` shows the current version of yuuno\n* `%yuuno help` shows the help for Yuuno.\n* `%yuuno get` and `%yuuno set` can be used for configuring Yuuno.\n* You have to use `%load_ext yuuno` for initiating yuuno now.\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/stuxcrystal/yuuno", "keywords": "yuuno", "license": "GNU Lesser General Public License v3 (LGPLv3)", "maintainer": "", "maintainer_email": "", "name": "yuuno", "package_url": "https://pypi.org/project/yuuno/", "platform": "", "project_url": "https://pypi.org/project/yuuno/", "project_urls": { "Homepage": "https://github.com/stuxcrystal/yuuno" }, "release_url": "https://pypi.org/project/yuuno/1.2/", "requires_dist": [ "jupyter", "traitlets", "jinja2", "ipywidgets", "pillow", "yuuno-core" ], "requires_python": "", "summary": "Yuuno = Jupyter + VapourSynth", "version": "1.2" }, "last_serial": 4643431, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6d478ccb61ec5c0489c7d3f603b65e3f", "sha256": "016a5f6b362bc2c4e370be7fd7f24c96673118493c77440330328f06895142ec" }, "downloads": -1, "filename": "yuuno-0.0.2.zip", "has_sig": false, "md5_digest": "6d478ccb61ec5c0489c7d3f603b65e3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6199, "upload_time": "2017-01-06T21:48:37", "url": "https://files.pythonhosted.org/packages/cb/00/bcbaf5bb6ec001a926763440837f1e11de3f3d1d6dfa92a69e4fea423037/yuuno-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d9e31aa88e6bf5e8f4e3c462513bc911", "sha256": "ec65e1bad84e9a685b709cce2c548317c7f56c675ae09be8316628592dfa8e92" }, "downloads": -1, "filename": "yuuno-0.0.3.zip", "has_sig": false, "md5_digest": "d9e31aa88e6bf5e8f4e3c462513bc911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6244, "upload_time": "2017-01-06T21:53:36", "url": "https://files.pythonhosted.org/packages/1b/0b/ab1b0f369463b0e748be17e3c976ebdd0d20d69f79881087544a9254b553/yuuno-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c78263d77131af4d07b6670b00e54a2b", "sha256": "ec8421721482f45f8a7f652a6101497ddf0fdf44ddc29e94299ef68c7a45b5fe" }, "downloads": -1, "filename": "yuuno-0.0.4.zip", "has_sig": false, "md5_digest": "c78263d77131af4d07b6670b00e54a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6266, "upload_time": "2017-01-06T22:04:01", "url": "https://files.pythonhosted.org/packages/a5/a0/621a226d9c286e8946b0a73eb3a78eefe6bbaa496c28af712b871ff9072f/yuuno-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "087382072ed1971c5d0b824d8ddcf5c1", "sha256": "81508371fe2f744484c24b230fdfd6b63c71b88a7cdfb96a1495612fd8eda706" }, "downloads": -1, "filename": "yuuno-0.0.5.zip", "has_sig": false, "md5_digest": "087382072ed1971c5d0b824d8ddcf5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29532, "upload_time": "2017-01-06T22:29:41", "url": "https://files.pythonhosted.org/packages/5f/a7/3cf17e465beb6efbc8b79394a11531bc870a40f55c5e45871858db1c54b9/yuuno-0.0.5.zip" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "434c7cd1afcc880b553a3872fdcd0c9a", "sha256": "23f282c3d96884eea14269f267251421aec35f936d4f7103bba13f1e0fe0ea22" }, "downloads": -1, "filename": "yuuno-0.0.6.tar.gz", "has_sig": false, "md5_digest": "434c7cd1afcc880b553a3872fdcd0c9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28360, "upload_time": "2017-01-07T04:21:58", "url": "https://files.pythonhosted.org/packages/a8/9f/71997794e78392f3f5fd8a3cb59c6774547d9e0dee8f4bc3c37f4fa82307/yuuno-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "7c425b0c6b0425419c47167aef295718", "sha256": "b3b22a56f52f603ceeedd4ce6de0061bc3e8540a905d47f39cd4cb8db3494acf" }, "downloads": -1, "filename": "yuuno-0.0.7.tar.gz", "has_sig": false, "md5_digest": "7c425b0c6b0425419c47167aef295718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28888, "upload_time": "2017-01-07T09:40:26", "url": "https://files.pythonhosted.org/packages/1d/37/ac3ed784b4ea85de2f75d6aeb85fc9168ede98adf4425e71c76b8eb0bbed/yuuno-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "3ac2a2f485e64f2ffe98e3059310ea86", "sha256": "ca0dc69bcb49f8d271128a33888687b0661095d9eb4f119dea6e21b1d1c38a04" }, "downloads": -1, "filename": "yuuno-0.0.8.zip", "has_sig": false, "md5_digest": "3ac2a2f485e64f2ffe98e3059310ea86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31972, "upload_time": "2017-01-08T03:46:31", "url": "https://files.pythonhosted.org/packages/b8/6d/5e50ae74f27ca3c768ca5ec3554f31ea074b5f8906da2beb7e00b91a629a/yuuno-0.0.8.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "88684561f30a72fd2fca55d2c667839c", "sha256": "ce19666b463abb13c523077b2d4c269a37b4380f90cf48b1ca1500a8507d40a4" }, "downloads": -1, "filename": "yuuno-0.1.0.tar.gz", "has_sig": false, "md5_digest": "88684561f30a72fd2fca55d2c667839c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27068, "upload_time": "2017-01-08T09:55:33", "url": "https://files.pythonhosted.org/packages/b0/6b/7a161064dcce74ff9d0ede21b0928f87c8447c9c950d0f1d65e92399fde7/yuuno-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eb3e450764959f82a946a8a9e3c4327c", "sha256": "4e33b1c066edbb407f1493005954b7bdbf0df1c509b907100a170cf0cfd5d35e" }, "downloads": -1, "filename": "yuuno-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eb3e450764959f82a946a8a9e3c4327c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30353, "upload_time": "2017-01-08T11:34:54", "url": "https://files.pythonhosted.org/packages/eb/6d/f49d65ac061591910d521e7bf807b757905356f397c17f93fb2a8babd227/yuuno-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e66f96a98d6c0545d8df59186e622253", "sha256": "3ce8bc8764fbeb3f1fe5add2cdf063d1d7f847525f356af66ba6b37aca6878ff" }, "downloads": -1, "filename": "yuuno-0.1.2.zip", "has_sig": false, "md5_digest": "e66f96a98d6c0545d8df59186e622253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33835, "upload_time": "2017-01-08T16:30:45", "url": "https://files.pythonhosted.org/packages/95/16/8d683eb4c134f06508067cc86ece4135a2d16f61ad89642c4320e9639863/yuuno-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "86669d631b2bbb5e855a85e406ab3707", "sha256": "d1256ea83ba79f6aa9b05a03cf6d8cc2733686925c0531d2c084410dde2d713d" }, "downloads": -1, "filename": "yuuno-0.1.3.zip", "has_sig": false, "md5_digest": "86669d631b2bbb5e855a85e406ab3707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36127, "upload_time": "2017-01-09T22:27:39", "url": "https://files.pythonhosted.org/packages/64/a3/8c9a3c7ba112bd399fec7b01f772b37bb763d3c0de3915edb7612ae4f081/yuuno-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "bc05df4c59a887226feb9084dc526b71", "sha256": "176b68e2c83f3ed7a94e47619822a5868b2c49e1466d09b822d1bdefcb2e1d25" }, "downloads": -1, "filename": "yuuno-0.1.4.zip", "has_sig": false, "md5_digest": "bc05df4c59a887226feb9084dc526b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36397, "upload_time": "2017-01-10T23:16:38", "url": "https://files.pythonhosted.org/packages/29/c4/f0d748a1b7febf9d1918d7e6adaf6d0374d47674efc899f99f73a929e060/yuuno-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "6cc0115ee67c4fa511afa7c87edd080b", "sha256": "5bcb0f82a7a7bc2be630d75fdf8c89f7c6a538a26fe4ea49f9fd242022e49182" }, "downloads": -1, "filename": "yuuno-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6cc0115ee67c4fa511afa7c87edd080b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 36872, "upload_time": "2017-01-12T21:51:48", "url": "https://files.pythonhosted.org/packages/13/d7/ab630e40bf5ed2f1ab2af9f6e3a93851e8bd5af4a37788232636312d5043/yuuno-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a81d782016404628cb7611900173de29", "sha256": "db75b43170465c5e78992fb608ad98299efc18074a43660ca87881f5432f1500" }, "downloads": -1, "filename": "yuuno-0.1.5.zip", "has_sig": false, "md5_digest": "a81d782016404628cb7611900173de29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38018, "upload_time": "2017-01-12T21:51:46", "url": "https://files.pythonhosted.org/packages/84/6b/9e07ed88eea93018caef1133dc0779dfce598ff68bd5889bc499bd775754/yuuno-0.1.5.zip" } ], "0.1.5.1": [ { "comment_text": "", "digests": { "md5": "3355c1d4a15b400f7fc8469d8c26a007", "sha256": "dde6f808c497b27452cef264f02a081beefdc7cf663606ad65c43d267558d8c7" }, "downloads": -1, "filename": "yuuno-0.1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3355c1d4a15b400f7fc8469d8c26a007", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 36844, "upload_time": "2017-01-12T23:03:40", "url": "https://files.pythonhosted.org/packages/0b/83/5fd066fb779081c5764c29cbc307cd5388bba8d37d5525e3725e70cbe9ea/yuuno-0.1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "297b532cd6a23b882c01850a1406b259", "sha256": "61dc7d0172af7ad3ef4e66f7f220b89c509c720ff82493f1429244dc5f077605" }, "downloads": -1, "filename": "yuuno-0.1.5.1.tar.gz", "has_sig": false, "md5_digest": "297b532cd6a23b882c01850a1406b259", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33373, "upload_time": "2017-01-12T23:03:38", "url": "https://files.pythonhosted.org/packages/cb/93/0470d61daeb4095946a59acd65de3baeef094b2cacb804560d80637a71d6/yuuno-0.1.5.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2822b4c03c2bc3b07925a3db734ca1fc", "sha256": "0f62d056115c3b9bd78f51b641c1192992a569ccee291d7fbf0202a85bc224c5" }, "downloads": -1, "filename": "yuuno-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2822b4c03c2bc3b07925a3db734ca1fc", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 36932, "upload_time": "2017-01-13T23:02:41", "url": "https://files.pythonhosted.org/packages/de/78/dfde0a05c89342f0012e48921c79f301dd5d256905fa15b077ccef6849db/yuuno-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7bcfcf9e1d1ee8d32e466623e5d880f", "sha256": "90357bf62577eeaeec4902e4af9404b7a9d43dfdea2b8f934ef91ef56fb1c5d8" }, "downloads": -1, "filename": "yuuno-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c7bcfcf9e1d1ee8d32e466623e5d880f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33363, "upload_time": "2017-01-13T23:02:36", "url": "https://files.pythonhosted.org/packages/c8/ed/81f72c4c83f7edfb8b0601c3c833309c204d31b437a670d822bfdc5ef082/yuuno-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f60e6fb28e958e0c7d2775f4aac8c2b3", "sha256": "5d11ff5b08c3ea408ad9939de97afe4bf9b4ed9f0f8fa7988b0d641a03471179" }, "downloads": -1, "filename": "yuuno-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f60e6fb28e958e0c7d2775f4aac8c2b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17181, "upload_time": "2017-03-20T22:31:29", "url": "https://files.pythonhosted.org/packages/97/2a/afdfe35a6b563a331c84d0aab21f63b8e8ebdfd742f91f6c8c1b3673bee1/yuuno-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31eb78d76ae0e1574fe6f1051b039a79", "sha256": "6a46d986037548a9e873803d96666ed31e9e4e13b111a23cb71b38cb2e4a9091" }, "downloads": -1, "filename": "yuuno-0.3.0.zip", "has_sig": false, "md5_digest": "31eb78d76ae0e1574fe6f1051b039a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18276, "upload_time": "2017-03-20T22:31:21", "url": "https://files.pythonhosted.org/packages/cc/75/8195fe03b32bd4f9ce97015e63b68e3bf6f5d43db156fe422610540ce499/yuuno-0.3.0.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a20984c0d92065b4c8b68c6f563e4c07", "sha256": "9e03faf1efeaf52e45042ea9bbc810055d965a16e2cd852355c0480fde25f242" }, "downloads": -1, "filename": "yuuno-0.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a20984c0d92065b4c8b68c6f563e4c07", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 79062, "upload_time": "2017-04-04T23:20:00", "url": "https://files.pythonhosted.org/packages/22/1e/533e0983cd42ba10db9f1c9a1f8a046cfcba72d26268b80a160da5043e35/yuuno-0.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "590fe801266073e9cc22a25e88114a05", "sha256": "04e26819c64019a5a747527f6e3342340b332be981047a98d381e1fdb24cff1a" }, "downloads": -1, "filename": "yuuno-0.3.2.zip", "has_sig": false, "md5_digest": "590fe801266073e9cc22a25e88114a05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34513202, "upload_time": "2017-04-04T23:21:00", "url": "https://files.pythonhosted.org/packages/23/54/3cd157c8f4c3fa71db3f40e97455755ef65c510613e1e531bbce040a86b9/yuuno-0.3.2.zip" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "fc8aa84d41bd65f4b49bf2d7ee822bbf", "sha256": "b7a8d0b11ba9ee475b6b7258c5ac2b6ea418fd1784ada2658914bcd5c4f92a79" }, "downloads": -1, "filename": "yuuno-0.3.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fc8aa84d41bd65f4b49bf2d7ee822bbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 79061, "upload_time": "2017-04-04T23:26:10", "url": "https://files.pythonhosted.org/packages/2e/97/863825b0a7a4d03659d75c52206fd2b47a51600e516d57bf81674eaba0de/yuuno-0.3.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf6d26441c85f4068ae135844c146d16", "sha256": "c094d1afe964b2a23d51b170313015045c89be970680fba3e31089658239bcfb" }, "downloads": -1, "filename": "yuuno-0.3.3.zip", "has_sig": false, "md5_digest": "cf6d26441c85f4068ae135844c146d16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81265, "upload_time": "2017-04-04T23:26:11", "url": "https://files.pythonhosted.org/packages/01/fe/60a5aa0d4ba41d2a3ccaf04ce17f74d207f7a409ab250922a4890dc29424/yuuno-0.3.3.zip" } ], "0.3.4.2": [ { "comment_text": "", "digests": { "md5": "73d10f26ad03376c6f1753d397a5169b", "sha256": "ff676ccce31f16bf763dde086c3d88b1748cbb789a95337d118d42df71c59103" }, "downloads": -1, "filename": "yuuno-0.3.4.2-py3-none-any.whl", "has_sig": false, "md5_digest": "73d10f26ad03376c6f1753d397a5169b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 79126, "upload_time": "2017-04-07T18:16:18", "url": "https://files.pythonhosted.org/packages/d9/4c/6c5dad3480dfa6dd5ab728699846aeda4c1c796a3d34cfd04b52f36717e6/yuuno-0.3.4.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9eb55d50cdd7aba397eb2e5ec876d32e", "sha256": "9b96fedf55b673378af1442989e04b7e8d4642abaf921e916bb9116c90f78c94" }, "downloads": -1, "filename": "yuuno-0.3.4.2.zip", "has_sig": false, "md5_digest": "9eb55d50cdd7aba397eb2e5ec876d32e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81422, "upload_time": "2017-04-07T18:16:06", "url": "https://files.pythonhosted.org/packages/8f/13/7be1f3f1d2651508f13618b6b7db2a749452a6bd26e3010fd653fd2f5800/yuuno-0.3.4.2.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "53f5e00ebe70eab0634bf508dd225482", "sha256": "6d97b6f734365a616081e77f2ad4601a4a822c77add0971cf77ddab48e6f208a" }, "downloads": -1, "filename": "yuuno-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "53f5e00ebe70eab0634bf508dd225482", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 81150, "upload_time": "2017-05-18T17:45:36", "url": "https://files.pythonhosted.org/packages/a6/af/23bf91df9cfd35d8b6d0645c2fded7479b1a011531eb106aaf0f113a456c/yuuno-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce962e1b81a5ddb689f5bb551d18b991", "sha256": "8208437a9c65e31508b12b275741c7919656a12b112b38d21295f725b436071d" }, "downloads": -1, "filename": "yuuno-0.4.0.zip", "has_sig": false, "md5_digest": "ce962e1b81a5ddb689f5bb551d18b991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84462, "upload_time": "2017-05-18T17:45:07", "url": "https://files.pythonhosted.org/packages/c0/e7/8ebc1193cc3f951386f08dcb514aefa3401a802065a8dee406ab4935b8ba/yuuno-0.4.0.zip" } ], "0.4.0.1": [ { "comment_text": "", "digests": { "md5": "30b898e7560c1f11ddd008423df9651c", "sha256": "367f54c2f5ce9f0bc215384928b85bc0776023af602494d3a40b475430191c96" }, "downloads": -1, "filename": "yuuno-0.4.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "30b898e7560c1f11ddd008423df9651c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 81177, "upload_time": "2017-05-18T19:53:01", "url": "https://files.pythonhosted.org/packages/c5/22/f7c2c098f24479851231c0594a7deed43e68a98da4f352c21b9002de24e6/yuuno-0.4.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "293a5c5f2d0d82d4bb8146809eaad8e4", "sha256": "71b5d96d029f3f01fd17a17ff77cde12ee6bdd82fa22318c27ea6a526b78e261" }, "downloads": -1, "filename": "yuuno-0.4.0.1.zip", "has_sig": false, "md5_digest": "293a5c5f2d0d82d4bb8146809eaad8e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84598, "upload_time": "2017-05-18T19:52:46", "url": "https://files.pythonhosted.org/packages/74/a5/b37fe8c7ceb95ee6eb335ada4135aa8cc43800acfa2586202b6491b496dc/yuuno-0.4.0.1.zip" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "071f5a46182ddb5b3a5c96e7901ced13", "sha256": "ba3963529e2f9816caad6eb3d9baa21a3aed109592b26e89a501ab3095d2322c" }, "downloads": -1, "filename": "yuuno-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "071f5a46182ddb5b3a5c96e7901ced13", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46464, "upload_time": "2017-06-25T16:45:05", "url": "https://files.pythonhosted.org/packages/41/6b/55fc81a4b7c69bbe7c946a8421eaa888baf6f8a07b4e85c5889b2c4ade4d/yuuno-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c68b35ba54be361fee43713b1bfa065c", "sha256": "c16e2fa78b8a5a6696b467255c22e9c9e2f58f5cf6b480ac6dcd0fa11b4e3903" }, "downloads": -1, "filename": "yuuno-0.5.0.zip", "has_sig": false, "md5_digest": "c68b35ba54be361fee43713b1bfa065c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83867, "upload_time": "2017-06-25T16:45:07", "url": "https://files.pythonhosted.org/packages/fb/25/dbd103ee9b8e6fc6dd40b9425faa666575d092d773ee311b0239acfe4503/yuuno-0.5.0.zip" } ], "0.5.0.dev0": [ { "comment_text": "", "digests": { "md5": "32001e93f1b8dc09132727dd1aca9948", "sha256": "a5ba165cecde379ca41a861c2ad00c1f4a9a903b592ade5fcbef62f497dff72a" }, "downloads": -1, "filename": "yuuno-0.5.0.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "32001e93f1b8dc09132727dd1aca9948", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29818, "upload_time": "2017-06-18T21:30:57", "url": "https://files.pythonhosted.org/packages/35/6a/1bc69902e6918cbaf1ab8e2775a95ba909a3c8bc72152fb9d95a6be478b4/yuuno-0.5.0.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "910689e5820ef720a8f9eb5090cce8ef", "sha256": "2ac9bc7b40f66038b8f618cd61144277dce26f6a54d13edf12e8954e2d1aafb9" }, "downloads": -1, "filename": "yuuno-0.5.0.dev0.zip", "has_sig": false, "md5_digest": "910689e5820ef720a8f9eb5090cce8ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66395, "upload_time": "2017-06-18T21:30:59", "url": "https://files.pythonhosted.org/packages/5b/d5/40f2e9b4c49157e21a6e23941e71cb82b5430a653acdd9300603de90284d/yuuno-0.5.0.dev0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "35852e255481090ea506ec039cb4e03e", "sha256": "a3b0799a1acd2824860fbd692d73764e522c763f96895cf9f4695a3389d50d3d" }, "downloads": -1, "filename": "yuuno-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "35852e255481090ea506ec039cb4e03e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 49747, "upload_time": "2017-07-24T00:34:17", "url": "https://files.pythonhosted.org/packages/7d/10/6f52f4179de1afc0f550bb8d0985775d331b3de76f9bac6b438501568139/yuuno-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "997dd8455d0e23f292aff4f33b5fc46a", "sha256": "10ceb6e561feb126d8d2627fd384ebd6615db8b85124ad378e4f2bacf5581691" }, "downloads": -1, "filename": "yuuno-0.6.0.zip", "has_sig": false, "md5_digest": "997dd8455d0e23f292aff4f33b5fc46a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88978, "upload_time": "2017-07-24T00:34:19", "url": "https://files.pythonhosted.org/packages/e9/31/3fb5d63cca40fcd92704f8c9ac2b8d98f800ea2066417e2e1ed2c57d2aa3/yuuno-0.6.0.zip" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "478f9253680ab6e41777f91f4937ed0a", "sha256": "6c4dd83c7fd9bb8df79a06ac45dc21fa4ca60a9019ca8fddf924c4e64625bcfd" }, "downloads": -1, "filename": "yuuno-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "478f9253680ab6e41777f91f4937ed0a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57029, "upload_time": "2017-09-14T11:48:54", "url": "https://files.pythonhosted.org/packages/d1/df/2e1c115b87878855f29a8326317700306a4e31b58cfa7113685540289b05/yuuno-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d01c7e716f2fb0414c3272f022cb79f", "sha256": "03745c4fc13e8b09329fa34866092bb0ed7c56f5c5cde0fcf95b7bf7b0e532d5" }, "downloads": -1, "filename": "yuuno-0.7.0.zip", "has_sig": false, "md5_digest": "6d01c7e716f2fb0414c3272f022cb79f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96463, "upload_time": "2017-09-14T11:48:55", "url": "https://files.pythonhosted.org/packages/17/f1/fc550ff0b0d162eb1f92c84b4971b61eda2928f1ce4357a9133dcefde5fb/yuuno-0.7.0.zip" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "81caf25fd66cb987d02573f70cd373ac", "sha256": "38c8ad0d7c3908f29c9420ee1b8b11dec50ab367f69346c8b432db2f979f2576" }, "downloads": -1, "filename": "yuuno-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "81caf25fd66cb987d02573f70cd373ac", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 64010, "upload_time": "2018-01-24T13:28:40", "url": "https://files.pythonhosted.org/packages/4d/41/b8afa3a91703d499f870aeda77f7ec8bc45fc807860483b00be0679baa49/yuuno-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c31addd13cc5b329c408ef87f30cd6a", "sha256": "9d16c5da08e728d3d371e38e12b77906d80cb82d3e792d7b5e5b4ccb2153824b" }, "downloads": -1, "filename": "yuuno-0.8.0.zip", "has_sig": false, "md5_digest": "0c31addd13cc5b329c408ef87f30cd6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92104, "upload_time": "2018-01-24T13:28:42", "url": "https://files.pythonhosted.org/packages/ad/08/d9956fb67b536b9a6eeb1fe49beddfb0139e1bbfb678bfb44464c6303ae2/yuuno-0.8.0.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "34de220027fb900815b406df66cea7e1", "sha256": "05096ef385bbd1ff09d58e48816cb8145ed412fa764c4fda3593299ac943e71e" }, "downloads": -1, "filename": "yuuno-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34de220027fb900815b406df66cea7e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44877, "upload_time": "2018-05-14T10:25:39", "url": "https://files.pythonhosted.org/packages/62/9c/c703ea96d9aebac89f7b7a8f3670ca5b1eb64af8a59cdd880a3f8c05c0c8/yuuno-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "02da92128148a9d957eb51a9087fa01b", "sha256": "4e85c2ca597f73265979221d15135f49340ac2a69c95f7ba6aa1c0d12c3c2dea" }, "downloads": -1, "filename": "yuuno-1.0.zip", "has_sig": false, "md5_digest": "02da92128148a9d957eb51a9087fa01b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59832, "upload_time": "2018-05-14T10:25:45", "url": "https://files.pythonhosted.org/packages/8e/3e/af322df5039d291a8bd0c75f133b11f49e5a578a3d6ec255364a276f8a48/yuuno-1.0.zip" } ], "1.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "1690e9fba3016b41a54e675917de46df", "sha256": "d4438c24f8d4e63606c251f681e9b64a6f5afbeb626bb9fb530eb71bb3b341e7" }, "downloads": -1, "filename": "yuuno-1.0.0.dev1.zip", "has_sig": false, "md5_digest": "1690e9fba3016b41a54e675917de46df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59398, "upload_time": "2018-05-06T16:14:10", "url": "https://files.pythonhosted.org/packages/52/d7/03e7bf0bd05b72be0872fc9597108d0f1c13952640282dae356a0b3375d9/yuuno-1.0.0.dev1.zip" } ], "1.0.0.dev2": [ { "comment_text": "", "digests": { "md5": "dd6d5866cb7c2a103bd734f7f24d40f5", "sha256": "2b0e0d53c322f70e3d84f4443e528ce8412e751fc9ea90979d9fe0c5db0f771a" }, "downloads": -1, "filename": "yuuno-1.0.0.dev2.zip", "has_sig": false, "md5_digest": "dd6d5866cb7c2a103bd734f7f24d40f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61719, "upload_time": "2018-05-08T21:48:57", "url": "https://files.pythonhosted.org/packages/3f/9c/b734f69b0ec4894fe30293bcdf490c2d7456186d77076d4befe7c61bcc09/yuuno-1.0.0.dev2.zip" } ], "1.0.0.dev3": [ { "comment_text": "", "digests": { "md5": "17635409f99ab3d85191ee51e6f0720d", "sha256": "23b32c4120b2415ea5904db602c276f2d53474dd5a1436ad65aed19591117cec" }, "downloads": -1, "filename": "yuuno-1.0.0.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17635409f99ab3d85191ee51e6f0720d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44199, "upload_time": "2018-05-12T22:23:20", "url": "https://files.pythonhosted.org/packages/0b/1c/2431f4d0afeb6e9794b314f76128b3cfcdae02046a29b09c955684b53063/yuuno-1.0.0.dev3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "40a3e0b48cd9cdd39425f5fe6953e02f", "sha256": "bbce7af54d4b78dc38542ec1869bfe11bffc68d268ea8b2ffcd941a5e87a6654" }, "downloads": -1, "filename": "yuuno-1.0.0.dev3.zip", "has_sig": false, "md5_digest": "40a3e0b48cd9cdd39425f5fe6953e02f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59576, "upload_time": "2018-05-12T22:23:24", "url": "https://files.pythonhosted.org/packages/4b/b5/24286d9bb742173d9c42cc0b9d29e690de9e0e720fc7a1c08b1f50899a63/yuuno-1.0.0.dev3.zip" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "f04c67b87d513da4da3abb16c03d699c", "sha256": "c2bd8b226579f70f00881bdc14e41247427ba9ee01a7374e761f021984264630" }, "downloads": -1, "filename": "yuuno-1.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f04c67b87d513da4da3abb16c03d699c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44187, "upload_time": "2018-05-13T15:45:02", "url": "https://files.pythonhosted.org/packages/a8/05/7c93644f57a6175a69510053ec6b7c7ef2fd98703a47076b75812d50d2cd/yuuno-1.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97ed82546946654e8b6eb8fe54c7e245", "sha256": "89503f3d1ceb74d4df41a760b36060e1617ec3bfff005ce708366783db87816d" }, "downloads": -1, "filename": "yuuno-1.0rc1.zip", "has_sig": false, "md5_digest": "97ed82546946654e8b6eb8fe54c7e245", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59102, "upload_time": "2018-05-13T15:45:07", "url": "https://files.pythonhosted.org/packages/5d/84/2597e204bc6b61b7b8453cab8b5a57f9e5c35dc15b4839bd0d528823c300/yuuno-1.0rc1.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "cc4ce16b43ef141a5859ff3b4a7ddee4", "sha256": "1a773cf31217b5da2c3422f549679ae6aa35222431f59534ecb73a41616b1974" }, "downloads": -1, "filename": "yuuno-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc4ce16b43ef141a5859ff3b4a7ddee4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1079348, "upload_time": "2018-11-25T20:55:24", "url": "https://files.pythonhosted.org/packages/65/f9/b7aa561ae7cdee8e1ab5fbaa0f8036831b442969047c1f77aec18b03ac72/yuuno-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d757a9b27ff1f7e3525f23eba2451226", "sha256": "a3015278b281aa23467ca74aa8fd868416e0f4efaf5970a6b187d9d7066f4eea" }, "downloads": -1, "filename": "yuuno-1.1.zip", "has_sig": false, "md5_digest": "d757a9b27ff1f7e3525f23eba2451226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1079522, "upload_time": "2018-11-25T20:55:28", "url": "https://files.pythonhosted.org/packages/4a/a2/87c513cb92dc64386edcd243c130377306f0f481335d259aefcf391edbf0/yuuno-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "f2456e466fa2cbe3af4feaac2a81f605", "sha256": "536a24693e3c748410c18e3946674fa368b90933095738d3ac6df6c2a172c44e" }, "downloads": -1, "filename": "yuuno-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2456e466fa2cbe3af4feaac2a81f605", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1924843, "upload_time": "2018-12-29T07:16:47", "url": "https://files.pythonhosted.org/packages/49/52/8f0ee3c9fecb5f65f4e98561291a496786d0c0e5692219ddd01ce8f30a08/yuuno-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "994e274cad1a310f2276f526386786c7", "sha256": "615414bbe4052cb769c91b5609fee2f269aa7d4c6d8e38e89a0bdb710981165c" }, "downloads": -1, "filename": "yuuno-1.2.zip", "has_sig": false, "md5_digest": "994e274cad1a310f2276f526386786c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1340974, "upload_time": "2018-12-29T07:16:54", "url": "https://files.pythonhosted.org/packages/28/ec/48e9bdee5cbca55cd3ad3313aed050aa7879c1f0634c45052f00d87f191f/yuuno-1.2.zip" } ], "1.2b1": [ { "comment_text": "", "digests": { "md5": "eb58318cc6861b4ed39a49d50218dcbd", "sha256": "fd69beace51fe9149e4edbda82e21b92cdebacb1fc1436ffedf0bb37e470413e" }, "downloads": -1, "filename": "yuuno-1.2b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eb58318cc6861b4ed39a49d50218dcbd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1921619, "upload_time": "2018-12-22T01:39:32", "url": "https://files.pythonhosted.org/packages/aa/e1/269dd8bc498e2799ac8fd10e01c34ceddd3d374bbc549181698128c0dc66/yuuno-1.2b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "236ac3f738c31e3e868742a60f5280bf", "sha256": "e925c5777cbd0bbb4000f784f43ffed763e72bb39a47b8ba96185873049c248b" }, "downloads": -1, "filename": "yuuno-1.2b1.zip", "has_sig": false, "md5_digest": "236ac3f738c31e3e868742a60f5280bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1340878, "upload_time": "2018-12-22T01:39:37", "url": "https://files.pythonhosted.org/packages/36/52/8db0ff66c8e677565c01c9b5198ac37e3371d3735c87553f51ba7e86223c/yuuno-1.2b1.zip" } ], "1.2b2": [ { "comment_text": "", "digests": { "md5": "e3e87d235f0bc29c34ee6b0e8ed3f1ba", "sha256": "1f9a1066bf670656493a9eb9e713223476b152baf6639fd3957290ab72dd618b" }, "downloads": -1, "filename": "yuuno-1.2b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3e87d235f0bc29c34ee6b0e8ed3f1ba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1924594, "upload_time": "2018-12-22T04:32:25", "url": "https://files.pythonhosted.org/packages/49/93/76941b76a60bbf5e7f75f85f420706f8a950ad18a5925f277fa30f05256e/yuuno-1.2b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71d3487e3ddcb5ea00c48544dbfd1044", "sha256": "82d34adbdffc01805b9bd526ac80ecb8f291b61226d1ff313ace07c5bd754d07" }, "downloads": -1, "filename": "yuuno-1.2b2.zip", "has_sig": false, "md5_digest": "71d3487e3ddcb5ea00c48544dbfd1044", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1338135, "upload_time": "2018-12-22T04:32:32", "url": "https://files.pythonhosted.org/packages/6d/d2/e440133818b420509dd2cfe2c4bad3c01aef63d05984ebd41c90f67dcb19/yuuno-1.2b2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2456e466fa2cbe3af4feaac2a81f605", "sha256": "536a24693e3c748410c18e3946674fa368b90933095738d3ac6df6c2a172c44e" }, "downloads": -1, "filename": "yuuno-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2456e466fa2cbe3af4feaac2a81f605", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1924843, "upload_time": "2018-12-29T07:16:47", "url": "https://files.pythonhosted.org/packages/49/52/8f0ee3c9fecb5f65f4e98561291a496786d0c0e5692219ddd01ce8f30a08/yuuno-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "994e274cad1a310f2276f526386786c7", "sha256": "615414bbe4052cb769c91b5609fee2f269aa7d4c6d8e38e89a0bdb710981165c" }, "downloads": -1, "filename": "yuuno-1.2.zip", "has_sig": false, "md5_digest": "994e274cad1a310f2276f526386786c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1340974, "upload_time": "2018-12-29T07:16:54", "url": "https://files.pythonhosted.org/packages/28/ec/48e9bdee5cbca55cd3ad3313aed050aa7879c1f0634c45052f00d87f191f/yuuno-1.2.zip" } ] }