{ "info": { "author": "elssar", "author_email": "elssar@altrawcode.com", "bugtrack_url": null, "classifiers": [], "description": "# conundrum\n\n### A webframework agnostic blogging plugin in Python\n\nThe idea is pretty simple. To make a create post -\n\n - Fetch a public gist* from github, with a markdown file\n - Save as markdown text in a yaml file with other info like date\n - Keep a file with the name of the newest post\n - Maintain an archive\n\nAnd to display -\n\n - Archive is returned as html\n - Blog post is returned as html if name is given, else the newest post is returned\n\n*For now it is possible to fetch post only from public gists. Support for more services will be added later.\n\n## Usage -\n\n - Make sure you have a folder named **posts** in your application directory.\n - Create a public gist in markdown format as your post\n - Call from your application `conundrum.fetch(gist_id, name/title, github_username)\n - It will fetch the gist and save it in a yaml file named