{ "info": { "author": "['Anshul Thakur']", "author_email": "captain@piratelearner.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====================================\nPirateLearner Annotations App\n=====================================\n\nA per-paragraph commenting app that enables you to:\n\n- Create annotations (like those in medium.com) on per-paragraph basis\n- Delete annotations\n\nThis app is designed to work with the PirateLearner Blogging App, which powers the unique ID generation for each content paragraph.\n\n**Requirements**\n\n- `Python`_ 2.7.\n- `Django`_ 1.6.x.\n- `Django Rest Framework`_ 3.1.0\n- `pi-blogging`_ 0.1.0b1\n\n**Installation**\n\nUse pip for installing the app:\n\n `pip install pi-annotations --pre`\n\nor download zip file from github `here`_\n\nafter installation, add rest_framework and annotations to your installed apps and also make sure that requirements are also installed -\n\n | INSTALLED_APPS = (\n | ...\n | 'reversion',\n | 'crispy_forms',\n | 'blogging',\n | 'taggit',\n | 'ckeditor',\n | 'django_select2',\n | 'annotations',\n | 'rest_framework',\n | ...\n | )\n\nAlso add blogging urls in your projects urls.py -\n\n | urlpatterns = i18n_patterns('',\n | ...\n | url(r'^annotations/', include('annotations.urls', namespace='annotations')),\n | ...\n | )\n\nafter this just run ``python manage.py syncdb`` for creation of database tables.\n\nNOTE: For setting up blogging app, refer to its `documentation`_.\n\n**Usage**\n\n\nThe documentation may be found at `Read The Docs`_.\n\n.. _Python: https://www.python.org/ \n.. _Django: https://www.djangoproject.com/\n.. _here: https://github.com/PirateLearner/blogging/archive/master.zip\n.. _`documentation`: http://blogging.readthedocs.org/en/latest/ \n.. _`Read The Docs`: http://annotations.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/PirateLearner/annotations/archive/v0.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PirateLearner/annotations", "keywords": null, "license": "GPL v2", "maintainer": null, "maintainer_email": null, "name": "pi-annotations", "package_url": "https://pypi.org/project/pi-annotations/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pi-annotations/", "project_urls": { "Download": "https://github.com/PirateLearner/annotations/archive/v0.1.0.tar.gz", "Homepage": "https://github.com/PirateLearner/annotations" }, "release_url": "https://pypi.org/project/pi-annotations/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "An app to create per-paragraph comments on content (created via Blogging App)", "version": "0.1.0" }, "last_serial": 1478942, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "36b9dd6c4ff9aa4f6a559be6d84de733", "sha256": "51a422b7989afa2fbde7f52029a5fae36fdaba3a8e7469e70cfe17c45800fcda" }, "downloads": -1, "filename": "pi-annotations-0.1.0.tar.gz", "has_sig": false, "md5_digest": "36b9dd6c4ff9aa4f6a559be6d84de733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26942, "upload_time": "2015-03-26T17:07:27", "url": "https://files.pythonhosted.org/packages/51/89/1865bf7638d823b479fc5c0c0a041c588a4ea8a66eb6fc326f0e110538da/pi-annotations-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36b9dd6c4ff9aa4f6a559be6d84de733", "sha256": "51a422b7989afa2fbde7f52029a5fae36fdaba3a8e7469e70cfe17c45800fcda" }, "downloads": -1, "filename": "pi-annotations-0.1.0.tar.gz", "has_sig": false, "md5_digest": "36b9dd6c4ff9aa4f6a559be6d84de733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26942, "upload_time": "2015-03-26T17:07:27", "url": "https://files.pythonhosted.org/packages/51/89/1865bf7638d823b479fc5c0c0a041c588a4ea8a66eb6fc326f0e110538da/pi-annotations-0.1.0.tar.gz" } ] }