{
"info": {
"author": "Florian Scherf",
"author_email": "python@pengutronix.de",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: Web Environment",
"Framework :: AsyncIO",
"Framework :: IPython",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: Unix",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Documentation",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing",
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Text Processing :: Markup :: XML",
"Topic :: Utilities"
],
"description": "flamingo\n========\n\n.. image:: flamingo-web.org/theme/static/flamingo.svg\n :height: 128px\n \u00a0 :width: 128px\n\n|\n\n.. image:: https://img.shields.io/pypi/l/flamingo.svg\n :alt: pypi.org\n :target: https://pypi.org/project/flamingo\n.. image:: https://img.shields.io/travis/com/pengutronix/flamingo/master.svg\n :alt: Travis branch\n :target: https://travis-ci.com/pengutronix/flamingo\n.. image:: https://img.shields.io/pypi/pyversions/flamingo.svg\n :alt: pypi.org\n :target: https://pypi.org/project/flamingo\n.. image:: https://img.shields.io/pypi/v/flamingo.svg\n :alt: pypi.org\n :target: https://pypi.org/project/flamingo\n.. image:: https://img.shields.io/codecov/c/github/pengutronix/flamingo.svg\n :alt: codecov.io\n :target: https://codecov.io/gh/pengutronix/flamingo/\n.. image:: https://img.shields.io/lgtm/alerts/g/pengutronix/flamingo.svg\n :alt: lgtm.com\n :target: https://lgtm.com/projects/g/pengutronix/flamingo/\n.. image:: https://img.shields.io/lgtm/grade/python/g/pengutronix/flamingo.svg\n :alt: lgtm.com\n :target: https://lgtm.com/projects/g/pengutronix/flamingo/\n\n\nWhat flamingo is and what it is not\n-----------------------------------\n\nFlamingo is a python3-based, `pelican `_-inspired\nstatic site generator. This means you can only create content\nthat doesn't require a dynamic backend, while users visit your site.\n\nFor example: If you want your site to have login for editing or comments or\neven the current time, flamingo is the wrong tool.\n\nBasically flamingo is a fancy converter, that turns RST, MD or HTML code into\nHTML code. It doesn't provides an editor, user management or a backup solution\nlike a CMS.\n\n**Any part of flamingo is designed to be easy, not to be fast!**\n\nFlamingo is full python and all operations run on python objects stored in RAM.\n\n\nGetting Started\n---------------\n\nThe simplest way to bootstrap a flamingo project is to use ``flamingo init``.\nFlamingo does not enforce a specific project structure but comes with a number\nof project templates.\n\nA list of available project templates, their descriptions and variables is\navailable by running ``flamingo init -l``.\n\n.. code-block:: text\n\n $ pip install flamingo\n $ flamingo init wobsite project_name=\"Wobsite\"\n $ cd wobsite/\n $ make html\n\nThe content of ``wobsite`` will look like this:\n\n.. code-block:: text\n\n wobsite/\n \u251c\u2500\u2500 content/ # flamingo will search for content here recursively\n \u251c\u2500\u2500 Makefile\n \u251c\u2500\u2500 overlay/ # here you can place files like a robots.txt or a\n \u2502 favicon.ico\n \u251c\u2500\u2500 plugins/ # place your plugins here\n \u251c\u2500\u2500 README.rst\n \u251c\u2500\u2500 REQUIREMENTS.txt # list of all python dependencies\n \u251c\u2500\u2500 settings.py # all settings are stored here\n \u2514\u2500\u2500 theme/ # root of all HTML templates, CSS- and JS files\n\nThe new project comes with a\n`gnu make `_ file, that handles flamingo\ndependencies in a python virtualenv, setting the right python version and holds\ncommand line options for building.\n\nTo build the project run ``make html``.\n\nFlamingo comes with a interactive webserver for writing content and debugging.\nRun ``make server`` and go to ``localhost:8080/live-server/`` with your\nbrowser. Let server and browser run while writing your content. Flamingo\ntracks file operations in ``content/``, rebuilds updated files and\nrefreshes the browser tab if needed.\n\nNext Steps\n----------\n\n`Writing Content `_\n\n`Setup Markdown parser `_\n\n`Setup redirects to maintain historic links `_\n\n`Setup Internationalisation `_\n\n`Setup Tags `_\n\n`Setup Author Pages `_",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/pengutronix/flamingo",
"keywords": "",
"license": "Apache License 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "flamingo",
"package_url": "https://pypi.org/project/flamingo/",
"platform": "",
"project_url": "https://pypi.org/project/flamingo/",
"project_urls": {
"Homepage": "https://github.com/pengutronix/flamingo"
},
"release_url": "https://pypi.org/project/flamingo/0.10.4/",
"requires_dist": null,
"requires_python": "",
"summary": "Flamingo is a python3-based, pelican-inspired static site generator",
"version": "0.10.4"
},
"last_serial": 5687971,
"releases": {
"0.0": [
{
"comment_text": "",
"digests": {
"md5": "c4466d51dfea8a9b88490e1325b2dd4e",
"sha256": "a2b913d68e611b268959e09b37d35417d2311f4cca33991bcfe7dccfc98ae76f"
},
"downloads": -1,
"filename": "flamingo-0.0.tar.gz",
"has_sig": false,
"md5_digest": "c4466d51dfea8a9b88490e1325b2dd4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 676837,
"upload_time": "2018-12-02T23:29:09",
"url": "https://files.pythonhosted.org/packages/cd/61/9bfe483d65af6ca79db62be695cfe411835a14494c494c56edeed0f1f13e/flamingo-0.0.tar.gz"
}
],
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "a40cf1c9c469e6fa8a1036bb84aef9d3",
"sha256": "5b3fe353f4403a94eaf877c3b3c6b7e4cf822f82c2c0ac1e1b2acaff39bafd47"
},
"downloads": -1,
"filename": "flamingo-0.1.tar.gz",
"has_sig": false,
"md5_digest": "a40cf1c9c469e6fa8a1036bb84aef9d3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 679016,
"upload_time": "2018-12-02T23:41:10",
"url": "https://files.pythonhosted.org/packages/f9/2d/5861c299ca79c554f6e06d2e0fe4a449bca5b2c58291fb450aeee268fbfd/flamingo-0.1.tar.gz"
}
],
"0.10": [
{
"comment_text": "",
"digests": {
"md5": "536e07dfb45ef6b09ff92395f934f171",
"sha256": "a4c86e5633e76744d71b202ba01858833733f8376470548767557a99934bb094"
},
"downloads": -1,
"filename": "flamingo-0.10.tar.gz",
"has_sig": false,
"md5_digest": "536e07dfb45ef6b09ff92395f934f171",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2219219,
"upload_time": "2019-08-03T21:58:52",
"url": "https://files.pythonhosted.org/packages/de/6c/26e3e14a591dd6c8889ab3474030aa5a607aaa77e1c9d0cb3e421d111be1/flamingo-0.10.tar.gz"
}
],
"0.10.1": [
{
"comment_text": "",
"digests": {
"md5": "059453adb4b64ee726300f283f78be1a",
"sha256": "7be238ae6f567204f479e935197d98bd00b01c73b583be1817dd33dbc1c7324d"
},
"downloads": -1,
"filename": "flamingo-0.10.1.tar.gz",
"has_sig": false,
"md5_digest": "059453adb4b64ee726300f283f78be1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2226635,
"upload_time": "2019-08-06T09:01:54",
"url": "https://files.pythonhosted.org/packages/4f/87/74660a1d2af2d2c158aa06f41a4b8cb4a8b27875a4342fa5e718135f3fa7/flamingo-0.10.1.tar.gz"
}
],
"0.10.2": [
{
"comment_text": "",
"digests": {
"md5": "30d9d85ab63b2605c480dce735176f0e",
"sha256": "8cabb0d34e0996a5a53ee41cbb37fa48456baf6193444c31a1c25876afbdd97d"
},
"downloads": -1,
"filename": "flamingo-0.10.2.tar.gz",
"has_sig": false,
"md5_digest": "30d9d85ab63b2605c480dce735176f0e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2227170,
"upload_time": "2019-08-10T15:34:44",
"url": "https://files.pythonhosted.org/packages/63/aa/09f2637fc9e35d66cdc1a12c690088ca2931b21e0f820daa5ae12b35a394/flamingo-0.10.2.tar.gz"
}
],
"0.10.3": [
{
"comment_text": "",
"digests": {
"md5": "d1bbcf9ec093c69ce06a7d41c7caea06",
"sha256": "d8dfc5db2c323e031e021b5c4715db278c08b6973acc0f2f89b1c9731155b484"
},
"downloads": -1,
"filename": "flamingo-0.10.3.tar.gz",
"has_sig": false,
"md5_digest": "d1bbcf9ec093c69ce06a7d41c7caea06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2226885,
"upload_time": "2019-08-13T08:54:11",
"url": "https://files.pythonhosted.org/packages/b6/8b/f7183470fc129218ecdd9c3c8b7afef61de81b965dea963cc78b263f88bd/flamingo-0.10.3.tar.gz"
}
],
"0.10.4": [
{
"comment_text": "",
"digests": {
"md5": "9c61649b0015256b51cd73a2c7dcf7ac",
"sha256": "5ffa0d8333978734e26a1028760fa2c6e7029abc5fa9edf243ac0cf48ec9b2ce"
},
"downloads": -1,
"filename": "flamingo-0.10.4.tar.gz",
"has_sig": false,
"md5_digest": "9c61649b0015256b51cd73a2c7dcf7ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2227143,
"upload_time": "2019-08-16T14:42:56",
"url": "https://files.pythonhosted.org/packages/86/58/d53a3dc11916acd1b9ec17966b23bc4868da8a22aa6012600730c48a837d/flamingo-0.10.4.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "ed0a3ea3d4b4cdc97ff35771697db911",
"sha256": "eb3aac53d4d7aa07ec41d04d61b1908c92b213b550860309221e1f3714943ce9"
},
"downloads": -1,
"filename": "flamingo-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ed0a3ea3d4b4cdc97ff35771697db911",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 680266,
"upload_time": "2018-12-06T22:18:51",
"url": "https://files.pythonhosted.org/packages/09/f3/59740bcae4fb591863bbc8106a61d7ed8e9da903f9c70740ed99d8f372a3/flamingo-0.2.tar.gz"
}
],
"0.3": [
{
"comment_text": "",
"digests": {
"md5": "80bf86100dced56c8dd624ce471c0d5b",
"sha256": "4cf382d634d9f52616317aa0b5746b032623259b86d5a41b6e8859df9f51c042"
},
"downloads": -1,
"filename": "flamingo-0.3.tar.gz",
"has_sig": false,
"md5_digest": "80bf86100dced56c8dd624ce471c0d5b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 679821,
"upload_time": "2018-12-17T13:42:37",
"url": "https://files.pythonhosted.org/packages/b5/a1/3b9cce0220aff8a71f83d833f3b725086fb3b7ba5339a7bd0980ce38d2ed/flamingo-0.3.tar.gz"
}
],
"0.4": [
{
"comment_text": "",
"digests": {
"md5": "b489cb56a2acd1bb27b3dd4c7ec09a19",
"sha256": "9e0d49a3da213869d357461b1f0303b27a54916b8f805ef5757fc2c8f8d654d5"
},
"downloads": -1,
"filename": "flamingo-0.4.tar.gz",
"has_sig": false,
"md5_digest": "b489cb56a2acd1bb27b3dd4c7ec09a19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 680968,
"upload_time": "2018-12-20T22:12:22",
"url": "https://files.pythonhosted.org/packages/40/23/22f63a29e9cfc398bfa3de59809b37d383fb4065c75e055a59780e654609/flamingo-0.4.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "7858dfe0cb2cf7011ce108239b257208",
"sha256": "88a537097be898a43dbc0c7af2ae03462ba748841cacdfe930445d425dddfc6e"
},
"downloads": -1,
"filename": "flamingo-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "7858dfe0cb2cf7011ce108239b257208",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 680983,
"upload_time": "2018-12-21T12:14:33",
"url": "https://files.pythonhosted.org/packages/d7/71/c08aaa1fa8ac7017c18ab0040eafa63f3d82b0dc2e03ec0becaa74993e4d/flamingo-0.4.1.tar.gz"
}
],
"0.5": [
{
"comment_text": "",
"digests": {
"md5": "a739d33f6f69249d6c050da370f6e701",
"sha256": "41d1d051aec7d44c1e54b110772ac3f9d1862f4bbe84242ae3d99bac0f968374"
},
"downloads": -1,
"filename": "flamingo-0.5.tar.gz",
"has_sig": false,
"md5_digest": "a739d33f6f69249d6c050da370f6e701",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 682132,
"upload_time": "2019-01-16T11:42:53",
"url": "https://files.pythonhosted.org/packages/24/a2/3f3117cb521ee267c57b93be088c4cdb115d9b1363881deecabc2a71127a/flamingo-0.5.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "c61d4340d4f47eeadf866a877be03fc3",
"sha256": "163b52a291e20fddf838c6517767e99fb65fcd8d89a3d6b4753e58a21291c347"
},
"downloads": -1,
"filename": "flamingo-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "c61d4340d4f47eeadf866a877be03fc3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 682210,
"upload_time": "2019-01-31T16:35:15",
"url": "https://files.pythonhosted.org/packages/2f/da/0627dcd10e21dd240e9a03cbac30cd2696f3dee16fef8b637a642c006eec/flamingo-0.5.1.tar.gz"
}
],
"0.6": [
{
"comment_text": "",
"digests": {
"md5": "caf2bbcbf1aed250224d3fe2098f53ba",
"sha256": "f28626100dcdb3a6a64a507ade50b4393bc9644fbce7c45112d5cd0d497425ec"
},
"downloads": -1,
"filename": "flamingo-0.6.tar.gz",
"has_sig": false,
"md5_digest": "caf2bbcbf1aed250224d3fe2098f53ba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 683084,
"upload_time": "2019-02-08T16:12:20",
"url": "https://files.pythonhosted.org/packages/4b/d4/3b76428568ea30af43b2433db1e1d655ee80885481a65322c97e811f65fc/flamingo-0.6.tar.gz"
}
],
"0.6.1": [
{
"comment_text": "",
"digests": {
"md5": "eb245b1e79255329ab52e10c08e083a4",
"sha256": "4d12bc10d71ff3067e56aa791a3f05f355b25edef3794ab8c2a1e651a9fa8203"
},
"downloads": -1,
"filename": "flamingo-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "eb245b1e79255329ab52e10c08e083a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 683113,
"upload_time": "2019-02-10T20:07:50",
"url": "https://files.pythonhosted.org/packages/01/f1/baa476431ac631b58589607535386d3ab0c8a4bc19a80f8348294e4c3847/flamingo-0.6.1.tar.gz"
}
],
"0.7": [
{
"comment_text": "",
"digests": {
"md5": "80de3ddefda6d6a0c016e18fd05540e0",
"sha256": "fc824af54ac9995808bea843c792ce8c3e87dc556cac4762465f40b93452598e"
},
"downloads": -1,
"filename": "flamingo-0.7.tar.gz",
"has_sig": false,
"md5_digest": "80de3ddefda6d6a0c016e18fd05540e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 693812,
"upload_time": "2019-03-03T21:59:41",
"url": "https://files.pythonhosted.org/packages/e1/b5/607d8b48067968fd123d2cde6481eef67852243ebc80dd2b77438f15dfd1/flamingo-0.7.tar.gz"
}
],
"0.8": [
{
"comment_text": "",
"digests": {
"md5": "b3c959eb33106533df8a723a460ab99d",
"sha256": "3f51902753edd97d4253a2a2497326361fd058f5bb21a9175fb0d3f5d948b92a"
},
"downloads": -1,
"filename": "flamingo-0.8.tar.gz",
"has_sig": false,
"md5_digest": "b3c959eb33106533df8a723a460ab99d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1572763,
"upload_time": "2019-05-20T19:50:45",
"url": "https://files.pythonhosted.org/packages/d8/7f/c2eb4a459845d3fc5a31084cae145dff7b05ed1a70480afaa599b71dc878/flamingo-0.8.tar.gz"
}
],
"0.9": [
{
"comment_text": "",
"digests": {
"md5": "e52a853bec9f8684c8d53149fa373ba3",
"sha256": "7b7fd7e071dccecaa6d0c15adbdbd72184338946f2d93051724702fc0d1a1d0f"
},
"downloads": -1,
"filename": "flamingo-0.9.tar.gz",
"has_sig": false,
"md5_digest": "e52a853bec9f8684c8d53149fa373ba3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2216261,
"upload_time": "2019-07-03T15:22:41",
"url": "https://files.pythonhosted.org/packages/8a/85/38db11f23996bac3114a65cb3932538881dc28d80f9c080b597b32def766/flamingo-0.9.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9c61649b0015256b51cd73a2c7dcf7ac",
"sha256": "5ffa0d8333978734e26a1028760fa2c6e7029abc5fa9edf243ac0cf48ec9b2ce"
},
"downloads": -1,
"filename": "flamingo-0.10.4.tar.gz",
"has_sig": false,
"md5_digest": "9c61649b0015256b51cd73a2c7dcf7ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2227143,
"upload_time": "2019-08-16T14:42:56",
"url": "https://files.pythonhosted.org/packages/86/58/d53a3dc11916acd1b9ec17966b23bc4868da8a22aa6012600730c48a837d/flamingo-0.10.4.tar.gz"
}
]
}