{ "info": { "author": "W. Minchin", "author_email": "w_minchin@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: Pelican :: Themes", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=======\nSeafoam\n=======\n\n.. image:: https://raw.githubusercontent.com/MinchinWeb/seafoam/master/docs/seafoam-logo-4x.png\n :align: center\n :alt: Seafoam Logo\n\n``Seafoam`` is a theme for `Pelican `_,\na static site generator written in Python.\n\nThe ``seafoam`` theme is based on Bootstrap 3, and was first used at\n`Minchin.ca `_. \n\nInstallation\n------------\n\nThe easiest way to install the ``seafoam`` theme is through the use\nof pip. This will also install the required dependencies automatically.\n\n.. code-block:: sh\n\n pip install seafoam\n\nThen, in your ``pelicanconf.py`` file, import the module, use the\nbuilt in function to specify your theme location, set the default\ncolour scheme (more options coming soon), add the required plugins, and set\nthe image processing patterns used:\n\n.. code-block:: python\n\n import seafoam\n\n THEME = seafoam.get_path()\n BOOTSTRAP_THEME = 'seafoam'\n\n PLUGINS = ['minchin.pelican.jinja_filters',\n 'minchin.pelican.plugins.image_process',\n # others, as desired...\n ]\n\n IMAGE_PROCESS = {\n 'article-feature': [\"scale_in 848 848 True\"],\n 'index-feature': [\"scale_in 263 263 True\"],\n }\n\n # Generate 404 error page\n TEMPLATE_PAGES = {\n '404.html': '404.html',\n }\n\n # the rest of the your configuration file...\n\n\nYou will may also need to configure the theme through the use of additional\nsettings (see below).\n\n\nRequirements\n------------\n\n``Seafoam`` requires Pelican and the ``image_process`` and\nthe ``jinja filters`` plugin. If the theme is installed from pip, these\nshould be automatically installed. If needed they can be manually\ninstalled with pip:\n\n.. code-block:: sh\n\n pip install pelican\n pip install minchin.pelican.plugins.image_process\n pip install minchin.pelican.jinja_filters\n\n\nSupported Plugins\n-----------------\n\nSeafoam works with several other plugins for Pelican, but none of those\nlisted in this section are required.\n\n- `readtime `_ -- provides estimated reading time for articles. Available from PyPI as ``pelican-readtime``.\n- `post-stats `_ -- provides estimated reading time for articles if `readtime` is not available. Available in the `Pelican Plugins collection `_.\n- `neighbors `_ -- provides post-article links to the next and previous article on your blog and the next and previous article in that category. Available on PyPI as ``pelican-neighours``.\n- `pelican_comment_system `_ -- add static comments to your blog. Available in the `Pelican Plugins collection `_.\n- `Related Posts `_ -- adds the related_posts variable to the article's context.\n- Tipue Search\n\n\nAdditional Settings\n-------------------\n\nThese settings can be set in your ``pelicanconf.py`` file (your Pelican settings\nfile) to alter the behavior of the theme.\n\nIf a value is given below, this represents the effective default value. If no\nvalue is given, the effective default value is `None`.\n\nIf you are using this theme on a sub-site (i.e a directory of the \"main site\"),\nlook at ``MENUITEMS_2``, ``MENUITEMS_2_AT``, and ``MENUITEMS_2_AT_LINK``\nsettings.\n\nIf you are using this theme on a subdomain, look at the ``SITE_ROOT_URL``\nsetting.\n\nThis documentation has to be manually updated. If the settings no longer match\nthe theme's behavior, or a setting is missing from here, please open a ticket\non `GitHub `_.\n\n.. use the \".. data::\" directive here for Sphinx output, but on GitHub, that just causes everything to disappear\n\nABOUT_ME\n You can show a short blurb of text about yourself and a picture. This setting\n is the paragraph. Raw HTML is accepted. See the ``AVATAR`` setting to set the\n picture.\nADAM\n These ADAM settings were originally set up to support my genealogy sub-site\n (the original name of the the pre-processor I was using as called \"Adam\"). If\n this is set to ``False``, the rest of the ADAM_* settings won't be active.\n These settings are probably generic enough that you could use these for any\n generator or outside program used to help generate your site.\nADAM_COPY_DATE\n Override the copyright date in the footer. (Provide a string).\nADAM_FOOTER\n An extra \"page footer\" to apply to all pages. (Provide an HTML string.)\nADAM_LINK\n Link target for the Adam version text.\nADAM_UPDATED\n Override the updated date.\nADAM_VERSION\n Reported name and version of \"Adam\". \nADDTHIS_PROFILE\n You can enable sharing buttons through `AddThis `_\n by this setting to your AddThis profile-id. This will display a Tweet,\n Facebook Like and Google +1 button under each post.\nARCHIVES_URL\n Same as the regular Pelican setting.\nASSET_CSS\n Set to ``True`` if you want the ``asset`` plugin to compile your CSS.\nASSET_JS\n Set to ``True`` if you want the ``asset`` plugin to compile your Javascript.\nAUTHOR\n Who to list as the copyright belonging to in the site footer.\nAUTHORS_URL\n Same as the regular Pelican setting.\nAVATAR\n You can show a short blurb of text about yourself and a picture. This setting\n is the path to the picture. See the ``ABOUT_ME`` setting to set the\n descriptive paragraph.\nBOOTSTRAP_NAVBAR_INVERSE = False\n Apply inverse CSS setting to Navbar.\nBOOTSTRAP_THEME\n Set this to `seafoam`. Other values (including leaving this unset) are not\n expected to work correctly.\nCATEGORIES_URL\n Same as the regular Pelican setting.\nCATEGORY_IMAGES\n Provide a default featured image by category. If an image is set in the\n article metadata, that will override this.\n\n Provide a dictionary where the key is the category name and the value is the\n path of the image, relative to the SITEURL.\nCC_ATTR_MARKUP\n Optionally, you can include attribution markup in the CC license mark by\n setting this to ``True``.\nCC_LICENSE\n Set a site-wide Creative Commons License by specify the \"short name\" of the\n license (like ``CC_BY``, or ``CC-BY-NC-ND``). Alternately, use\n ``CC_LICENSE_COMMERCIAL`` and ``CC_LICENSE_DERIVATIVES`` to \"build a\n license\".\nCC_LICENSE_COMMERCIAL\n \"yes\" if commercial use is permitted, \"no\" otherwise. Use this in lieu of\n ``CC_LICENSE`` and in combination with ``CC_LICENSE_DERIVATIVES`` to \"build a\n license\".\nCC_LICENSE_DERIVATIVES\n \"yes\" is derivatives are permitted, \"no\" otherwise. Use this in lieu of\n ``CC_LICENSE`` and in combination with ``CC_LICENSE_COMMERCIAL`` to \"build a\n license\".\nCUSTOM_CSS\n Link, relative to SITEURL, to a custom CSS file.\nCUSTOM_CSS_LIST\n Custom CSS to load; can be either absolute links, or relative links. If the\n listed item starts with ``//``, ``http://``, ``https://``, it is assumed to\n be absolute link and added as-is to the markup. Otherwise, the link is\n assumed to be relative to SITEURL.\nCUSTOM_JS_LIST\n Custom Javascript to load; can be either scripts, absolute links, or relative\n links. If the listed item starts with ```` section rather than the end of the page. Generally, you will want\n to put your Javascript at the end of the page (i.e. in ``CUSTOM_JS_LIST``\n rather than here), as any Javascript referenced here must generally be\n completed loaded before the page will start being rendered.\n \n When ``JQUERY_JS_IN_HEAD == True`` (not the default), JQuery is listed before\n the other scripts listed here.\n \n See also ``CUSTOM_JS_LIST`` and ``JQUERY_JS_IN_HEAD``.\nDEFAULT_LANG\n .\nDISPLAY_BREADCRUMBS = False\n Display Breadcrumbs on site.\n\n See also ``MENUITEMS_2_AT`` and ``MENUITEMS_2_AT_LINK`` settings.\nDISPLAY_CATEGORIES_ON_MENU\n Include categories on the main site menu.\nDISPLAY_CATEGORIES_ON_SIDEBAR\n Include a listing of categories on the sidebar (assuming the sidebar is\n active; see ``HIDE_SIDEBAR`` setting)\nDISPLAY_PAGES_ON_MENU\n Include a listing of pages on the sidebar (assuming the sidebar is active;\n see ``HIDE_SIDEBAR`` setting)\nDISPLAY_RECENT_POSTS_ON_SIDEBAR\n Include a listing of recent posts on the sidebar (assuming the sidebar is\n active; see ``HIDE_SIDEBAR`` setting). Also see the ``RECENT_POST_COUNT``\n setting.\nDISPLAY_TAGS_INLINE\n .\nDISPLAY_TAGS_ON_SIDEBAR = True\n Include a listing of tags on the sidebar (assuming the sidebar is active;\n see ``HIDE_SIDEBAR`` setting)\nDISQUS_DISPLAY_COUNTS\n Display the number of comments (assuming Disqus comments are active; see\n ``DISQUS_SITENAME`` settings)\nDISQUS_ID_PREFIX_SLUG\n Set this to ``True`` if you have configured your article URLs such that the\n slug alone will likely not be unique. Ignored if ``DISQUS_NO_ID`` is ``True``.\nDISQUS_NO_ID\n This theme sets identifiers for each article's comment threads. If you are\n switching from a theme that doesn't (such as the Pelican built-in default)\n this will result in existing comments getting lost. To prevent this, set\n this setting to ``True``.\nDISQUS_SITENAME\n Set to your Disqus sitename to activate Disqus comments on your site.\n\n You can also enable Disqus comments for pages. This is a per-page setting you\n can control by adding a field comments to you pages' metadata. Set it to\n enabled to enable comments for that page. Comment-threads for pages will have\n an id that is prefixed by ``page-``.\n\n You will probably only use this or the Pelican Comment System; odd results\n may come if you try to use both together. See the ``PELICAN_COMMENT_SYSTEM``\n setting.\nDOCUTIL_CSS\n If you're using reStructuredText for writing articles and pages, you can\n include the extra CSS styles that are used by the docutils-generated HTML by\n setting this to ``True``. This can be done as a global setting or setting it\n in the metadata of a specific article or page.\nFAVICON\n The location of your site's FavIcon, relative to the SITEURL.\nFEED_ALL_ATOM\n Same as the regular Pelican setting. If set, a link to your Atom feed will\n appear in the site's HTML header and as a link in the footer of the site.\nFEED_ALL_RSS\n Same as the regular Pelican setting. If set, a link to your RSS feed will\n appear in the site's HTML header.\nGITHUB_REPO_COUNT = 5\n See ``GITHUB_USER`` setting.\nGITHUB_SHOW_USER_LINK\n See ``GITHUB_USER`` setting.\nGITHUB_SKIP_FORK = False\n See ``GITHUB_USER`` setting.\nGITHUB_USER\n The theme can show your most recently active GitHub repos in the sidebar. To\n enable, set this to you GitHub username. Appearance and behavior can be\n controlled using the ``GITHUB_REPO_COUNT``, ``GITHUB_SKIP_FORK``, and \n ``GITHUB_SHOW_USER_LINK`` variables.\nGOOGLE_ANALYTICS\n Used to activate \"classic\" Google Analytics. Set this to your account's Google\n Analytics ID. Although this setting doesn't conflict with\n ``GOOGLE_ANALYTICS_UNIVERSAL``, you will in most cases only use one or the\n other.\nGOOGLE_ANALYTICS_UNIVERSAL\n Used to activate \"universal\" Google Analytics (this is the new version). Set\n this to your account's ID (a number). Also set\n ``GOOGLE_ANALYTICS_UNIVERSAL_PROPERTY``. Although this setting doesn't\n conflict with ``GOOGLE_ANALYTICS``, you will in most cases only use one or\n the other.\nGOOGLE_ANALYTICS_UNIVERSAL_PROPERTY\n Set this to the Google Analytics \"property\" this site represents. See also\n (and set) ``GOOGLE_ANALYTICS_UNIVERSAL``.\nHIDE_SIDEBAR = False\n Hide the sidebar, and all it's contents. Also review the settings\n ``DISPLAY_CATEGORIES_ON_SIDEBAR``, ``DISPLAY_RECENT_POSTS_ON_SIDEBAR``,\n ``DISPLAY_TAGS_ON_SIDEBAR``, ``GITHUB_USER``, ``LINKS``, and\n ``TWITTER_USERNAME`` variables.\nHIDE_SITENAME = False\n Hide the sitename in the site navbar.\nINDEX_COPY_DATE\n Copyright date to display on the index page (homepage) of the site.\nJQUERY_JS_IN_HEAD = False\n Bootstrap depends on JQuery. Typically, good practice is to load all your\n Javascript from the end of your page. However, in certain cases, I've needed\n to load JQuery sooner. So this moves loading JQuery from the end of the page\n to the header. When active, JQuery is listed before the other scripts in\n ``CUSTOM_JS_LIST_HEAD``. See also ``CUSTOM_JS_LIST_HEAD``.\nLINKS\n Extra links to display sidebar. Provide a list of tuples of the form\n ``('name', 'link')``.\nMENUITEMS\n Extra items to add to the menu. Provide a list of tuples of the form\n ``(title, link, icon)``. ``link`` is absolute, so build them using SITEURL, \n if needed. ``icon`` here is of the form of the CSS classes to be used; e.g.\n ``'fa fa-fw fa-pencil'``. ``icon`` can be set to ``None``.\n\n If this is set, the working assumption is that the site you are generating is\n a \"sub-site\".\nMENUITEMS_2\n Extra items you want added as a sub-menu. Use in conjunction with the\n ``MENUITEMS_2_AT`` setting. Provide a list of tuples of the form\n ``(title, link, icon)``. ``link`` is absolute, so build them using SITEURL, \n if needed. ``icon`` here is of the form of the CSS classes to be used; e.g.\n ``'fa fa-fw fa-pencil'``. ``icon`` can be set to ``None``.\n\n This setting is working on the assumption that your generated site in going\n into a subdirectory of your \"main\" site.\nMENUITEMS_2_AT\n If ``MENUITEMS_2`` is set, under which (main) menu item are these to be\n displayed. This should match a \"name\" of one of the items on ``MENUITEMS``;\n if no match is found, these sub-menu items will not be displayed.\n\n When set and Breadcrumbs are enabled, all items on the site are shown to be\n under both \"home\" (linked to at the ``SITE_ROOT_URL``) and ``MENUITEMS_2_AT``\n (linked to at ``MENUITEMS_2_AT_LINK``).\nMENUITEMS_2_AT_LINK\n When set and Breadcrumbs are enabled, all items on the site are shown to be\n under both \"home\" (linked to at the ``SITE_ROOT_URL``) and ``MENUITEMS_2_AT``\n (linked to at ``MENUITEMS_2_AT_LINK``).\nNAVBAR_ON_TOP\n If True, the navigation menu is on top. If False, the navigation menu is\n vertical on the left side of the page. Default is False.\nNEIGHBORS\n Activates the links to the next and previous articles, both in the \"all\n posts\" index and the category-specific index. Requires the\n `neighbors `_ to be both\n installed and activated (i.e. listed under ``PLUGINS``).\nOPEN_GRAPH_FB_APP_ID\n You can use this setting to provide a Facebook *app id*. See the\n ``USE_OPEN_GRAPH`` setting.\nOPEN_GRAPH_IMAGE\n A default image to use with Open Graph. This is a filepath relative to your\n SITEURL. See the ``USE_OPEN_GRAPH`` setting.\nPAGINATOR_LIMIT = 8\n Number of page number links to appear of the main \"index\" page of your\n blog. The default of 8 results in showing a link to page 1, links the\n three previous pages (8 divided by 2 and rounded down), a number\n representing the current page, links to the next three pages, and a link\n to the last page.\nPDF_PROCESSOR\n .\nPELICAN_COMMENT_SYSTEM = False\n Set this to ``True`` to active the\n `pelican_comment_system `_.\n\n The Pelican Comment System has\n `further settings `_\n that are not used directly by the theme.\n\n You will probably only use this or Disqus; odd results may come if you try to\n use both together. See the ``DISQUS_SITENAME`` setting.\nPELICAN_COMMENT_SYSTEM_DISPLAY_COUNTS = True\n Whether to display the number of comments\nPELICAN_COMMENT_SYSTEM_EMAIL_DOMAIN\n The domain name of the email where you want the comments to be emailed to\n (i.e. the part after the ``@`` sign). See the\n ``PELICAN_COMMENT_SYSTEM_EMAIL_USER`` and ``PELICAN_COMMENT_SYSTEM``\n settings.\nPELICAN_COMMENT_SYSTEM_EMAIL_USER\n The username of the email where you want the comments to be emailed to (i.e.\n the part before the ``@`` sign). See the\n ``PELICAN_COMMENT_SYSTEM_EMAIL_DOMAIN`` and ``PELICAN_COMMENT_SYSTEM``\n setting.\nPELICAN_COMMENT_SYSTEM_FEED, PELICAN_COMMENT_SYSTEM_FEED_ALL\n Used internally to generate links to the Comment RSS/Atoms feeds.\nPELICAN_COMMENT_SYSTEM_IDENTICON_SIZE = 72\n The size of the Identicons generated by the Pelican Comment System.\nPIWIK_SITE_ID\n Used for Piwik site analytics.\nPIWIK_SSL_URL = PIWIK_URL\n Used for Piwik site analytics.\nPIWIK_URL\n Used for Piwik site analytics.\nPLUGINS\n Same as the regular Pelican setting.\nPRJCT\n Set to ``TRUE`` to active `prjct `_\n support. Recommended segment to include in your ``pelicanconf.py``:\n\n .. code-block:: python\n\n import prjct\n\n PRJCT = True\n PRJCT_TODO, PRJCT_DONE = prjct.todo_export.to_html_dicts()\n PRJCT_PROJECTS = prjct.multi_source.project_list()\n PRJCT_ACTIVE_PROJECTS = prjct.multi_source.active_project_list()\n PRJCT_SOMEDAY_PROJECTS = prjct.config.someday_projects()\n PRJCT_COMPLETED_PROJECTS = prjct.config.completed_projects()\n PRJCT_DESC = prjct.descriptions.to_html_dict(markdown_extension_config=MARKDOWN['extension_configs'])\n PRJCT_VERSION = prjct.__version__\n PRJCT_FOOTER_URL = prjct.__url__\n\n Also add prjct to our direct templates list.\nPRJCT_ACTIVE_PROJECTS\n A list of *active* projects. Used to sort projects on the main prjct page.\n See the ``PRJCT`` setting.\nPRJCT_COMPLETED_PROJECTS\n A list of *active* projects. Used to sort projects on the main prjct page.\n See the ``PRJCT`` setting.\nPRJCT_DESC\n A dictionary of descriptions for each project, where the key is the name of\n the project, and will match the *tag* page where the output appears. The\n return value is assumed to be a valid HTML segment. See the ``PRJCT``\n setting.\nPRJCT_DONE\n A dictionary of done to-do items for each project, where the key is the name\n of the project, and will match the *tag* page where the output appears. The\n return value is assumed to be a valid HTML segment. See the ``PRJCT``\n setting.\nPRJCT_FOOTER_URL = 'https://github.com/MinchinWeb/prjct'\n *prjct* URL used for link displayed in footer. See the ``PRJCT`` setting.\nPRJCT_SOMEDAY_PROJECTS\n A list of *active* projects. Used to sort projects on the main prjct page.\n See the ``PRJCT`` setting.\nPRJCT_TODO\n A dictionary of open to-do items for each project, where the key is the name\n of the project, and will match the *tag* page where the output appears. The\n return value is assumed to be a valid HTML segment. See the ``PRJCT``\n setting.\nPRJCT_VERSION = ''\n *prjct* version displayed in footer. See the ``PRJCT`` setting.\nPYGMENTS_STYLE = 'native'\n This setting is currently ignored, and my preferred Pygments style is\n included directly into the Seafoam CSS.\nRECENT_POST_COUNT = 5\n Number of recent posts to display on the sidebar. See the\n ``DISPLAY_RECENT_POSTS_ON_SIDEBAR`` setting.\nRELATED_POSTS_TEXT = 'Related Posts:'\n Header for related posts listing. Requires that the\n `Related Posts Plugin `_\n be active.\nSITELOGO\n Link to the site logo (displayed in the navbar). This is relative to the\n SITEURL.\nSITELOGO_SIZE\n The width of the site logo in the navbar. Can be set to any valid CSS value\n (i.e. %, em, px, etc). I have had good luck setting this to ``100%``.\nSITENAME\n The name of your site, displayed in the navbar.\nSITEURL\n Same as the Pelican setting. Set this to where this Pelican site is actually\n hosted. Also see the ``SITE_ROOT_URL`` setting.\nSITE_ROOT_URL = SITEURL\n Use this if you're hosting a subsite of some sort. This is where the links in\n logo in the navbar and the home icon in the breadcrumbs will point to. See\n also the ``MENUITEMS_2_AT`` setting.\nSOCIAL\n A list of your social media sites to be listed in the sidebar. Should he a\n list of tuples in the form ('social network name', 'full link to profile').\n The theme will display the logo of the network. See the ``HIDE_SIDEBAR``\n setting.\nTAGS_URL\n Same as the Pelican setting.\nTHEME_STATIC_DIR\n Same as the Pelican setting.\nTWITTER_USERNAME\n You can optionally provide a this which will be used to set the Twitter\n username for the site and for the content creator.\nTWITTER_WIDGET_ID\n The theme can show your twitter timeline in the sidebar. To enable, provide a\n ``TWITTER_USERNAME`` and a ``TWITTER_WIDGET_ID``.\n\n To get a ``TWITTER_WIDGET_ID``, go to:\n `https://twitter.com/settings/widgets `_\n and select *Create new*. You'll find the ``TWITTER_WIDGET_ID`` under the html\n or in the site url:\n\n https://twitter.com/settings/widgets/TWITTER_WIDGET_ID/edit\nTYPOGRIFY\n Whether to activate Typography. Tyopgraphy is a library that automatically\n adds a number of typographical flourishes. The necessary CSS is automatically\n included in the *seafoam* CSS.\n\n The Typography Python library will needs to be installed, which is\n installable via pip: ``pip install typogrify``\n\n Note that with Pelican 3.6, activating both the Pelican Comment System and\n Typography at the same time cause issues. This issue was fixed in Pelican\n 3.7.\nUSE_OPEN_GRAPH = True\n In order to make the Facebook \"like\" button and other social sharing options\n work better, the template contains Open Graph metatags like\n ````. You can disable them by\n setting this to ``False``.\n\n See also ``OPEN_GRAPH_FB_APP_ID``, and ``OPEN_GRAPH_FB_APP_ID``\n settings.\n\nIt may also be helpful to review the\n`settings for Pelican itself `_.\n\nOn articles, the theme also looks for the ``image`` metadata setting to provide\nthe \"featured image* for the article.\n\n\nKnown Issues\n------------\n\n- the ``setup.py`` file for this project does not run on Python 2.7. However,\n wheels of this project are \"universal\" and so can be generated by Python 3\n and subsequently installed by Python 2.7.\n- when installing on versions of Python before 3.4 (when the ``pathlib`` module\n was added to the standard library), `pathlib2\n `_ is an additional dependency. This,\n in turn, depends on `scandir `_,\n which requires a C compiler to install. If you (like I), don't have a C\n compiler already set up on your Windows machines, you sidestep that issue by\n downloading a pre-build wheel from `Christoph Gohlke\n `_ and installing\n ``scandir`` this way before you try and install ``seafoam``.\n- activating both Typogrify and the Pelican Comment System on Pelican 3.6\n causes issues. This issue has been fixed in Pelican 3.7.\n\nCredits\n-------\n\nOriginal theme developed by `Daan Debie `_.\n\nThe idea that a theme could be installed as a Python package by `Jeff\nForcier `_'s `Alabaster theme\n`_ for Sphinx.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MinchinWeb/seafoam", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "seafoam", "package_url": "https://pypi.org/project/seafoam/", "platform": "", "project_url": "https://pypi.org/project/seafoam/", "project_urls": { "Homepage": "https://github.com/MinchinWeb/seafoam" }, "release_url": "https://pypi.org/project/seafoam/2.4.3/", "requires_dist": null, "requires_python": "", "summary": "Pelican theme, first used for Minchin.ca.", "version": "2.4.3" }, "last_serial": 5773603, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "394564bf4157b2eaf8bcc3c757109c0b", "sha256": "c71913eab2ed20b10baa8991f54eeb8438da4e0c81d8e78dbf83b0ee2cf51ca2" }, "downloads": -1, "filename": "seafoam-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "394564bf4157b2eaf8bcc3c757109c0b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1437708, "upload_time": "2017-01-10T00:35:48", "url": "https://files.pythonhosted.org/packages/39/ff/4e10998db7a2de81263b7282a0973d8d83378fe4b881aa966429354a8b91/seafoam-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4501310859333d82c73357739a66bee8", "sha256": "d64e7795ce0f764b5927fe9765e24d6b27454b9c8bef84d22ba12f93f43c71ae" }, "downloads": -1, "filename": "seafoam-2.0.0.tar.gz", "has_sig": false, "md5_digest": "4501310859333d82c73357739a66bee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1357220, "upload_time": "2017-01-10T00:34:46", "url": "https://files.pythonhosted.org/packages/af/b4/fc65611e60f828f9e909f79fcd3a3c6bd377e5bfc93d5d22d6eaf70074b1/seafoam-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "ae550f87abf108fccd10f95d80404978", "sha256": "a6401e1ec2b9f384c7ab9f8a5f12b8180c176c524bae606c68f760853e4df5f6" }, "downloads": -1, "filename": "seafoam-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ae550f87abf108fccd10f95d80404978", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1437764, "upload_time": "2017-01-11T06:57:44", "url": "https://files.pythonhosted.org/packages/88/cf/abb49f8f4b9b6a98683611f2321f57ad69f9f69fce2d717a5bbf1d99ab6a/seafoam-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "154730cb87c9b4d6f1f30962596af23c", "sha256": "feaeedc6bf63127263a46bbadebf91ba23c9a9a3790e921c1e018a96b88b56b7" }, "downloads": -1, "filename": "seafoam-2.0.1.tar.gz", "has_sig": false, "md5_digest": "154730cb87c9b4d6f1f30962596af23c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1357369, "upload_time": "2017-01-11T06:56:39", "url": "https://files.pythonhosted.org/packages/30/a3/bf0a73667560d2d9162fb0a302fabcd902a97548647a66e54d97a7644e3e/seafoam-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "1691961d9e37d6f18a6804f697d2250a", "sha256": "5b3683c04d5050f1b729ceb63151c505e5078dc2f271631955ad9f3c247464f9" }, "downloads": -1, "filename": "seafoam-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1691961d9e37d6f18a6804f697d2250a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1437811, "upload_time": "2017-01-11T17:01:23", "url": "https://files.pythonhosted.org/packages/ce/cf/855a103ae7939d5312e2389bc0a7e44f57fdeaffb74cb411a87adb367591/seafoam-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c1c087a924824a13a3d14d8ac60e8f3", "sha256": "c93bdb75de56ebe94ad703654a727b2c63b6338ddf7d18a79f09206c6a59de1a" }, "downloads": -1, "filename": "seafoam-2.0.2.tar.gz", "has_sig": false, "md5_digest": "5c1c087a924824a13a3d14d8ac60e8f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1357445, "upload_time": "2017-01-11T17:00:03", "url": "https://files.pythonhosted.org/packages/6f/5a/10b1f8b7756ba3b462c68a74ca54f961805d88034be3c3a61f3d96bbd33e/seafoam-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "d25d27f75d2ea6b675023d91a252bc05", "sha256": "cb12f9ed6d2caed488a6a85bfee0321e6cbeb26f94c037f355df8c66fa5cb56f" }, "downloads": -1, "filename": "seafoam-2.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d25d27f75d2ea6b675023d91a252bc05", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1437830, "upload_time": "2017-01-11T17:22:34", "url": "https://files.pythonhosted.org/packages/61/10/dbda3f09a4dff69ba02371bd5787af552cc3d86f978c3ab908c7c1af3ab1/seafoam-2.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "819252b77ae0479066678ab7cd18e91d", "sha256": "ce7cc040fd0f3d8d6b2438f3fa7f00cdaf477f9de85b3718482d4c90346394fb" }, "downloads": -1, "filename": "seafoam-2.0.3.tar.gz", "has_sig": false, "md5_digest": "819252b77ae0479066678ab7cd18e91d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1357525, "upload_time": "2017-01-11T17:21:21", "url": "https://files.pythonhosted.org/packages/fc/7c/c4ea0017fa1ccec511fa6759cf0f452efbff32be77c3babd3bb74693b967/seafoam-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "6d25b51d2b8309537c66068c186d7f13", "sha256": "da96677bb4bd578e3fea9a72be5f2df4acfa33c96b4b2b45a52dc49bbf220505" }, "downloads": -1, "filename": "seafoam-2.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6d25b51d2b8309537c66068c186d7f13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1437928, "upload_time": "2017-01-11T20:35:46", "url": "https://files.pythonhosted.org/packages/1a/b7/7e2c79504baa1c14f1ccdb1cd487600fee237f0aa2fc5f16f2cec269895a/seafoam-2.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b404f4fe346b236d8687556bdae099a4", "sha256": "feec01c3f7bb772229591be19610f70102870e51e9eda2356e4b5ec7a69322de" }, "downloads": -1, "filename": "seafoam-2.0.4.tar.gz", "has_sig": false, "md5_digest": "b404f4fe346b236d8687556bdae099a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1357594, "upload_time": "2017-01-11T20:34:31", "url": "https://files.pythonhosted.org/packages/fb/fd/079465faf5815f0c4c74bc6cbbd517a68662dc6122fb681cda9192615027/seafoam-2.0.4.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "505f17ce85e2c1f7727dbf6470b513df", "sha256": "d233db29c19c177dee535046a83a3c47bc52fc0e513088ff45a6189ef96f2559" }, "downloads": -1, "filename": "seafoam-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "505f17ce85e2c1f7727dbf6470b513df", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1438614, "upload_time": "2017-02-21T01:10:20", "url": "https://files.pythonhosted.org/packages/df/20/5c3c7bb4ff8a0b93cc4a792134d5792290419fb7f2e8959d652420eda733/seafoam-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2dfa157f4fd9bfdae43dfe9f65aed19b", "sha256": "1220a3a5b711d258154a0b4d7017c150827c6bc2c8cede85c06e114a3de0005d" }, "downloads": -1, "filename": "seafoam-2.1.0.tar.gz", "has_sig": false, "md5_digest": "2dfa157f4fd9bfdae43dfe9f65aed19b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1358534, "upload_time": "2017-02-21T01:09:14", "url": "https://files.pythonhosted.org/packages/03/b8/5457ae577559a783d803d7a215ebcf2eae798f31cd17a89ca2f44612aa4a/seafoam-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "622e5141ff69e31258ac116d1f26387b", "sha256": "98a387da4c26101604e8844e5776e02daf000ff5543b1b7dd4a1eb9d1a9975ff" }, "downloads": -1, "filename": "seafoam-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "622e5141ff69e31258ac116d1f26387b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1439223, "upload_time": "2017-03-08T20:54:47", "url": "https://files.pythonhosted.org/packages/fc/00/29080eb593138bdacae5c883a7ece596ce6a87a3db386e9b089ad2101206/seafoam-2.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48ccf1dc980288301349bbf69279a0f9", "sha256": "cbfa50c510e820c300fa01d1c848637b4f6cfc7ff63e47debfc6652670e48631" }, "downloads": -1, "filename": "seafoam-2.1.1.tar.gz", "has_sig": false, "md5_digest": "48ccf1dc980288301349bbf69279a0f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1359513, "upload_time": "2017-03-08T20:53:37", "url": "https://files.pythonhosted.org/packages/3e/11/66231407793558cb9801c28ddbec295f523fec26495bc4ced8f8c0dacb38/seafoam-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "d7f8e3fc29c814e10e9f399a119eaffe", "sha256": "d06ef94c23e8f74eca5a31aba76e1a25212a7d559d24f3746b2e910152789544" }, "downloads": -1, "filename": "seafoam-2.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7f8e3fc29c814e10e9f399a119eaffe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1440102, "upload_time": "2017-03-09T04:49:44", "url": "https://files.pythonhosted.org/packages/fd/88/127482ed640b289871b74cfd908aafbb5661b7b85bd90b1d86122220281d/seafoam-2.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8eda9fd6f8707f7bda8ac79fdea2e385", "sha256": "622ee895e02f5c7ca1e63b3df8fb21133ec7dd74b3854605e1564fef9b62a079" }, "downloads": -1, "filename": "seafoam-2.1.2.tar.gz", "has_sig": false, "md5_digest": "8eda9fd6f8707f7bda8ac79fdea2e385", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1360732, "upload_time": "2017-03-09T04:48:43", "url": "https://files.pythonhosted.org/packages/f9/7d/1a91f438193ce6a7e21430fe864bbbd6fbeb1b19816a751f2b445e854783/seafoam-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "a3edf1bb9c0cdfd8474306beb2dbd291", "sha256": "14148d702495f58aa588d041bb0dff95eec3def94ca2adfb00b2ad38f3b106df" }, "downloads": -1, "filename": "seafoam-2.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3edf1bb9c0cdfd8474306beb2dbd291", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1449676, "upload_time": "2017-03-20T03:54:58", "url": "https://files.pythonhosted.org/packages/28/0e/c8496f0a882c8acc67209308732f3d975b1cbeeee86d18d2d610017adf16/seafoam-2.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "389e5e02348ec353272a45a2f460a452", "sha256": "d82908fe71adf66bb732d1df259e4daea326400adb4967ce432337dcb7ea2fd2" }, "downloads": -1, "filename": "seafoam-2.1.3.tar.gz", "has_sig": false, "md5_digest": "389e5e02348ec353272a45a2f460a452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1372220, "upload_time": "2017-03-20T03:54:08", "url": "https://files.pythonhosted.org/packages/27/7f/5b7bfc82ada47f1317a1dad3b8f8ef6448f2eabceb0d9de8540d4847bb69/seafoam-2.1.3.tar.gz" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "fa09377121d4736bc327cc5e6be9ab99", "sha256": "9e8f697ff8e2653446d54a5e514557c4db79e728039e3a359400cbc788ca9cbd" }, "downloads": -1, "filename": "seafoam-2.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fa09377121d4736bc327cc5e6be9ab99", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1449616, "upload_time": "2017-04-10T04:55:55", "url": "https://files.pythonhosted.org/packages/19/0b/a14f8a4a264ec74a7928ba8381892eb00b71ea7b9a0f5ee32e4daf855e64/seafoam-2.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd86ded82c580dcf79411326af923add", "sha256": "1f92312a93e88661ce6fe5a5563ed2bfedbdee7f84be00b68587d389a374f609" }, "downloads": -1, "filename": "seafoam-2.1.4.tar.gz", "has_sig": false, "md5_digest": "fd86ded82c580dcf79411326af923add", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1372282, "upload_time": "2017-04-10T04:54:53", "url": "https://files.pythonhosted.org/packages/62/1c/d86a68f133ace2e3b98a2510b7f8c6e4f0f3d2324fbd3751feebac4c9699/seafoam-2.1.4.tar.gz" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "de8be88be98d93cb8372f7910284d270", "sha256": "4af091e8e33176b2f5b7fae47233ca2f23455118299d60e54bbdd42cdb2877c3" }, "downloads": -1, "filename": "seafoam-2.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de8be88be98d93cb8372f7910284d270", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1449700, "upload_time": "2017-05-31T19:29:19", "url": "https://files.pythonhosted.org/packages/09/f8/5b82194358503d0959705c3158d5b8e9b14426103d81a3ba49dbf37fbe30/seafoam-2.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31208fc51d9f0b92d113f720aec6e7a1", "sha256": "cec7d01f2967799a227e76db5950140ca6c1ff47fdd17943ff9294860e7c3e61" }, "downloads": -1, "filename": "seafoam-2.1.5.tar.gz", "has_sig": false, "md5_digest": "31208fc51d9f0b92d113f720aec6e7a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1372504, "upload_time": "2017-05-31T19:28:38", "url": "https://files.pythonhosted.org/packages/ff/9f/634172c728d5546ecf6d5aef74e7674af7beb29353dd21ab8de3726b724f/seafoam-2.1.5.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "350a1ada37d78419a0b711b41d7c3c0f", "sha256": "adbdbf2b255128753a678ab9db64445a855f7a905ede2365cc2a37bf58078635" }, "downloads": -1, "filename": "seafoam-2.2.0.tar.gz", "has_sig": false, "md5_digest": "350a1ada37d78419a0b711b41d7c3c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1374123, "upload_time": "2017-11-14T04:43:34", "url": "https://files.pythonhosted.org/packages/91/35/dbfbe653505ca223eb8d2ed97da14bad727c891c1af68d79a36ecbe24c5a/seafoam-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "a15aef3cc99fd78c41d4a359a7d0a250", "sha256": "2c2546437ea4849194b6365dcc15a547adf01e4cf08673098bdbc5df60bcd1f6" }, "downloads": -1, "filename": "seafoam-2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a15aef3cc99fd78c41d4a359a7d0a250", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1452380, "upload_time": "2017-11-14T04:50:10", "url": "https://files.pythonhosted.org/packages/0e/39/8e98661d93f302a0d11240dfd14d2acacf8cb01c0c83a41476cbb292315f/seafoam-2.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d19c2d9367e15315276af6404b99cc0c", "sha256": "756dc346b45630ebd869fde5be8b562be6e3ce9820546e3e6f7b6f41331587e8" }, "downloads": -1, "filename": "seafoam-2.2.1.tar.gz", "has_sig": false, "md5_digest": "d19c2d9367e15315276af6404b99cc0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1374189, "upload_time": "2017-11-14T04:48:21", "url": "https://files.pythonhosted.org/packages/40/34/3526cb4988f346e81f07d58d498eae515a46547d07ccd079e8133b628fae/seafoam-2.2.1.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "19b7d1062a774326cd1af0238218ce14", "sha256": "706c00f3ec97a33d17ad6ce7fbd0379bedff5dfad6fd334a96ccdcaee7be7913" }, "downloads": -1, "filename": "seafoam-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "19b7d1062a774326cd1af0238218ce14", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1464667, "upload_time": "2017-11-30T00:07:38", "url": "https://files.pythonhosted.org/packages/99/48/eb17d79cc660a64a416bc70c504a7a1deab59ff2957ad7c1f91e075e347d/seafoam-2.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3043516fb4bcef478a23fadc33caf1c", "sha256": "ec2cceb4c239a739108d3c85b208daeab25b2a6a18f8fe038b4dc7da56f7389b" }, "downloads": -1, "filename": "seafoam-2.3.0.tar.gz", "has_sig": false, "md5_digest": "c3043516fb4bcef478a23fadc33caf1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1384565, "upload_time": "2017-11-30T00:06:02", "url": "https://files.pythonhosted.org/packages/41/27/3e6d198164749b56a8713a66b38961464de3aad872b61505fa11000bf9a2/seafoam-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "cfb09c568a3202db8ad501abf7edc64a", "sha256": "88c8899bbf2c7116f02d807058d622672a090cb7c0193b9a75c832d1a28434e1" }, "downloads": -1, "filename": "seafoam-2.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cfb09c568a3202db8ad501abf7edc64a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1465582, "upload_time": "2017-11-30T17:08:08", "url": "https://files.pythonhosted.org/packages/b6/7e/624842cc03e7fd4d438d6a5d500ad8881ac3dd8713b55d6bde70f9e18c3b/seafoam-2.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed9c9e90e94812872b46256387530147", "sha256": "5d50bb54bd49fdbe01b8a001429494e9aca8f0a0c25668a9368e69f881194ff1" }, "downloads": -1, "filename": "seafoam-2.3.1.tar.gz", "has_sig": false, "md5_digest": "ed9c9e90e94812872b46256387530147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1385429, "upload_time": "2017-11-30T17:06:34", "url": "https://files.pythonhosted.org/packages/bd/cf/e322beee48524e32c14d606daf26c55e4eb0f6b12a602c3ccb5d6bca6903/seafoam-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "1bafa79cf82aa654aa5e455a9bc6f670", "sha256": "88a70aeacaa4c6bf2a5ad0b5ca67e62cabf5b5eea44436f830d9d06511d0c9bd" }, "downloads": -1, "filename": "seafoam-2.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1bafa79cf82aa654aa5e455a9bc6f670", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1465614, "upload_time": "2017-12-09T02:38:26", "url": "https://files.pythonhosted.org/packages/91/9e/2a0a246bb94a7de0f3116a525ebac98a7ab80fcf3904c81cfbc39d3a2218/seafoam-2.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da68e1e033f53fce64ec88277f2b0f0d", "sha256": "9da79d5f10b11c8cca33b17b20446d796ad3ffac4ae8b3cc15d7400e57abb45e" }, "downloads": -1, "filename": "seafoam-2.3.2.tar.gz", "has_sig": false, "md5_digest": "da68e1e033f53fce64ec88277f2b0f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1385546, "upload_time": "2017-12-09T02:36:56", "url": "https://files.pythonhosted.org/packages/64/cb/925a7f8709b80b3a966400fc9fe19ec06defd0756ba935c3c767862dc54b/seafoam-2.3.2.tar.gz" } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "67d7f95fb9430634e5f9f1e1dd211634", "sha256": "dcdfb55e8d7ffb538f702182cebb053fc70f9166a5ae0091f185ea69c4c0d9c0" }, "downloads": -1, "filename": "seafoam-2.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "67d7f95fb9430634e5f9f1e1dd211634", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1465626, "upload_time": "2018-01-18T16:41:42", "url": "https://files.pythonhosted.org/packages/58/67/efed9b6d321c3a05988852307bd46971564d7d8c014cf587647f7a0f6b88/seafoam-2.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b355fb9f805fa1a4b9a7a78fc445f833", "sha256": "373ec06b26586e14e397837781feabd805fe971d67e3dff4b131e053f6684bb2" }, "downloads": -1, "filename": "seafoam-2.3.3.tar.gz", "has_sig": false, "md5_digest": "b355fb9f805fa1a4b9a7a78fc445f833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1385565, "upload_time": "2018-01-18T16:39:52", "url": "https://files.pythonhosted.org/packages/27/7b/601b676461ee6b235f80bd82230e030f141ec8213171d9d6bdb598510016/seafoam-2.3.3.tar.gz" } ], "2.3.4": [ { "comment_text": "", "digests": { "md5": "b038027d6470f02fa88d3ab66e239fb1", "sha256": "b81f10b3b62ba18b9277b2e567d33a58e9a378a90d39d5606a1b19d18b374a89" }, "downloads": -1, "filename": "seafoam-2.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b038027d6470f02fa88d3ab66e239fb1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1465712, "upload_time": "2018-01-18T17:34:20", "url": "https://files.pythonhosted.org/packages/76/af/c9153666c5950d326700b134cff3db4c6d28a0f840addcaeab0e9cf699a0/seafoam-2.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ed5a992a0bd4883aa0d741ecea3b770", "sha256": "aff0b4511dec14af5981fc2b59d7bceea0432d16765999ef1322cbfe5db347ed" }, "downloads": -1, "filename": "seafoam-2.3.4.tar.gz", "has_sig": false, "md5_digest": "3ed5a992a0bd4883aa0d741ecea3b770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1385717, "upload_time": "2018-01-18T17:32:25", "url": "https://files.pythonhosted.org/packages/de/73/49bf1da220778093a073ea9f4d085b316e64ccbca5f5652a6c343b3d0eb7/seafoam-2.3.4.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "6995a065034a5cc65c814f3afb20c84c", "sha256": "b7f4a4af68d00dd247dda4d3b022f72a889b5befcf06eb09b28c34d9d64945a7" }, "downloads": -1, "filename": "seafoam-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6995a065034a5cc65c814f3afb20c84c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1468863, "upload_time": "2018-02-04T03:44:40", "url": "https://files.pythonhosted.org/packages/79/3b/73c53beb9df5ff329b18ea7acb77a9bea14287c5d2317c1df1ed4de45d11/seafoam-2.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "440d29b83b9892f62a687966f2f16e0a", "sha256": "14cb4e9b2aaa7ac1b04fa4283422e01461e4534549b5203489259a91e840cd21" }, "downloads": -1, "filename": "seafoam-2.4.0.tar.gz", "has_sig": false, "md5_digest": "440d29b83b9892f62a687966f2f16e0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1389781, "upload_time": "2018-02-04T03:42:56", "url": "https://files.pythonhosted.org/packages/07/cd/61e64e5facf4c49c31c3bbe8d7e16591dbfe5d8dfd3fda9f64ddec1300f2/seafoam-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "97a72330baa8db9dc5f1cf5910aaa54c", "sha256": "4dfaa2e4e49c673e5359d5b7e6dae46d04002484f3ef29f69b8b5374d009fbf8" }, "downloads": -1, "filename": "seafoam-2.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97a72330baa8db9dc5f1cf5910aaa54c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1460835, "upload_time": "2018-10-25T22:00:48", "url": "https://files.pythonhosted.org/packages/5a/98/d9cac1534520192809e2ecdbe3baa69591216c826906c92442a60bfbca0b/seafoam-2.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a21dc0675cc77605a924a9fc8428d3a7", "sha256": "8d620fb1a1f160d8f7a277f6a5a49c1bc68e37a86843216ecb3fe98dd94b3544" }, "downloads": -1, "filename": "seafoam-2.4.1.tar.gz", "has_sig": false, "md5_digest": "a21dc0675cc77605a924a9fc8428d3a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1388621, "upload_time": "2018-10-25T21:58:38", "url": "https://files.pythonhosted.org/packages/6a/a4/15b21aa76c1fe7cd16f388a00a8bdee152ba8e0863c3b5a7b8940c9079fb/seafoam-2.4.1.tar.gz" } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "7295863de704d0e29fadc91dcbb4136a", "sha256": "f6a572a0d02a3d090232b5e1841eb4526b567ca99e840038907e35ccdadef3ac" }, "downloads": -1, "filename": "seafoam-2.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7295863de704d0e29fadc91dcbb4136a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1461155, "upload_time": "2019-09-02T21:07:46", "url": "https://files.pythonhosted.org/packages/57/ce/05313cdfbeb7431a5b242e3871da63d38ce1becbe5dfe83ba7f866170d00/seafoam-2.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd9de5e2d36313a306fe814441d4817a", "sha256": "80618f5055f5c6fc50d30a01d65154ba0a3ddb077de9e3438b64504cd53d0fc2" }, "downloads": -1, "filename": "seafoam-2.4.2.tar.gz", "has_sig": false, "md5_digest": "bd9de5e2d36313a306fe814441d4817a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1388594, "upload_time": "2019-09-02T21:06:41", "url": "https://files.pythonhosted.org/packages/46/21/1cfed19a7c0202125966c6d82f3801170da6e6fa3d0ce9b3f5b97dd04feb/seafoam-2.4.2.tar.gz" } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "da44710e61d49b7e344c184a5c0f42f2", "sha256": "b42bd55d1c7170e696bcc6687bf29e3bea0f73bc1a92e67ff799adf7d9ef0915" }, "downloads": -1, "filename": "seafoam-2.4.3.tar.gz", "has_sig": false, "md5_digest": "da44710e61d49b7e344c184a5c0f42f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1390966, "upload_time": "2019-09-03T03:06:13", "url": "https://files.pythonhosted.org/packages/15/06/ed3cc05ea57b4b9a410b6f9539d32326d8cb68539d7a35162e5201c7f457/seafoam-2.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da44710e61d49b7e344c184a5c0f42f2", "sha256": "b42bd55d1c7170e696bcc6687bf29e3bea0f73bc1a92e67ff799adf7d9ef0915" }, "downloads": -1, "filename": "seafoam-2.4.3.tar.gz", "has_sig": false, "md5_digest": "da44710e61d49b7e344c184a5c0f42f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1390966, "upload_time": "2019-09-03T03:06:13", "url": "https://files.pythonhosted.org/packages/15/06/ed3cc05ea57b4b9a410b6f9539d32326d8cb68539d7a35162e5201c7f457/seafoam-2.4.3.tar.gz" } ] }