{ "info": { "author": "Mohammed Hammoud", "author_email": "mohammed@iktw.se", "bugtrack_url": null, "classifiers": [], "description": "# i18nize\nThis is a simple Client that integrates with the localization service www.i18nize.com\n\n```pip install i18nize```\n\n\n### Config parameters\n| Name | Type |\u00a0Required | What? |\n| ------------- |-------------|-------------|-------------|\n| PROJECT_ID | String | Yes | This should be the id of your project. |\n| DESTINATION_PATH | String | Yes | The path where you want your locale to get saved. |\n| LIVE | Boolean | Yes | Set to *true* if you want to download your live locales otherwise your dev locales will get downloaded. |\n\n\n### Example usage\n```python\nfrom i18nize.client import Client\n\nclient = Client(\n project_id='86416ce4-fd52-4daf-9764-46f35b07af23',\n destination_dir='locales/',\n live=False)\n\nclient.get_all_locales()\n\nOUTPUT:\n>> Downloaded en to dist/locales/en.json (live: True)\n>> Downloaded sv to dist/locales/sv.json (live: True)\n```", "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/iktw/i18nize", "keywords": null, "license": "MIT licence, see LICENCE.txt", "maintainer": null, "maintainer_email": null, "name": "i18nize", "package_url": "https://pypi.org/project/i18nize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/i18nize/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iktw/i18nize" }, "release_url": "https://pypi.org/project/i18nize/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "This is a simple Client that integrates with the localization service www.i18nize.com", "version": "0.0.4" }, "last_serial": 2419767, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7cdc0392613220f4dab31831f07a84b7", "sha256": "082ad71891a6d412e27f4a01c8bc9234dd14e2b17dc1ba0690435445e68f7676" }, "downloads": -1, "filename": "i18nize-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7cdc0392613220f4dab31831f07a84b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3408, "upload_time": "2016-10-24T09:24:44", "url": "https://files.pythonhosted.org/packages/0b/66/ea2da034a58ef4c5c4bfddc0d74be5c5cb56386dbc37d52d3c4e667036ad/i18nize-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "59678c50e3482ba3ba8530877519a952", "sha256": "a02fc77775124ebc3acc81cdd77de9037ce729caffdfb9998ecaebf9d5ac0a87" }, "downloads": -1, "filename": "i18nize-0.0.2.tar.gz", "has_sig": false, "md5_digest": "59678c50e3482ba3ba8530877519a952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3413, "upload_time": "2016-10-24T09:55:53", "url": "https://files.pythonhosted.org/packages/b1/2e/5741444d46c7c9f4e343f570da2820beb89b6f9e6ac4f3953a3019e9f06a/i18nize-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "f12152ba805efcf499d9c5314487de65", "sha256": "599e01e1ec3682337d2301948e5427d5cb582554b6e317907619a09258a047ea" }, "downloads": -1, "filename": "i18nize-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f12152ba805efcf499d9c5314487de65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3454, "upload_time": "2016-10-24T11:57:25", "url": "https://files.pythonhosted.org/packages/76/21/27782644e5aee9afe8e7316daa3c21baeea9e5651e615278c2cd06b3c0d3/i18nize-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2a81371b764bd459595fded46874d696", "sha256": "3dc3e7a8d70c1638d05b8d3deb4503c8568fc305c928a96b335becaafbf88dfc" }, "downloads": -1, "filename": "i18nize-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2a81371b764bd459595fded46874d696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2016-10-24T12:05:15", "url": "https://files.pythonhosted.org/packages/39/1c/9e9b0aef0fed84b40f9a1504194864acf7774c892298e9141308773aab8a/i18nize-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a81371b764bd459595fded46874d696", "sha256": "3dc3e7a8d70c1638d05b8d3deb4503c8568fc305c928a96b335becaafbf88dfc" }, "downloads": -1, "filename": "i18nize-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2a81371b764bd459595fded46874d696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2016-10-24T12:05:15", "url": "https://files.pythonhosted.org/packages/39/1c/9e9b0aef0fed84b40f9a1504194864acf7774c892298e9141308773aab8a/i18nize-0.0.4.tar.gz" } ] }