{ "info": { "author": "Chris Miles", "author_email": "miles.chris@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "BlastOff helps accelerate Pylons application development by generating\na project with a number of pre-configured dependencies.\n\nInstallation\n------------\n\nUse pip::\n\n $ pip install BlastOff\n\n\nor use setuptools::\n\n $ easy_install BlastOff\n\n\nor old school, download the package from\nhttp://pypi.python.org/pypi/BlastOff, unpack it and run (as root if\nrequired)::\n\n $ python setup.py install\n\n\n\nUsage\n-----\n\nCreate a new Pylons project from the BlastOff template with::\n\n $ paster create -t blastoff AppName\n\n\nYou will be prompted for a few options.\n\n1. SQLAlchemy database URL::\n\n Enter sqlalchemy_url (The SQLAlchemy URL of the database) ['sqlite:///%(here)s/development.db']: \n\n Specify the database URL that will be used by SQLAlchemy. Defaults\n to an SQLite database. For PostgreSQL use something like:: \n\n postgres://user:pass@hostname/dbname\n\n2. SchemaBot database schema version control::\n\n Enter use_schemabot (Enable database schema version control using SchemaBot) [True]: \n\n If True then SchemaBot will be used to automatically manage the\n SQLAlchemy database schema.\n\n3. Email confirmation to activate new user accounts::\n\n Enter email_confirmation (True/False: New users must click activation link from confirmation email) [True]: \n\n If True the application will be configured to send a confirmation email\n to the user upon registration. The email will contain a link for\n activating the account before it can be used. If False no activation\n confirmation will be configured so users will be able to login\n immediately after registering.\n\n4. Create a default user::\n\n Enter default_user (Default username to create, password will match username (leave blank for no default user)) ['']:\n\n To have a default user created when the database is set up enter the\n username here.\n\nAfter creation the Pylons app is ready to be used.\n\nTo ensure all the application dependencies are installed you can run\nthis command from the application directory::\n\n $ python setup.py develop\n\nBefore starting the app the database needs to be set up (i.e. tables\ncreated). This is done by using the standard Pylons command::\n\n $ paster setup-app development.ini\n\nIf the SchemaBot option was enabled then a BlastOff generated project\nwill use SchemaBot to manage database schema changes. The initial\ntables will be created by SchemaBot, the default user inserted if that\noption was selected, and the database marked as schema version 1. See\nmodel/__init__.py within the application source for more information.\n\nTo run the application use the standard Pylons command::\n\n $ paster serve --reload development.ini\n\n\nPoint your browser at the URL http://127.0.0.1:5000/\n\nThe generated project contains model and functional tests that can be\nrun using the \"nosetests\" command (requires the Nose package to be\ninstalled).\n\n\nDocumentation\n-------------\n\nFor more information see the BlastOff wiki at\nhttp://bitbucket.org/chrismiles/blastoff/wiki/Home\nor the Pylons documentation at http://pylonshq.com/", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/BlastOff", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/chrismiles/blastoff/", "keywords": "pylons,template,sqlalchemy,toscawidgets,mako,repoze.who,TurboMail,WebFlash,SchemaBot", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "BlastOff", "package_url": "https://pypi.org/project/BlastOff/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/BlastOff/", "project_urls": { "Download": "http://pypi.python.org/pypi/BlastOff", "Homepage": "http://bitbucket.org/chrismiles/blastoff/" }, "release_url": "https://pypi.org/project/BlastOff/0.2/", "requires_dist": null, "requires_python": null, "summary": "A Pylons application template providing a working site skeleton configured with SQLAlchemy, mako, repoze.who, ToscaWidgets, TurboMail, WebFlash and (optionally) SchemaBot. The generated app is pre-configured with authentication, login and registration forms, and (optionally) email confirmation.", "version": "0.2" }, "last_serial": 783859, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "5f246e67b8751c2af8c7d9227e6d67b4", "sha256": "3bd5701114bc3903549008a5a7d8c968573eda229a3930b5066ca54905d400c4" }, "downloads": -1, "filename": "BlastOff-0.1a1.tar.gz", "has_sig": false, "md5_digest": "5f246e67b8751c2af8c7d9227e6d67b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81245, "upload_time": "2009-08-05T15:58:17", "url": "https://files.pythonhosted.org/packages/b5/fe/b42929e88635afd284f33c23431c6b9188e9ed6ca4e70436da917a95272b/BlastOff-0.1a1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "293773276f56db03189bcb4f9af3a6a2", "sha256": "00ff2e4e3087da2c9765e28324d33fcc84f102e7e8b880869093980b1b41cd74" }, "downloads": -1, "filename": "BlastOff-0.2.tar.gz", "has_sig": false, "md5_digest": "293773276f56db03189bcb4f9af3a6a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68456, "upload_time": "2009-09-25T10:18:08", "url": "https://files.pythonhosted.org/packages/c9/40/9a5a850b414d8d19235dbc9610626bdc189b3cd0df31f65b26780c3331e6/BlastOff-0.2.tar.gz" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "71f7a8563e1f596ae2ad5b7ab317dfd9", "sha256": "18686b8a6c5c0054a901babf0bfcb289d985de76b5efeedd898a8ec5a6c4b604" }, "downloads": -1, "filename": "BlastOff-0.2a1.tar.gz", "has_sig": false, "md5_digest": "71f7a8563e1f596ae2ad5b7ab317dfd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83015, "upload_time": "2009-08-25T16:19:22", "url": "https://files.pythonhosted.org/packages/9a/05/650a3274fcc1822ce9943780ba1f77ca84c3a4475bb0cc0705820b1a3a6d/BlastOff-0.2a1.tar.gz" } ], "0.2a2": [ { "comment_text": "", "digests": { "md5": "567eb728837e89a68e2572d7759dc7f1", "sha256": "cadaedee93e3edaa7e8b28fe90707b0a607d926845217e2f195a8062ed0308c0" }, "downloads": -1, "filename": "BlastOff-0.2a2.tar.gz", "has_sig": false, "md5_digest": "567eb728837e89a68e2572d7759dc7f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83123, "upload_time": "2009-08-27T15:54:24", "url": "https://files.pythonhosted.org/packages/42/59/5e70a3b136a880127da1e3c8d0bdcc203bae60ee474a4e3bbba5f9dbae6e/BlastOff-0.2a2.tar.gz" } ], "0.2a3": [ { "comment_text": "", "digests": { "md5": "56a8eb6824fd25698f77c82a313ec628", "sha256": "4e540614c2d7403b057a9daa44694a750baee36ded95e135f3a0fe9fbe6c9953" }, "downloads": -1, "filename": "BlastOff-0.2a3.tar.gz", "has_sig": false, "md5_digest": "56a8eb6824fd25698f77c82a313ec628", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67170, "upload_time": "2009-09-08T07:02:31", "url": "https://files.pythonhosted.org/packages/c0/7c/f9cc604877c8120b706133df102e98a49f9562743c03e6c440d7ebf8f532/BlastOff-0.2a3.tar.gz" } ], "0.2b1": [ { "comment_text": "", "digests": { "md5": "be943b0c740eda3745a412838288f0d2", "sha256": "c1449373349398dc4e9e1672445d88615f658ba53813847ec75b856ca08aa161" }, "downloads": -1, "filename": "BlastOff-0.2b1.tar.gz", "has_sig": false, "md5_digest": "be943b0c740eda3745a412838288f0d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68451, "upload_time": "2009-09-09T13:29:26", "url": "https://files.pythonhosted.org/packages/82/24/8edb22880601c314fad396575578d78e929e93dc8d7b1d9ec755f3bbbeda/BlastOff-0.2b1.tar.gz" } ], "0.3a2": [ { "comment_text": "", "digests": { "md5": "8d4112f906907f5a98a4e8cc473a5b96", "sha256": "d4ea3a96c0d3f8e72056c19912fffc76c333491db69449f52dff82c176fec49a" }, "downloads": -1, "filename": "BlastOff-0.3a2.tar.gz", "has_sig": false, "md5_digest": "8d4112f906907f5a98a4e8cc473a5b96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68783, "upload_time": "2010-09-29T04:57:54", "url": "https://files.pythonhosted.org/packages/3f/5b/be6342d7ef6c73ada63ccfbe8b3411b9fdf70d32906032e6d06b9b4476ae/BlastOff-0.3a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "293773276f56db03189bcb4f9af3a6a2", "sha256": "00ff2e4e3087da2c9765e28324d33fcc84f102e7e8b880869093980b1b41cd74" }, "downloads": -1, "filename": "BlastOff-0.2.tar.gz", "has_sig": false, "md5_digest": "293773276f56db03189bcb4f9af3a6a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68456, "upload_time": "2009-09-25T10:18:08", "url": "https://files.pythonhosted.org/packages/c9/40/9a5a850b414d8d19235dbc9610626bdc189b3cd0df31f65b26780c3331e6/BlastOff-0.2.tar.gz" } ] }