{ "info": { "author": "Eimantas Slajus", "author_email": "eimantas.slajus@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Eim Comments\n============\n\nReusable comments app for learning purposes.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install eim-comments\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/EimantasSl/eim-comments.git#egg=eim_comments\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``eim_comments`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'eim_comments',\n )\n\nAdd the ``eim_comments`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^/', include('eim_comments.urls')),\n )\n\nBefore your tags/filters are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load eim_comments_tags %}\n\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate eim_comments\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 eim-comments\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch\n\nIn order to run the tests, simply execute ``tox``. This will install two new\nenvironments (for Django 1.8 and Django 1.9) and run the tests against both\nenvironments.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EimantasSl/eim-comments", "keywords": "django,app,reusable,comments", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "eim-comments", "package_url": "https://pypi.org/project/eim-comments/", "platform": "OS Independent", "project_url": "https://pypi.org/project/eim-comments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/EimantasSl/eim-comments" }, "release_url": "https://pypi.org/project/eim-comments/0.1/", "requires_dist": null, "requires_python": null, "summary": "Reusable comments app for learning purposes.", "version": "0.1" }, "last_serial": 2096425, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2c651dc28ac7ae28aa2b661016ef376e", "sha256": "77950b26bf24538c58a19bf318c28f7a015ac89f395d8a205fb5216ed46fce92" }, "downloads": -1, "filename": "eim-comments-0.1.tar.gz", "has_sig": false, "md5_digest": "2c651dc28ac7ae28aa2b661016ef376e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6621, "upload_time": "2016-05-03T06:21:33", "url": "https://files.pythonhosted.org/packages/4a/57/12c7a96f0e9c0439e9e5fab130f1e56e8a3ce4ce2cfb6c4ccf5bcba0e0e6/eim-comments-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c651dc28ac7ae28aa2b661016ef376e", "sha256": "77950b26bf24538c58a19bf318c28f7a015ac89f395d8a205fb5216ed46fce92" }, "downloads": -1, "filename": "eim-comments-0.1.tar.gz", "has_sig": false, "md5_digest": "2c651dc28ac7ae28aa2b661016ef376e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6621, "upload_time": "2016-05-03T06:21:33", "url": "https://files.pythonhosted.org/packages/4a/57/12c7a96f0e9c0439e9e5fab130f1e56e8a3ce4ce2cfb6c4ccf5bcba0e0e6/eim-comments-0.1.tar.gz" } ] }