{ "info": { "author": "Garrick", "author_email": "earthisthering@posteo.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Topic :: Internet" ], "description": "# Springheel\nA static site generator for webcomics (in beta)\n\n![](springheel-logo.svg)\n\n![](jackie.svg)\n\nSpringheel is a static site generator for webcomics.\n\nWhether it's static site generators or Wordpress plugins, most existing software is geared towards blogs, not comics. Adapting them to work with comics is kludgey and fragile, and unnecessarily exposes you to security problems. But why force a square peg into a round hole when round pegs are easy enough to make? With that in mind I created Springheel. (The name comes from Spring-heel Jack, for the \"English monster\" naming scheme that many static generators keep to.)\n\nSpringheel is built with Python >= 3.7, [Feedgenerator](https://pypi.org/project/feedgen), [python-slugify](https://pypi.org/project/python-slugify), and [tdqm](https://pypi.org/project/tqdm).\n\nA pre-built version of the documentation is available in the source package. To build documentation from source, you will need [Sphinx](https://pypi.org/project/sphinx) and [Numpydoc](https://pypi.org/project/numpydoc). To build documentation in the HTML format, you will also need a Sphinx theme called \"pyramida\" -- you can either edit the value of `html_theme` in `docsource/conf.py`, or open your Sphinx theme directory and create a symbolic link from the existing \"pyramid\" theme to \"pyramida\".\n\nKeep in mind that I'm self-taught \\([obligatory xkcd](http://www.xkcd.com/1513/)\\) and maybe don't look too closely at the actual code.\n\n## Features\n\n+ Easy to use. Updating is a matter of putting a couple of files in a folder and running a single script. Building hundreds of pages takes less than a minute even on a slowish computer.\n+ Lots of customization. Use your site as a hub for multiple comics or just one; select any of *dozens* of (responsive) default themes or roll your own; fiddle with almost any aspect of the finished site you can think of. Not to mention that the generated HTML is clean and easy to modify. It's all up to you!\n+ Small and secure. Keep hosting costs down, and never worry about updating Wordpress again (and again and again...) because of yet another gaping security flaw.\n+ Relatively accessible. Generated sites use semantic HTML5 with alt text, skip links, and link rel navigation. They're designed to include plaintext transcripts too. The default themes are large and easy to read, and their color schemes comply with WCAG AAA.\n+ Everything a comic (not a blog) needs. Making a characters page is so quick, you'll never have an out-of-date one again! Sections for creator commentaries are included by default too.\n+ Bring back creator-run syndication. Springheel generates RSS feeds and even [JSON Feeds](https://jsonfeed.org/), so no one has to miss a strip due to fickle corporate social media algorithms.\n+ Easy reading. If your comic is divided into chapters, Springheel generates easily navigable \"chapter pages\" that display all of each chapter's strips at once.\n+ Freely licensed. Springheel is GPLv3+ software that anyone can fork and contribute to. (Releasing Springheeled comics under a Free Culture license is encouraged but not required.)\n+ Cute mascot!\n\n## Installing\n\nSpringheel requires at least **Python 3.7.**\n\nIf you want to build from the git source, you'll need the following dependencies:\n\n+ [Feedgenerator](https://pypi.org/project/feedgen)\n+ [python-slugify](https://pypi.org/project/python-slugify)\n+ [tdqm](https://pypi.org/project/tqdm)\n\nThen navigate to the springheel directory, and run `setup.py install`. You may need to start a virtual environment, or run this with `su -c` or `--user`, depending on the type of Python install you have.\n\n**Important**: If you're on Windows and get an error about Visual C++ while installing dependencies (lxml especially), do not panic! Just use pip to install that specific library directly, then try to install springheel again.\n\n**Also important**: Multiple different Python libraries call themselves \"slugify\" and collide with each other, so bad things happen if you have e.g. both `python-slugify` and `unicode-slugify` installed. To ensure that this software works as intended, you will need to either install Springheel in a clean virtual environment, or completely remove all \"slugify\" libraries but `python-slugify`.\n\n## License\n\nCopyright 2017-2021 garrick. Some rights reserved.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see .\n\nTo the extent possible under the law of the United States, the image files included in `themes/` and `arrows/` are released into the public domain.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.twinkle-night.net/Code/springheel.html", "keywords": "website,webcomic,static", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "springheel", "package_url": "https://pypi.org/project/springheel/", "platform": "", "project_url": "https://pypi.org/project/springheel/", "project_urls": { "Homepage": "https://www.twinkle-night.net/Code/springheel.html" }, "release_url": "https://pypi.org/project/springheel/7.0.2/", "requires_dist": [ "feedgen", "python-slugify", "tqdm", "html-sanitizer", "Pillow", "sphinx (>=3.4.1) ; extra == 'docs'", "numpydoc ; extra == 'docs'" ], "requires_python": "", "summary": "Static site generator for webcomics", "version": "7.0.2", "yanked": false, "yanked_reason": null }, "last_serial": 10891964, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8eb4fd9e5cd1b921a183570bcb882247", "sha256": "c3601c3c9870fba3076fbadcd6627cfac001b36524222bc01794093a702b8179" }, "downloads": -1, "filename": "springheel-1.0.tar.gz", "has_sig": true, "md5_digest": "8eb4fd9e5cd1b921a183570bcb882247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 858796, "upload_time": "2019-01-25T03:24:43", "upload_time_iso_8601": "2019-01-25T03:24:43.011284Z", "url": "https://files.pythonhosted.org/packages/e9/05/43f7ad341ac8428573890c424006ea46a443925ba7a7bfb414037d878cfd/springheel-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "027c9e4626bd21936a661164b4cb0a75", "sha256": "604578911d02dede6cc383d3a7dfff045c6d837b55d04dc556118113e171ed57" }, "downloads": -1, "filename": "springheel-1.0.1.tar.gz", "has_sig": true, "md5_digest": "027c9e4626bd21936a661164b4cb0a75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843632, "upload_time": "2019-01-25T08:05:45", "upload_time_iso_8601": "2019-01-25T08:05:45.786299Z", "url": "https://files.pythonhosted.org/packages/7b/16/17fff604a52b7d9efa00bc7c8a64123903b1b26993ef8818635cb96b4717/springheel-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d0972ffff7d8bdfd7cd7163a17e0ea78", "sha256": "2ff21e67a864b6f74e5f8533d65f978f084dee147e5d1ac5deee12e292beb654" }, "downloads": -1, "filename": "springheel-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d0972ffff7d8bdfd7cd7163a17e0ea78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843630, "upload_time": "2019-01-25T08:39:24", "upload_time_iso_8601": "2019-01-25T08:39:24.842947Z", "url": "https://files.pythonhosted.org/packages/bc/69/0d4693d70e20b7cf203ccaa605f375b5433727dab0b9afb8fee1afe76700/springheel-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "a05338dc2826df5cfbb8a4ed3988f386", "sha256": "5d32f113ac1371357935852b38d10df110cd76fc994dc5cd6c77181da32ebb12" }, "downloads": -1, "filename": "springheel-2.0.0-py3.5.egg", "has_sig": true, "md5_digest": "a05338dc2826df5cfbb8a4ed3988f386", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 724993, "upload_time": "2019-02-09T09:14:52", "upload_time_iso_8601": "2019-02-09T09:14:52.834305Z", "url": "https://files.pythonhosted.org/packages/57/b2/12cbc0413c05b05219bf7c73345c3cde15ac6337053b8442ae3208945666/springheel-2.0.0-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "151ee679431e872dd8a49bfea3c86de7", "sha256": "dc244b26bbe2de9d9fe33419ef79159f62182682ff987d009593d4a4f3bae2ff" }, "downloads": -1, "filename": "springheel-2.0.0.tar.gz", "has_sig": true, "md5_digest": "151ee679431e872dd8a49bfea3c86de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843727, "upload_time": "2019-02-09T09:14:55", "upload_time_iso_8601": "2019-02-09T09:14:55.696033Z", "url": "https://files.pythonhosted.org/packages/d6/47/3a7e4ef23ac3442ac9e0be44eeb75549fe8fdb56d31edbcf9af42e33918b/springheel-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "8675919cfb59443b5befafbcc212f926", "sha256": "2bf27efc0a1885def3223861b8c6e741f0d9c00c2e94d4850e1c500a09b1ea4d" }, "downloads": -1, "filename": "springheel-3.0.0-py3.5.egg", "has_sig": true, "md5_digest": "8675919cfb59443b5befafbcc212f926", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 767923, "upload_time": "2019-05-10T14:59:36", "upload_time_iso_8601": "2019-05-10T14:59:36.636699Z", "url": "https://files.pythonhosted.org/packages/85/01/598c75d59be7ba6a78ee8ff0ebd5d377171abd74696170c44eece7d0ee65/springheel-3.0.0-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52a76ad4d03e88a6e677010b15370034", "sha256": "c1380881456f0f64c04f9b94d04b8c77c2a11d2c3b0b8486ac3e1a45e968a054" }, "downloads": -1, "filename": "springheel-3.0.0.tar.gz", "has_sig": true, "md5_digest": "52a76ad4d03e88a6e677010b15370034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 867303, "upload_time": "2019-05-10T14:59:39", "upload_time_iso_8601": "2019-05-10T14:59:39.344033Z", "url": "https://files.pythonhosted.org/packages/d0/ab/4abb2beaad959c006aee57e9bdee2822d0b6d0877baa41db6b409957fc08/springheel-3.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "90e1c25e0f1aa61eca6b286fc5f32ac0", "sha256": "75e9cb41e24fa5a50cd58ae3258caced44d896b1c299515adc659f548726dc5b" }, "downloads": -1, "filename": "springheel-3.0.1-py3.5.egg", "has_sig": true, "md5_digest": "90e1c25e0f1aa61eca6b286fc5f32ac0", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 752123, "upload_time": "2019-05-25T05:19:19", "upload_time_iso_8601": "2019-05-25T05:19:19.185208Z", "url": "https://files.pythonhosted.org/packages/a1/f8/a76f6452807c2c0ce97128235e84fd0f30f08f1a098c8ff9b1d22a7ed728/springheel-3.0.1-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "94814c50550b64d193210e1475c1b150", "sha256": "ac89c600c84b67b86d08b14b2a724612011406a655fbe17e711dce343b5675ac" }, "downloads": -1, "filename": "springheel-3.0.1.tar.gz", "has_sig": true, "md5_digest": "94814c50550b64d193210e1475c1b150", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 867636, "upload_time": "2019-05-25T05:19:22", "upload_time_iso_8601": "2019-05-25T05:19:22.098783Z", "url": "https://files.pythonhosted.org/packages/19/d4/bc2273ea5f991a48323d89a67c925becfa7030537d7ab6a00f79ef4e0162/springheel-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "759f44b947ad27b97476c25e0a615781", "sha256": "e55a94f39a167e10737338873b08e8be5ca2bb0e6e37e1e37dc5215f11cc4b89" }, "downloads": -1, "filename": "springheel-3.0.2-py3.5.egg", "has_sig": true, "md5_digest": "759f44b947ad27b97476c25e0a615781", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 752114, "upload_time": "2019-06-15T11:04:01", "upload_time_iso_8601": "2019-06-15T11:04:01.198802Z", "url": "https://files.pythonhosted.org/packages/11/13/3b57144cfcb74179060a00c5dda2ac458a90353f0190e4725e9f32578876/springheel-3.0.2-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aed3a46d5e0f0fb30eaf6fe61becaa59", "sha256": "4c19b45ad130bcfcb3716cdba907b39696aba45b9c8b2ebaf5e38e9a43678c99" }, "downloads": -1, "filename": "springheel-3.0.2.tar.gz", "has_sig": true, "md5_digest": "aed3a46d5e0f0fb30eaf6fe61becaa59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 867696, "upload_time": "2019-06-15T11:04:04", "upload_time_iso_8601": "2019-06-15T11:04:04.230618Z", "url": "https://files.pythonhosted.org/packages/f9/33/cd5e83f04bcb51132ee982008f5a9babd8383e8eb6b2b5b8bdf3401f034f/springheel-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "b0a89defe01c8b36876b95307dcdf58e", "sha256": "9080c79a5c0c8e485ceda93c8502dabff14bba3b8a135abcc608d99f0ad82ded" }, "downloads": -1, "filename": "springheel-3.0.3-py3.5.egg", "has_sig": true, "md5_digest": "b0a89defe01c8b36876b95307dcdf58e", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 752122, "upload_time": "2019-06-15T16:46:57", "upload_time_iso_8601": "2019-06-15T16:46:57.996849Z", "url": "https://files.pythonhosted.org/packages/5f/56/3856e56c3a552629a8aafca9e8df111a4b333d907e0acda4ea60e655860b/springheel-3.0.3-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5a9b6dad658b003760570a2771d9b3a", "sha256": "d692db3884840b1b16816575a600f5d02c7d594cb3d320da2ab23a7c2f91672c" }, "downloads": -1, "filename": "springheel-3.0.3.tar.gz", "has_sig": true, "md5_digest": "e5a9b6dad658b003760570a2771d9b3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 867780, "upload_time": "2019-06-15T16:47:00", "upload_time_iso_8601": "2019-06-15T16:47:00.817334Z", "url": "https://files.pythonhosted.org/packages/6b/dc/96776aaf1702fbab442d992e181849683f31b0b2dbbba61d164e61c36c44/springheel-3.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "451f66f924aa38727099eb880d6ca9cd", "sha256": "68a5bb0202f021b6ad2be8810e6cea0fff526addf883cff25d4a7077e84c4d53" }, "downloads": -1, "filename": "springheel-4.0.0-py3.5.egg", "has_sig": true, "md5_digest": "451f66f924aa38727099eb880d6ca9cd", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 889621, "upload_time": "2019-06-20T17:08:28", "upload_time_iso_8601": "2019-06-20T17:08:28.550081Z", "url": "https://files.pythonhosted.org/packages/27/5f/ba3029b8804896e0abcdeba42628ebecdf0fb34ccaee833c3c1add73eb6e/springheel-4.0.0-py3.5.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f03f872ceab8398462f4a90a8c2b4aa9", "sha256": "5287c3786acdecd23b2dbb8059c898dbc8a6b4f1246f188800be49985abf3dc6" }, "downloads": -1, "filename": "springheel-4.0.0.tar.gz", "has_sig": true, "md5_digest": "f03f872ceab8398462f4a90a8c2b4aa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 998914, "upload_time": "2019-06-20T17:08:31", "upload_time_iso_8601": "2019-06-20T17:08:31.142825Z", "url": "https://files.pythonhosted.org/packages/aa/aa/ebecf42a66671b8f377c3bad0dadbad8ddc68db78b3d063a2873bd5da906/springheel-4.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "fadfbff3db6b5d8ddc10a2652ffb4055", "sha256": "191124ab131d53f74fd1d17226c1b5ed0e6b2cfb110c448b2c19baba17823b3e" }, "downloads": -1, "filename": "springheel-4.0.1-py3.7.egg", "has_sig": true, "md5_digest": "fadfbff3db6b5d8ddc10a2652ffb4055", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 888850, "upload_time": "2019-07-20T05:06:02", "upload_time_iso_8601": "2019-07-20T05:06:02.666018Z", "url": "https://files.pythonhosted.org/packages/b9/dc/c5cdc7016e8018a98f2210ba74c5fa06adb0c6ffc213268a3ad10fefbeca/springheel-4.0.1-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d070379a374f1ac711270eced726c993", "sha256": "0aa34d5519e0fabc9b531daff96ff9858ab418f6551d929066ef62bb594651c1" }, "downloads": -1, "filename": "springheel-4.0.1.tar.gz", "has_sig": true, "md5_digest": "d070379a374f1ac711270eced726c993", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 988782, "upload_time": "2019-07-20T05:06:05", "upload_time_iso_8601": "2019-07-20T05:06:05.171151Z", "url": "https://files.pythonhosted.org/packages/1b/2c/21e21324a1620cce62178b74be44dcf8b87a2eead9248223f6165ced0421/springheel-4.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "b31ab0940d2e9e6cb03079ca23af8277", "sha256": "4a0b45a3f238078ef410c7a8053344d7bfa0bd4ee34fdad1d160ae285d3b3702" }, "downloads": -1, "filename": "springheel-4.1.0-py3.7.egg", "has_sig": true, "md5_digest": "b31ab0940d2e9e6cb03079ca23af8277", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 889820, "upload_time": "2019-07-24T03:32:06", "upload_time_iso_8601": "2019-07-24T03:32:06.834811Z", "url": "https://files.pythonhosted.org/packages/f6/e7/45157fcb7dc9a7aa7d0c93037e350f3061f03d7b02d2c6edda7140a31e8f/springheel-4.1.0-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99e87547ae22eec8b7d99b3e0d738282", "sha256": "57796a0088472fa0ba0726f47dba2ca5c684bb6f05897a1f65d0e0b67925dbb4" }, "downloads": -1, "filename": "springheel-4.1.0.tar.gz", "has_sig": true, "md5_digest": "99e87547ae22eec8b7d99b3e0d738282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 989340, "upload_time": "2019-07-24T03:32:09", "upload_time_iso_8601": "2019-07-24T03:32:09.665793Z", "url": "https://files.pythonhosted.org/packages/c5/ee/e08f857dc642543fa41625b1184870dbe75d07a81609d2511add71068e8d/springheel-4.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "d1145e43c6910fd95259da91ad055676", "sha256": "c56ad1ddc17d06609ac0c75076bb0f82dab98a5d14736f6e36371be43db9b63c" }, "downloads": -1, "filename": "springheel-5.0.0-py3.7.egg", "has_sig": true, "md5_digest": "d1145e43c6910fd95259da91ad055676", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 891494, "upload_time": "2019-09-03T21:47:16", "upload_time_iso_8601": "2019-09-03T21:47:16.205771Z", "url": "https://files.pythonhosted.org/packages/ae/7d/dc7e465ddad35c7fc783e309c1a3321b66296ba17e420aed08df03000e2c/springheel-5.0.0-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf9c9773196c7ab49c91010a906fa3a6", "sha256": "61042f500ce6d77141c03378ca0d78edf9e36fce3aebf832bfdf85dcc7edabd7" }, "downloads": -1, "filename": "springheel-5.0.0.tar.gz", "has_sig": true, "md5_digest": "bf9c9773196c7ab49c91010a906fa3a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 990053, "upload_time": "2019-09-03T21:47:19", "upload_time_iso_8601": "2019-09-03T21:47:19.262421Z", "url": "https://files.pythonhosted.org/packages/49/21/445166d7ede67ed56ba7d9a4b52d9d937ef09ad9ed16edca87fd7d19777f/springheel-5.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "ee62d53943aef343120480f252a1dc89", "sha256": "877965636f2195d1daf933176ca152d486686685ef1821ccb3a314b0b411d645" }, "downloads": -1, "filename": "springheel-5.0.1-py3.7.egg", "has_sig": true, "md5_digest": "ee62d53943aef343120480f252a1dc89", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 891672, "upload_time": "2019-09-19T12:05:37", "upload_time_iso_8601": "2019-09-19T12:05:37.198418Z", "url": "https://files.pythonhosted.org/packages/84/af/63970b37a98792e07a7c01a2662b6fc511c829041d2082fc663b9164de80/springheel-5.0.1-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "336110e2672263480cfca1e5d8ca4865", "sha256": "6e62bdf0eef7b3e9e2c6e883493394ccc2569d448ddd85f421d3ed07ca2742a0" }, "downloads": -1, "filename": "springheel-5.0.1.tar.gz", "has_sig": true, "md5_digest": "336110e2672263480cfca1e5d8ca4865", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 990140, "upload_time": "2019-09-19T12:05:40", "upload_time_iso_8601": "2019-09-19T12:05:40.296489Z", "url": "https://files.pythonhosted.org/packages/52/5f/a66979cbaceb2bd99b1803da532b3436265830c69e917f6c9ec0f35cccd7/springheel-5.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "c87360e7e748151df5814f04da6f94b7", "sha256": "d44d7094da29f23338aa1cb686ffae5f0d1b2612ec3bab6597911693a6f19481" }, "downloads": -1, "filename": "springheel-5.0.2-py3.7.egg", "has_sig": true, "md5_digest": "c87360e7e748151df5814f04da6f94b7", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 884945, "upload_time": "2019-10-02T04:48:21", "upload_time_iso_8601": "2019-10-02T04:48:21.531188Z", "url": "https://files.pythonhosted.org/packages/22/0c/cdf99c220ecb2ecd8f8cc57774a405b87bbb06de5b4f5bee5beae2f20869/springheel-5.0.2-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "caf17b31ad8cf047b132a8a509ce53a4", "sha256": "deb0e3f4c615c77e3dd23c763a3d7e8c257fe47965237b5989e9718f1328e589" }, "downloads": -1, "filename": "springheel-5.0.2.tar.gz", "has_sig": true, "md5_digest": "caf17b31ad8cf047b132a8a509ce53a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 982693, "upload_time": "2019-10-02T04:48:24", "upload_time_iso_8601": "2019-10-02T04:48:24.638735Z", "url": "https://files.pythonhosted.org/packages/af/ed/119dfdf84f99f6171f8b8922da3fdde09040fad68b6f7b9c50c2f3f5a51b/springheel-5.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "542089bc57b062f01ec57ab324b164ac", "sha256": "386b1a12e24c90baa4342687384735bc87cf91baf06d69b9ccdfe0459fc36969" }, "downloads": -1, "filename": "springheel-5.0.3-py3.7.egg", "has_sig": true, "md5_digest": "542089bc57b062f01ec57ab324b164ac", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 884942, "upload_time": "2019-10-11T02:30:57", "upload_time_iso_8601": "2019-10-11T02:30:57.642643Z", "url": "https://files.pythonhosted.org/packages/53/f8/5d00eed6718fab08f8d9cf8571c7b82602201161b976bc08934f0c521782/springheel-5.0.3-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10b1dc2ec039e9517de2152836fb4991", "sha256": "b72c24b12f9c86f3489bed31f5b538b24e654cd55568ff8a81c72e5ba897d65a" }, "downloads": -1, "filename": "springheel-5.0.3.tar.gz", "has_sig": true, "md5_digest": "10b1dc2ec039e9517de2152836fb4991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 982779, "upload_time": "2019-10-11T02:31:00", "upload_time_iso_8601": "2019-10-11T02:31:00.644044Z", "url": "https://files.pythonhosted.org/packages/69/ce/ed64f2e4782026b80f60fbef1c872902e2e54fe810177b83fa25ab024cc6/springheel-5.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "5.1.0": [ { "comment_text": "", "digests": { "md5": "957f0e49926d5a0986d3ad51c4e4db0a", "sha256": "421c021c294b04a6b4e5c532270cd35690468673458cb20307e334021a738ee0" }, "downloads": -1, "filename": "springheel-5.1.0-py3.7.egg", "has_sig": true, "md5_digest": "957f0e49926d5a0986d3ad51c4e4db0a", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 885866, "upload_time": "2019-10-23T08:28:31", "upload_time_iso_8601": "2019-10-23T08:28:31.408394Z", "url": "https://files.pythonhosted.org/packages/45/45/0700251fd9bdb5f8e1d53ffabc3770ca40fb2709f8a1a9a18002466a8220/springheel-5.1.0-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "667c7de827d9f863a386fcf4976b2377", "sha256": "34dd2b3b0c047e8ecf0fb46e6da7f4277e1a40f7cc7ea4f352f22568d13d1eac" }, "downloads": -1, "filename": "springheel-5.1.0.tar.gz", "has_sig": true, "md5_digest": "667c7de827d9f863a386fcf4976b2377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 983843, "upload_time": "2019-10-23T08:28:34", "upload_time_iso_8601": "2019-10-23T08:28:34.201861Z", "url": "https://files.pythonhosted.org/packages/5a/32/f24d8c3c0d047de5705254874abbb48f656d50eb841d780546caf5175842/springheel-5.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.0": [ { "comment_text": "", "digests": { "md5": "fa62f9df4156d816a2782000d9405395", "sha256": "a58aeff6519291a1e1513d9b0516655d56a38177fe236d329b6bcb68a76f7c72" }, "downloads": -1, "filename": "springheel-5.2.0-py3.7.egg", "has_sig": true, "md5_digest": "fa62f9df4156d816a2782000d9405395", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 890246, "upload_time": "2019-10-28T02:10:01", "upload_time_iso_8601": "2019-10-28T02:10:01.610135Z", "url": "https://files.pythonhosted.org/packages/56/54/9f5e95af7aea691650b8fa99094606e332a84973ee023ecad6a434c25dcd/springheel-5.2.0-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1db6fedf7ea5750065eea2ed9db5dbe9", "sha256": "3b26a90a3044f03069108e0a248db20f6c64bfb3ed07a42eac6fb0c08409eefa" }, "downloads": -1, "filename": "springheel-5.2.0.tar.gz", "has_sig": true, "md5_digest": "1db6fedf7ea5750065eea2ed9db5dbe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 985519, "upload_time": "2019-10-28T02:10:04", "upload_time_iso_8601": "2019-10-28T02:10:04.658114Z", "url": "https://files.pythonhosted.org/packages/e6/1f/1780ecd359b19ce3354e373bac1dae84a2e2704f2f2fd41ae6bd31e28417/springheel-5.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.1": [ { "comment_text": "", "digests": { "md5": "e7c8c59c69ac4bab859cc3a939835106", "sha256": "382ed6d7eecb3c5e67b59de020f9c22517f8f3fedff810906fffa666250ad534" }, "downloads": -1, "filename": "springheel-5.2.1-py3.7.egg", "has_sig": true, "md5_digest": "e7c8c59c69ac4bab859cc3a939835106", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 891940, "upload_time": "2019-10-31T05:40:18", "upload_time_iso_8601": "2019-10-31T05:40:18.972714Z", "url": "https://files.pythonhosted.org/packages/dc/b5/6fa64dcbb27d8c6d0b61b5c87bea35599d0ef7efdf980ebe816a4e223b99/springheel-5.2.1-py3.7.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4aed8b67ab6e788d9e7abd704f8b9cdd", "sha256": "350ea0ab9ed466e6361be76c7091ae7fea82b2ac33382ec96698fba96d754336" }, "downloads": -1, "filename": "springheel-5.2.1-py3-none-any.whl", "has_sig": true, "md5_digest": "4aed8b67ab6e788d9e7abd704f8b9cdd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 881739, "upload_time": "2019-10-31T05:40:14", "upload_time_iso_8601": "2019-10-31T05:40:14.640664Z", "url": "https://files.pythonhosted.org/packages/51/cc/412de43a7c124f8b778f618133bb4285489bc0df65744db928c06cbc7dfa/springheel-5.2.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1110da4e763ec1c5cd03aabf5ee7c1b2", "sha256": "f107168dc0a72055fdd04b19b71a501a35d50ff14843a04dd1bffaa4b3d92799" }, "downloads": -1, "filename": "springheel-5.2.1.tar.gz", "has_sig": true, "md5_digest": "1110da4e763ec1c5cd03aabf5ee7c1b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 986849, "upload_time": "2019-10-31T05:40:23", "upload_time_iso_8601": "2019-10-31T05:40:23.136696Z", "url": "https://files.pythonhosted.org/packages/5b/28/a31ad9910cfd5f24073eb446ec5738fc4928802d80e16918d0893d4209c1/springheel-5.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.2": [ { "comment_text": "", "digests": { "md5": "93a82c241aad27cf978ef93cba136dde", "sha256": "4a5868e9bab426ace207011decbb347f1ef4941b912775348a838a8a9b2d1910" }, "downloads": -1, "filename": "springheel-5.2.2-py3.8.egg", "has_sig": true, "md5_digest": "93a82c241aad27cf978ef93cba136dde", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 901380, "upload_time": "2019-12-16T10:52:51", "upload_time_iso_8601": "2019-12-16T10:52:51.438491Z", "url": "https://files.pythonhosted.org/packages/6b/4d/b07b1c871d3df52c590ec6b6a39edf507b7596f9569e2edd46ff6f3a7fd0/springheel-5.2.2-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f9eb57d99c3ac37955fd7c37c5c8fba", "sha256": "18dbb6c256b241c7b8ed256bd70e5f2709e695436b04a471194e8c4b29f337ae" }, "downloads": -1, "filename": "springheel-5.2.2-py3-none-any.whl", "has_sig": true, "md5_digest": "2f9eb57d99c3ac37955fd7c37c5c8fba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 886158, "upload_time": "2019-12-16T10:52:48", "upload_time_iso_8601": "2019-12-16T10:52:48.936464Z", "url": "https://files.pythonhosted.org/packages/e9/f6/97cfa64fc0d934761e490834378ca81accaa6dc7cea3dc22e2185db3be51/springheel-5.2.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7342d9f7e8d34667e0cc5d46991bc919", "sha256": "907573c3fc843f97532cc13144627e617b5d37a30db3e5df4479c4a078a0ba1f" }, "downloads": -1, "filename": "springheel-5.2.2.tar.gz", "has_sig": true, "md5_digest": "7342d9f7e8d34667e0cc5d46991bc919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 999160, "upload_time": "2019-12-16T10:52:53", "upload_time_iso_8601": "2019-12-16T10:52:53.880968Z", "url": "https://files.pythonhosted.org/packages/f7/3d/f0dd5aabd32d4f1a2dcc68fdef467e688fd9f73c7923b66e23289cfefd7f/springheel-5.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.3": [ { "comment_text": "", "digests": { "md5": "bea9c19953b3404dc0d6f598763ad11b", "sha256": "ba9597d1661fe96c139d6609aa844d1e1cdd86e4dd46328f6a3cada61ca73924" }, "downloads": -1, "filename": "springheel-5.2.3-py3.8.egg", "has_sig": true, "md5_digest": "bea9c19953b3404dc0d6f598763ad11b", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 901320, "upload_time": "2019-12-30T00:19:48", "upload_time_iso_8601": "2019-12-30T00:19:48.645802Z", "url": "https://files.pythonhosted.org/packages/ff/83/4616ad741cc988f4b7aa3866818356378f3b0a9de73fce5c9363fee1a74d/springheel-5.2.3-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0a2548c3e79e4c7ed8e968aa9517a97", "sha256": "e0a0a793b2bee5335ee77ad3e6d15b4c4ac3d72fa572e37a9870a4281064bfbc" }, "downloads": -1, "filename": "springheel-5.2.3-py3-none-any.whl", "has_sig": true, "md5_digest": "e0a2548c3e79e4c7ed8e968aa9517a97", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 886147, "upload_time": "2019-12-30T00:19:45", "upload_time_iso_8601": "2019-12-30T00:19:45.511194Z", "url": "https://files.pythonhosted.org/packages/b5/7e/18ad03bb50c30dc9365551493f3af564c34104cc65ce3e411f1faa807901/springheel-5.2.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0e67effdfa34874d498ef758a57b065", "sha256": "6ba3c8abeb8bdce6bf901aeb1989f0b4c2c162bee891022b109ff76b31fc9426" }, "downloads": -1, "filename": "springheel-5.2.3.tar.gz", "has_sig": true, "md5_digest": "e0e67effdfa34874d498ef758a57b065", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 999356, "upload_time": "2019-12-30T00:19:51", "upload_time_iso_8601": "2019-12-30T00:19:51.597904Z", "url": "https://files.pythonhosted.org/packages/03/20/2dc596b958c2cc66f3bfccdf74e5e4dcc5e9bbccfa9d54b1b50f4be0497d/springheel-5.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.4": [ { "comment_text": "", "digests": { "md5": "a766271df964f5385f3b31935e1f2cb9", "sha256": "b5f622516bee1e50c3095952c1f75aed75b0986060370c08922210b43d3645a3" }, "downloads": -1, "filename": "springheel-5.2.4-py3.8.egg", "has_sig": true, "md5_digest": "a766271df964f5385f3b31935e1f2cb9", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 901480, "upload_time": "2019-12-30T01:52:07", "upload_time_iso_8601": "2019-12-30T01:52:07.438778Z", "url": "https://files.pythonhosted.org/packages/e6/22/22277f1896ae36b6dcf22801d0ecf111f291f559627b05a022f20dc48854/springheel-5.2.4-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e5a438255a012d13e8d99d789c1771d", "sha256": "48bc6ece6d987a0555c69f02161df5242de555e0c38540eaa81db015f3aa6af0" }, "downloads": -1, "filename": "springheel-5.2.4-py3-none-any.whl", "has_sig": true, "md5_digest": "5e5a438255a012d13e8d99d789c1771d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 886253, "upload_time": "2019-12-30T01:52:04", "upload_time_iso_8601": "2019-12-30T01:52:04.435988Z", "url": "https://files.pythonhosted.org/packages/2b/13/36a0d897cffd30629b0186c2646870d52c2fdeb5fcdf11567d68b511a88e/springheel-5.2.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d9f86cbe8d7646be4254479956a74b8", "sha256": "66a452358b09c9a122f1e80a732e44535a42466ebd3e91150f8335ce8ddcaccc" }, "downloads": -1, "filename": "springheel-5.2.4.tar.gz", "has_sig": true, "md5_digest": "3d9f86cbe8d7646be4254479956a74b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 999559, "upload_time": "2019-12-30T01:52:10", "upload_time_iso_8601": "2019-12-30T01:52:10.400244Z", "url": "https://files.pythonhosted.org/packages/15/a6/3701512157518af46555170c0db4e1758e60d71f82fc2b295bf02cf8fbd5/springheel-5.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "b4a26f09c942f6089f4a03a66d2a445b", "sha256": "74d0f433be722921b972dffc7e874347189a1d1750dcf0f413aac301b320a354" }, "downloads": -1, "filename": "springheel-6.0.0-py3.8.egg", "has_sig": true, "md5_digest": "b4a26f09c942f6089f4a03a66d2a445b", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 948667, "upload_time": "2020-05-27T05:37:39", "upload_time_iso_8601": "2020-05-27T05:37:39.366409Z", "url": "https://files.pythonhosted.org/packages/66/0a/c66dddb4a12c85e29ab373b0e9b226a3d57d95cb072e826fca0bfcb6b792/springheel-6.0.0-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff29c60bf4986b975d2f2fa7053e97da", "sha256": "e7d800a219c1e7978efdd4cbc9660b7f7cb96bf50b4510bc4c6923fa18625e1d" }, "downloads": -1, "filename": "springheel-6.0.0-py3-none-any.whl", "has_sig": true, "md5_digest": "ff29c60bf4986b975d2f2fa7053e97da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 931358, "upload_time": "2020-05-27T05:37:37", "upload_time_iso_8601": "2020-05-27T05:37:37.037808Z", "url": "https://files.pythonhosted.org/packages/ef/d3/d8abc1983fd56851f25b1302f7ec5bda3e29f9c6333c3f38aab54d95a2a3/springheel-6.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f4c32e2f5fd2d4784360c7a45b6108a", "sha256": "2c4d02b0f6c9b3df2b4394d5f4b9cf0c9cefe65dfde56b23a6c25ca5034f925f" }, "downloads": -1, "filename": "springheel-6.0.0.tar.gz", "has_sig": true, "md5_digest": "2f4c32e2f5fd2d4784360c7a45b6108a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1033535, "upload_time": "2020-05-27T05:37:41", "upload_time_iso_8601": "2020-05-27T05:37:41.703998Z", "url": "https://files.pythonhosted.org/packages/2c/2a/5602e1cf5f863b69b2b7ed48550e6e15dec8f79790a9fba883e7a7de0eba/springheel-6.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "f208a1d01593c4188b561aa3928ae32f", "sha256": "ef5a208188b5d6da7fd19de4ae93d299b6383982b9a6dbf8156c671a900b6f62" }, "downloads": -1, "filename": "springheel-6.0.1-py3.8.egg", "has_sig": true, "md5_digest": "f208a1d01593c4188b561aa3928ae32f", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 948908, "upload_time": "2020-07-18T09:22:35", "upload_time_iso_8601": "2020-07-18T09:22:35.304581Z", "url": "https://files.pythonhosted.org/packages/83/7d/dcc9401e4ac26385f766950beb1a3595cd43d5962a2e5685450250045acf/springheel-6.0.1-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1cb58e013567e55db4b286e50e34381", "sha256": "4447b3226498568a9d9834eb6e3c10e778046b590070ac3d05483476940b78e0" }, "downloads": -1, "filename": "springheel-6.0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "b1cb58e013567e55db4b286e50e34381", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 931457, "upload_time": "2020-07-18T09:22:33", "upload_time_iso_8601": "2020-07-18T09:22:33.421146Z", "url": "https://files.pythonhosted.org/packages/5d/56/5b34d8a9a3e27e2e7c7a04a808d8ce2e0e842dfe9ff9ea1e385156a39adb/springheel-6.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9d3cc5c1552d59743f4ca7f4b453aa2", "sha256": "ffd822e4b631d436a57c3b9c5705d9c19d1bfbe7815c0440a52219f0168e0145" }, "downloads": -1, "filename": "springheel-6.0.1.tar.gz", "has_sig": true, "md5_digest": "f9d3cc5c1552d59743f4ca7f4b453aa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1033810, "upload_time": "2020-07-18T09:22:37", "upload_time_iso_8601": "2020-07-18T09:22:37.624954Z", "url": "https://files.pythonhosted.org/packages/c3/cf/56a345a266fc2aef55cf6aba3edce1a0d03c16f4bca49957086b2fa06d11/springheel-6.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "dfa89bf617427d4e23c6171d2ee3bd4b", "sha256": "c0b9f4480e548bc3d0b73aa65c2111007351d297096f53e65379c5612eda4e9b" }, "downloads": -1, "filename": "springheel-6.0.2-py3.8.egg", "has_sig": true, "md5_digest": "dfa89bf617427d4e23c6171d2ee3bd4b", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 948887, "upload_time": "2020-07-18T09:59:12", "upload_time_iso_8601": "2020-07-18T09:59:12.033168Z", "url": "https://files.pythonhosted.org/packages/0b/fc/ad05219907e7f1b83526e3a02f4bbfa117640755516ca29f8077fbcaa078/springheel-6.0.2-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "429d866ef25554d02d749f96ecdee94f", "sha256": "a2f9498e828415f449fb1a8238b31f8b0e424899939fb039edd18436770bea29" }, "downloads": -1, "filename": "springheel-6.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "429d866ef25554d02d749f96ecdee94f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 931451, "upload_time": "2020-07-18T09:59:09", "upload_time_iso_8601": "2020-07-18T09:59:09.830855Z", "url": "https://files.pythonhosted.org/packages/9b/ce/625a5da2aa8f061815df6e6fda2632dd370ddfaf7f9bb0316d7e132eb073/springheel-6.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "568065ab2bd2c593738f08b204ed7f69", "sha256": "de085f2a28f6659f6eb51a1be411c3f595f74847e6c6dad3fb08ec868811467e" }, "downloads": -1, "filename": "springheel-6.0.2.tar.gz", "has_sig": true, "md5_digest": "568065ab2bd2c593738f08b204ed7f69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1033782, "upload_time": "2020-07-18T09:59:14", "upload_time_iso_8601": "2020-07-18T09:59:14.463941Z", "url": "https://files.pythonhosted.org/packages/b5/81/65e1681f8b5ba697965d1edbd8d0dfb9826b60e2b6f911bdb2464b6f65cc/springheel-6.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.3": [ { "comment_text": "", "digests": { "md5": "97938a44917712ca2beb667ae5c95953", "sha256": "e7609d375984b25c58e777e21213efaf8dd9c653571aff7d630f7564c84e9879" }, "downloads": -1, "filename": "springheel-6.0.3-py3.8.egg", "has_sig": true, "md5_digest": "97938a44917712ca2beb667ae5c95953", "packagetype": "bdist_egg", "python_version": "3.8", "requires_python": null, "size": 948905, "upload_time": "2020-07-26T17:19:11", "upload_time_iso_8601": "2020-07-26T17:19:11.554785Z", "url": "https://files.pythonhosted.org/packages/33/b1/9a0d68d330ff15ab85a21d3b7c59b48a22e088dec80d0ac318f31f28f74d/springheel-6.0.3-py3.8.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f982d85bc11f1ee4d9c85bd1f830905", "sha256": "c8facc3f4dc993a6e94b33d7e34189d7ac39d64d404472e4f3c26250049df276" }, "downloads": -1, "filename": "springheel-6.0.3-py3-none-any.whl", "has_sig": true, "md5_digest": "6f982d85bc11f1ee4d9c85bd1f830905", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 931461, "upload_time": "2020-07-26T17:19:09", "upload_time_iso_8601": "2020-07-26T17:19:09.451297Z", "url": "https://files.pythonhosted.org/packages/cc/64/3a4721b05aae6e340a1a3206e1999dbff75e2eb0cb367519a354b8fe72d2/springheel-6.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7611dff6dafc388f60e8b8a170f81d1a", "sha256": "cef163b1a3675173aa7da400e7dfa2a862bcb2d60ba06dc510d7f214ccc0486c" }, "downloads": -1, "filename": "springheel-6.0.3.tar.gz", "has_sig": true, "md5_digest": "7611dff6dafc388f60e8b8a170f81d1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1033924, "upload_time": "2020-07-26T17:19:13", "upload_time_iso_8601": "2020-07-26T17:19:13.895220Z", "url": "https://files.pythonhosted.org/packages/57/ae/ab3cc3e65a50ac8526c638246a41b370216126b64799ec657a367204a881/springheel-6.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.0": [ { "comment_text": "", "digests": { "md5": "9eb45b71ec807a511ab90b9b08b5f325", "sha256": "4535e6c995e81550645229f31c4070af03975f3b376e7d87814a6138d6ddabbb" }, "downloads": -1, "filename": "springheel-7.0.0-1-py3-none-any.whl", "has_sig": true, "md5_digest": "9eb45b71ec807a511ab90b9b08b5f325", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1075749, "upload_time": "2021-06-21T21:45:34", "upload_time_iso_8601": "2021-06-21T21:45:34.795831Z", "url": "https://files.pythonhosted.org/packages/0a/9a/832134f0d1c3e55cbba20a3d6b67fa15cc336575fea4edaba4e179fee9c0/springheel-7.0.0-1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d4a99aa229cc3bd3571b5732a8ec67af", "sha256": "73ad868f2fd51b0b6380d082618c391845c81191bc6730112ef1b40a9bf5adfc" }, "downloads": -1, "filename": "springheel-7.0.0-1.tar.gz", "has_sig": false, "md5_digest": "d4a99aa229cc3bd3571b5732a8ec67af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1808203, "upload_time": "2021-06-21T21:48:03", "upload_time_iso_8601": "2021-06-21T21:48:03.477565Z", "url": "https://files.pythonhosted.org/packages/ee/00/e31e59901c416343603cc39dc0320e900f054fa3bb7a05d7e20cf513dde8/springheel-7.0.0-1.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.1": [ { "comment_text": "", "digests": { "md5": "7bea7bf23d225f8d27cb99ee45ed11d9", "sha256": "5a95d178e6ab82522af75e4d139db33108b7a4f872f896562d4a6562d5b2e7d0" }, "downloads": -1, "filename": "springheel-7.0.1-py3.9.egg", "has_sig": true, "md5_digest": "7bea7bf23d225f8d27cb99ee45ed11d9", "packagetype": "bdist_egg", "python_version": "3.9", "requires_python": null, "size": 1421209, "upload_time": "2021-06-30T03:10:37", "upload_time_iso_8601": "2021-06-30T03:10:37.758789Z", "url": "https://files.pythonhosted.org/packages/bf/72/f397202c3929dd8259b46767ddf79844eedda284a9d965749eab9425c4c2/springheel-7.0.1-py3.9.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe00b509f4e6861d08595636a92c830b", "sha256": "01e9feaf42ae2a8c604aac89d9d4a99c7ce2f3615aac9e6d121025618b2c837c" }, "downloads": -1, "filename": "springheel-7.0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "fe00b509f4e6861d08595636a92c830b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1458086, "upload_time": "2021-06-30T03:10:35", "upload_time_iso_8601": "2021-06-30T03:10:35.035683Z", "url": "https://files.pythonhosted.org/packages/81/92/801efa3985f624175517fb5e427b1726dff3295d578fb1c9ad28e6afbd79/springheel-7.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cdb409c96a76501b1bec7728165d85a4", "sha256": "1d331e7788703700d0fcdc79ece403d32dc7423cc41289cbd1164681bb8340d9" }, "downloads": -1, "filename": "springheel-7.0.1.tar.gz", "has_sig": true, "md5_digest": "cdb409c96a76501b1bec7728165d85a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1811170, "upload_time": "2021-06-30T03:10:40", "upload_time_iso_8601": "2021-06-30T03:10:40.865256Z", "url": "https://files.pythonhosted.org/packages/cc/1c/f0ecc7c2a35c9b5e67e18fc441566f50cd7c27781c1ede6594d7af5ccf89/springheel-7.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.2": [ { "comment_text": "", "digests": { "md5": "34f30606a819ac3c7d29cfb5fbcd69a2", "sha256": "d968619fbf0e58089bba4b5c9a260659cb4a4fbc324369a54807e64d62627c56" }, "downloads": -1, "filename": "springheel-7.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "34f30606a819ac3c7d29cfb5fbcd69a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1095361, "upload_time": "2021-07-13T00:27:42", "upload_time_iso_8601": "2021-07-13T00:27:42.826294Z", "url": "https://files.pythonhosted.org/packages/21/6a/b472ac3df6988e7c0c229b2c72c1602a909df6d8b9c9bdf931deabea9b70/springheel-7.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "942b963ba7ce9164d0b99f2249b152d3", "sha256": "c45f7d2cea441a0cbe48fe5ad2e892a23875824c72400fa51d4040a0128b9b23" }, "downloads": -1, "filename": "springheel-7.0.2.tar.gz", "has_sig": true, "md5_digest": "942b963ba7ce9164d0b99f2249b152d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1841597, "upload_time": "2021-07-13T00:27:46", "upload_time_iso_8601": "2021-07-13T00:27:46.006789Z", "url": "https://files.pythonhosted.org/packages/c4/2e/9c603870985442080b7d4072d25a29511b3c69060e895a31e31d11a661f2/springheel-7.0.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34f30606a819ac3c7d29cfb5fbcd69a2", "sha256": "d968619fbf0e58089bba4b5c9a260659cb4a4fbc324369a54807e64d62627c56" }, "downloads": -1, "filename": "springheel-7.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "34f30606a819ac3c7d29cfb5fbcd69a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1095361, "upload_time": "2021-07-13T00:27:42", "upload_time_iso_8601": "2021-07-13T00:27:42.826294Z", "url": "https://files.pythonhosted.org/packages/21/6a/b472ac3df6988e7c0c229b2c72c1602a909df6d8b9c9bdf931deabea9b70/springheel-7.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "942b963ba7ce9164d0b99f2249b152d3", "sha256": "c45f7d2cea441a0cbe48fe5ad2e892a23875824c72400fa51d4040a0128b9b23" }, "downloads": -1, "filename": "springheel-7.0.2.tar.gz", "has_sig": true, "md5_digest": "942b963ba7ce9164d0b99f2249b152d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1841597, "upload_time": "2021-07-13T00:27:46", "upload_time_iso_8601": "2021-07-13T00:27:46.006789Z", "url": "https://files.pythonhosted.org/packages/c4/2e/9c603870985442080b7d4072d25a29511b3c69060e895a31e31d11a661f2/springheel-7.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }