{ "info": { "author": "Jeffrey Godwyll", "author_email": "hi@jeffgodwyll.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Software Development", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "::\n\n ___________.__ \n \\_ _____/| | _____ ____ ____ ____ \n | __) | | \\__ \\ / ___\\ _/ __ \\ / \\\n | \\ | |__ / __ \\_/ /_/ >\\ ___/ | | \\\n \\___ / |____/(____ /\\___ / \\___ >|___| /\n \\/ \\//_____/ \\/ \\/\n\n\n|Build Status|\n\nFlagen is a Flask Site/Blog generator.\n\nInstallation\n~~~~~~~~~~~~\n\n::\n\n $ git clone https:/github.com/jeffgodwyll/flagen.git\n $ cd flagen\n $ pip install -e .\n\nUsages\n~~~~~~\n\n::\n\n $ flagen --help\n Usage: flagen [OPTIONS] COMMAND [ARGS]...\n\n Flagen is a simple static site generator built on top of Frozen Flask\n\n Options:\n --help Show this message and exit.\n\n Commands:\n build Build site and generate a `build` folder\n serve Serve site\n\n $ flagen build --help\n Usage: flagen build [OPTIONS]\n\n Build site and generate a `build` folder\n\n Options:\n --template PATH Pass a custom template directory\n --help Show this message and exit.\n\n $ flagen serve --help\n Usage: flagen serve [OPTIONS]\n\n Serve site\n\n Options:\n --template PATH Pass a custom template directory\n --help Show this message and exit.\n\nExamples\n''''''''\n\n::\n\n $ flagen serve\n\n $ flagen serve --template templates/templates_material/\n\n $ flagen serve --template templates/simple/\n\n $ flagen build\n\n $ flagen build --template templates/templates_material/\n\nAs a blog\n~~~~~~~~~\n\nContent in the ``pages`` folder are rendered as blog posts\n\nEach post takes the following format:\n\n::\n\n title: Hello World\n date: 2014-11-29\n tags: [general, awesome, stuff]\n\n **Hello World**, from a *page*! etc, etc\n\nThe blog content will be in markdown. Look in the ``pages`` folder for\nexample\n\nFeedback\n~~~~~~~~\n\nStar this repo if you find it useful. Use the github issue tracker to\ngive feedback on this repo or to report an issue.\n\nLicensing\n~~~~~~~~~\n\nhttp://jeff.mit-license.org/\n\n.. |Build Status| image:: https://travis-ci.org/jeffgodwyll/flagen.svg?branch=master\n :target: https://travis-ci.org/jeffgodwyll/flagen", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jeffgodwyll/flagen", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "flagen", "package_url": "https://pypi.org/project/flagen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flagen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jeffgodwyll/flagen" }, "release_url": "https://pypi.org/project/flagen/0.1/", "requires_dist": null, "requires_python": null, "summary": "A flask static site generator that uses markdown and jinja2 templates.", "version": "0.1" }, "last_serial": 2083929, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d73be2b424e341dbe8d52f4cf7aed936", "sha256": "a3e1d21b8a3a7a37a07befdfde8ef9c9d6105f998d57c1ab352b5b84b7897011" }, "downloads": -1, "filename": "flagen-0.1.tar.gz", "has_sig": false, "md5_digest": "d73be2b424e341dbe8d52f4cf7aed936", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3142, "upload_time": "2016-04-26T02:23:36", "url": "https://files.pythonhosted.org/packages/70/e2/3bc10d7b2eccba7b041c603d8046a8764c2e4cf3916203a72cdadff67dd3/flagen-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d73be2b424e341dbe8d52f4cf7aed936", "sha256": "a3e1d21b8a3a7a37a07befdfde8ef9c9d6105f998d57c1ab352b5b84b7897011" }, "downloads": -1, "filename": "flagen-0.1.tar.gz", "has_sig": false, "md5_digest": "d73be2b424e341dbe8d52f4cf7aed936", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3142, "upload_time": "2016-04-26T02:23:36", "url": "https://files.pythonhosted.org/packages/70/e2/3bc10d7b2eccba7b041c603d8046a8764c2e4cf3916203a72cdadff67dd3/flagen-0.1.tar.gz" } ] }