{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django Units [WIP]\n==================\n\nA Django app to convert units between different systems.\n\nIt is meant to simplify the need to use different unit systems at the same\ntime. E.g. providing inputs, that allow entering distances and weights in the\nimperial or the metric system.\n\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-units\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-units.git#egg=units\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``units`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'units',\n )\n\nAdd the ``units`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^units/', include('units.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 units_tags %}\n\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate units\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\nPoint to constants, form mixin and general conversion utils. [WIP]\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 django-units\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", "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/bitmazk/django-units", "keywords": "django,app,reusable,units,imperial,metric,lbs,kg,meter,inch,cm,feet", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-units", "package_url": "https://pypi.org/project/django-units/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-units/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-units" }, "release_url": "https://pypi.org/project/django-units/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A Django app to convert units between different systems", "version": "0.2.1" }, "last_serial": 1191291, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "88ffa36be13cd15f09875379ee1384e1", "sha256": "6a5d259f1ae6a894d22d52de41871858c4d803dac39af360d6d93281385c0198" }, "downloads": -1, "filename": "django-units-0.2.tar.gz", "has_sig": false, "md5_digest": "88ffa36be13cd15f09875379ee1384e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10903, "upload_time": "2014-08-11T17:27:30", "url": "https://files.pythonhosted.org/packages/87/4d/e9b946f711d3256f45a3329a18490bd1e13ea77c7df4036483f1a4617e82/django-units-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "8e32978b22e32985c0d073b25f0fe7a4", "sha256": "bb30e655b621c0bfb3d6b4b91e24cf6a3928c699f7f4fdee016d166b009db780" }, "downloads": -1, "filename": "django-units-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8e32978b22e32985c0d073b25f0fe7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11057, "upload_time": "2014-08-15T09:40:00", "url": "https://files.pythonhosted.org/packages/fb/a2/044831213797aedf1c3deb09088d7b4770e799daf8e93e7f9f43b72f7582/django-units-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e32978b22e32985c0d073b25f0fe7a4", "sha256": "bb30e655b621c0bfb3d6b4b91e24cf6a3928c699f7f4fdee016d166b009db780" }, "downloads": -1, "filename": "django-units-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8e32978b22e32985c0d073b25f0fe7a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11057, "upload_time": "2014-08-15T09:40:00", "url": "https://files.pythonhosted.org/packages/fb/a2/044831213797aedf1c3deb09088d7b4770e799daf8e93e7f9f43b72f7582/django-units-0.2.1.tar.gz" } ] }