{ "info": { "author": "John Anderson", "author_email": "johna@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Getting Started\n=================================\nAs an intro to tombo we'll create a simple blog application:\n\n\n.. code-block:: python\n\n tomb new blog\n\nThis will generate a new folder `blog` with the following folders in it:\n\n+-------------------+--------------------------------------------------------+\n| Name | description |\n+===================+========================================================+\n| app/ | Contains the controllers, models, views, helpers, |\n| | mailers, and assets for the application. |\n+-------------------+--------------------------------------------------------+\n| scripts/ | Tomb scripts for starting your application and any |\n| | scripts you use to deploy or run your application. |\n+-------------------+--------------------------------------------------------+\n| config/ | Configure your application's routes, database, and |\n| | more. |\n+-------------------+--------------------------------------------------------+\n| db/ | Contains database schema and migration scripts |\n+-------------------+--------------------------------------------------------+\n| lib/ | Any code that doesn't fit in controllers, models, |\n| | helpers, and isn't domain specific. |\n+-------------------+--------------------------------------------------------+\n| requirements.txt | The dependencies needed for your tomb application |\n+-------------------+--------------------------------------------------------+\n| tests/ | Unit tests and fixtures |\n+-------------------+--------------------------------------------------------+", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.trypyramid.com", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tomb", "package_url": "https://pypi.org/project/tomb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tomb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.trypyramid.com" }, "release_url": "https://pypi.org/project/tomb/85e07b8/", "requires_dist": null, "requires_python": null, "summary": "A set of sane defaults for the Pyramid web framework", "version": "85e07b8" }, "last_serial": 1302014, "releases": { "85e07b8": [] }, "urls": [] }