{ "info": { "author": "Interaction Consortium", "author_email": "studio@interaction.net.au", "bugtrack_url": null, "classifiers": [], "description": "Readme\n======\n\nDocs can be found in the `docs `__ folder.\n\nApp Template\n------------\n\nThis is a bare-bones skeleton app template, for use with the\n``django-admin.py startapp`` command.\n\nYou will need ``git``, ``python 2.7+`` and ``pip`` to create a new app\nwith this template.\n\nCreate environment variables for the app and module name (e.g.\n``django-foo-bar`` and ``foo_bar``), so we can use them in subsequent\ncommands:\n\n::\n\n $ export APP=\n $ export MODULE=\n\nInstall or upgrade Django:\n\n::\n\n $ pip install -U Django\n\nCreate an app from the template:\n\n::\n\n $ mkdir $APP\n $ django-admin.py startapp -e ini,md,yml -n .coveragerc \\\n --template=https://github.com/ixc/ixc-app-template/archive/master.zip \\\n $MODULE $APP\n\nMake the ``manage.py`` file executable, for convenience:\n\n::\n\n $ cd $APP\n $ chmod 755 manage.py\n\nCreate a remote repository on `GitHub `__, then\ninitialise a local repository and push an initial commit:\n\n::\n\n $ git init\n $ git add -A\n $ git commit -m 'Initial commit.'\n $ git remote add origin git@github.com:ixc/$APP.git\n $ git push\n\nNow, get to work on your app! You might want to start with:\n\n- Add a ``LICENSE.txt`` file (e.g.\n `MIT `__).\n- Read the `contributing `__ docs.\n- Update the `docs `__ (e.g. overview, installation and\n usage).\n- Remove the ``App Template`` section (these instructions) from\n ``README.md`` (this file).", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ixc/icekit-notifications", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "icekit-notifications", "package_url": "https://pypi.org/project/icekit-notifications/", "platform": null, "project_url": "https://pypi.org/project/icekit-notifications/", "project_urls": { "Homepage": "https://github.com/ixc/icekit-notifications" }, "release_url": "https://pypi.org/project/icekit-notifications/0.2.1/", "requires_dist": null, "requires_python": null, "summary": null, "version": "0.2.1" }, "last_serial": 2279282, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "56baf0fe95c8eb17c5a07c909ef3e2ac", "sha256": "73c7482970d5614aeb996343caeef3d0794b2bc259c93725915a9e0086ff9ff5" }, "downloads": -1, "filename": "icekit_notifications-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56baf0fe95c8eb17c5a07c909ef3e2ac", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 23062, "upload_time": "2016-08-13T02:15:59", "url": "https://files.pythonhosted.org/packages/04/38/aefbce8a070a834d35a3d74d252c962c6756228121246ae5cbf9fa02b974/icekit_notifications-0.2.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56baf0fe95c8eb17c5a07c909ef3e2ac", "sha256": "73c7482970d5614aeb996343caeef3d0794b2bc259c93725915a9e0086ff9ff5" }, "downloads": -1, "filename": "icekit_notifications-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56baf0fe95c8eb17c5a07c909ef3e2ac", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 23062, "upload_time": "2016-08-13T02:15:59", "url": "https://files.pythonhosted.org/packages/04/38/aefbce8a070a834d35a3d74d252c962c6756228121246ae5cbf9fa02b974/icekit_notifications-0.2.1-py2.py3-none-any.whl" } ] }