{ "info": { "author": "Rune Kaagaard", "author_email": "rumi.kg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\nDjango poeditor.com Model Field\n=============================\n\n.. image:: https://badge.fury.io/py/django-poeditor-com-field.svg\n :target: https://badge.fury.io/py/django-poeditor-com-field\n\n.. image:: https://travis-ci.org/runekaagaard/django-poeditor-com-field.svg?branch=master\n :target: https://travis-ci.org/runekaagaard/django-poeditor-com-field\n\n.. image:: https://codecov.io/gh/runekaagaard/django-poeditor-com-field/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/runekaagaard/django-poeditor-com-field\n\nTranslate your model data with poeditor.com.\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-poeditor-com-field.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django poeditor.com Model Field::\n\n pip install django-poeditor-com-field\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'poeditor_com_field.apps.PoeditorComFieldConfig',\n ...\n )\n\nAdd Django poeditor.com Model Field's URL patterns:\n\n.. code-block:: python\n\n from poeditor_com_field import urls as poeditor_com_field_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(poeditor_com_field_urls)),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2017-02-07)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/runekaagaard/django-poeditor-com-field", "keywords": "django-poeditor-com-field", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-poeditor-com-field", "package_url": "https://pypi.org/project/django-poeditor-com-field/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-poeditor-com-field/", "project_urls": { "Homepage": "https://github.com/runekaagaard/django-poeditor-com-field" }, "release_url": "https://pypi.org/project/django-poeditor-com-field/0.2.4/", "requires_dist": null, "requires_python": "", "summary": "Translate your model data with poeditor.com.", "version": "0.2.4" }, "last_serial": 2707521, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "74ad940a13cbc76cc9168abdd91d5c28", "sha256": "b04c0a990f039acd766861028d52caed78b41ef037b1eede58058fcf28c1f963" }, "downloads": -1, "filename": "django_poeditor_com_field-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74ad940a13cbc76cc9168abdd91d5c28", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9567, "upload_time": "2017-03-14T12:52:09", "url": "https://files.pythonhosted.org/packages/75/57/1ede87d6b1370828d6bae1c10309cfdf69518b612435d61e8d43fc06f9d9/django_poeditor_com_field-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21c7af6d64754d6af5051121ea1cece4", "sha256": "c9bdbf833a3c00f50cebacf8487ab75eaa6723cb2067a3c1461119f34ccf7c97" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.0.tar.gz", "has_sig": false, "md5_digest": "21c7af6d64754d6af5051121ea1cece4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8221, "upload_time": "2017-03-14T12:52:11", "url": "https://files.pythonhosted.org/packages/a9/85/f15b92d486511c54290cb0a4a62df57008f8523d7c13d26b7cd39dea6684/django-poeditor-com-field-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "dae275fbc152fb594c0a34bba751a0e9", "sha256": "f5934437d824ba387ebbd098cba6c93cadcc397c6a7a2173e947763263144000" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.1.tar.gz", "has_sig": false, "md5_digest": "dae275fbc152fb594c0a34bba751a0e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8243, "upload_time": "2017-03-14T13:03:52", "url": "https://files.pythonhosted.org/packages/15/5e/db51c70ecdc0f2c89af212310f502d6812776e6b581db26a84dc2d739fe4/django-poeditor-com-field-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d10bd636140856458c9a0589592317cd", "sha256": "19d4482a7f107abe9fe903c71b9feb8e3a52c0090fb0cac8abdd269d19e974e4" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.2.tar.gz", "has_sig": false, "md5_digest": "d10bd636140856458c9a0589592317cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8248, "upload_time": "2017-03-14T13:27:07", "url": "https://files.pythonhosted.org/packages/e4/15/b7c70c8f85cbfedc90a313faa6790544802c983c283c24a98cd595dc2065/django-poeditor-com-field-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "cfe420de750b97914975bdd74874c6ec", "sha256": "171e0c31d275fa108a010a17e966ede7897c3cae78f67c5fc25367322a11b412" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cfe420de750b97914975bdd74874c6ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8796, "upload_time": "2017-03-14T15:16:24", "url": "https://files.pythonhosted.org/packages/bd/cc/f2908e0c1bf318986b603b79caa6d9bbdadd4bf9cfefa79a442f83ccbb4d/django-poeditor-com-field-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "a86d29d6c96b9da7089c642fe7d71a9b", "sha256": "6006e9e77ce4349ea5eeb7792f40fb65f9bdd3dcc1c77328db3739a399105b09" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.4.tar.gz", "has_sig": false, "md5_digest": "a86d29d6c96b9da7089c642fe7d71a9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8814, "upload_time": "2017-03-15T14:30:30", "url": "https://files.pythonhosted.org/packages/0b/65/0679698516a8bf81180b765778889ff19b7b34eb5aa32f556ecc2500e336/django-poeditor-com-field-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a86d29d6c96b9da7089c642fe7d71a9b", "sha256": "6006e9e77ce4349ea5eeb7792f40fb65f9bdd3dcc1c77328db3739a399105b09" }, "downloads": -1, "filename": "django-poeditor-com-field-0.2.4.tar.gz", "has_sig": false, "md5_digest": "a86d29d6c96b9da7089c642fe7d71a9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8814, "upload_time": "2017-03-15T14:30:30", "url": "https://files.pythonhosted.org/packages/0b/65/0679698516a8bf81180b765778889ff19b7b34eb5aa32f556ecc2500e336/django-poeditor-com-field-0.2.4.tar.gz" } ] }