{
"info": {
"author": "Rob Madole",
"author_email": "robmadole@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Topic :: Software Development"
],
"description": "briefs-caster\r\n=============\r\n\r\nWhat is it?\r\n-----------\r\n\r\nThis is a simple Briefcasts server for your Briefs.\r\n\r\n`Rob Rhyne `_ developed Briefs, an iPhone application for creating wireframes for\r\nCocoa touch applications.\r\n\r\nThis is an insanely cool app, and much props go to `Digital Arch\r\n`_. Check it out first, http://giveabrief.com.\r\n\r\nBriefcasts and briefs-caster\r\n----------------------------\r\n\r\nWithin Briefs, you can add a URL that points to a list of briefs. In the app,\r\nit's called **My Briefcasts**.\r\n\r\nbriefs-caster converts any ``.bs`` files into ``.brieflist`` files using the\r\nutilities provided by `the Briefs starter kit\r\n`_ and serves them up on\r\nhttp://0.0.0.0:5000 as a Briefcast.\r\n\r\nInstallation\r\n------------\r\n\r\n*Requires Mac OS X*\r\n\r\nbriefs-caster uses Python. To install it open a terminal and type the following\r\n\r\n::\r\n\r\n easy_install briefs-caster\r\n\r\nIf you use Pip (recommended), alternatively run this ::\r\n\r\n pip install briefs-caster\r\n\r\n*Note* you may need to ``sudo`` these commands on your system.\r\n\r\nUsage\r\n-----\r\n\r\nWe're going to assume that you've installed Briefs and have started using it.\r\nYou should be to the point that you have a ``.bs`` file that you've\r\ncreated.\r\n\r\nLet's pretend it's in a directory called ``~/my_briefs``.\r\n\r\nRun the briefs-caster from the directory ::\r\n\r\n cd ~/my_briefs\r\n briefs-caster\r\n\r\nAlternatively you can tell briefs-caster where to serve from ::\r\n\r\n briefs-caster ~/my_briefs\r\n\r\nYou should see the following output ::\r\n\r\n briefs-caster - Serving up some fine briefs for you\r\n\r\n Open http://:5000 from the Briefs app\r\n\r\n CTRL-C to exit the server\r\n * Running on http://0.0.0.0:5000/\r\n\r\nErrors\r\n------\r\n\r\nCheck the terminal for any errors that the Briefs script utililty produces. If\r\nyou mis-type something, forget a required attribute or something like that it\r\nwill show up in the output.\r\n\r\n\r\nAdd to Briefs\r\n-------------\r\n\r\nIn the Briefs app do the following:\r\n\r\n#. Touch **My Briefcasts**\r\n#. Touch **Edit** in the top right\r\n#. Touch **+**\r\n#. Enter Name **Briefs-caster example**\r\n#. Enter URL **http://127.0.0.1:5000** or if you are not using the same computer\r\n this IP may be different (we run the iPhone Simulator with Briefs inside it)\r\n#. Touch **Save**\r\n#. Touch **Done**\r\n\r\nNow you are ready to try it out:\r\n\r\n#. Touch **Briefs-caster example**\r\n\r\nIf everything went as expected, you should see your list of Briefs.\r\n\r\n\r\nNews\r\n====\r\n\r\n0.1.1\r\n-----\r\n\r\n*Release date: 28-Sep-2010*\r\n\r\n* Added the ability for briefs-caster to automatically convert your .bs files for you\r\n you no longer need to generate the .brieflist files manually\r\n\r\n0.1\r\n---\r\n\r\n*Release date: 23-Sep-2010*\r\n\r\n* Initial release",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "UNKNOWN",
"keywords": "",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "briefs-caster",
"package_url": "https://pypi.org/project/briefs-caster/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/briefs-caster/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "UNKNOWN"
},
"release_url": "https://pypi.org/project/briefs-caster/0.1.1/",
"requires_dist": null,
"requires_python": null,
"summary": "A server for exposing your briefcasts to the world",
"version": "0.1.1"
},
"last_serial": 787047,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "91a5d06adcfe4fe05c39ee8ab3bed715",
"sha256": "cb37955c29623bbbf775848db859cf541c095f1f0cb5c3ac460a9a17f66fef3c"
},
"downloads": -1,
"filename": "briefs-caster-0.1.tar.gz",
"has_sig": false,
"md5_digest": "91a5d06adcfe4fe05c39ee8ab3bed715",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6063,
"upload_time": "2010-09-23T22:59:12",
"url": "https://files.pythonhosted.org/packages/91/dd/3fd8c36b8d82722cc4614b28a859f5870105a8d5702758568c25864f84e5/briefs-caster-0.1.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "fc7acba0a69a37efd8e4e84b7783f800",
"sha256": "aef57dc276254586b31360baeae093a942935c41a15b973792ea8e220ae484dd"
},
"downloads": -1,
"filename": "briefs-caster-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fc7acba0a69a37efd8e4e84b7783f800",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28057,
"upload_time": "2010-09-28T20:45:38",
"url": "https://files.pythonhosted.org/packages/f1/16/f9bee3f11e92a257f6eac6befa72b51baa9fe1f7e276c39e6ecf061f3adb/briefs-caster-0.1.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fc7acba0a69a37efd8e4e84b7783f800",
"sha256": "aef57dc276254586b31360baeae093a942935c41a15b973792ea8e220ae484dd"
},
"downloads": -1,
"filename": "briefs-caster-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fc7acba0a69a37efd8e4e84b7783f800",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28057,
"upload_time": "2010-09-28T20:45:38",
"url": "https://files.pythonhosted.org/packages/f1/16/f9bee3f11e92a257f6eac6befa72b51baa9fe1f7e276c39e6ecf061f3adb/briefs-caster-0.1.1.tar.gz"
}
]
}