{ "info": { "author": "Pierre Dulac", "author_email": "pierre@dulaccc.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "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": "# igenstrings\n\n[![build-status-image]][travis]\n[![build-coverage-image]][codecov]\n[![pypi-version-image]][pypi]\n[![docs-image]][docs]\n\n> Eventually, all things merge into one, and a river runs through it.\n\nEnhance the genstrings command by adding merging capabilities \nDocumentation is available at [https://igenstrings.readthedocs.org][docs].\n\n## Features\n\n* Ensure your files are encoded in UTF-8 (as [recommended by Apple](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html) now)\n* Takes care of runing the genstrings command on all files `\\*.m`, `\\*.mm` and `\\*.swift`\n* Merge the results with previous version of the Localizable.string files you may have\n* Inform you if it works correctly\n\n## Installation\n\n```sh\n$ pip install igenstrings\n```\n\n## Requirements\n\nEnsure your `*.strings` files are UTF-8 encoded as [Apple recommends it](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html) now :\n\n> It is recommended that you save strings files using the UTF-8 encoding, which is the default encoding for standard strings files. Xcode automatically transcodes strings files from UTF-8 to UTF-16 when they\u2019re copied into the product.\n\n## Usage\n\n```sh\n$ igenstrings ./MyXcodeProjectDir\n```\n\n*output*\n\n```sh\nRunning the script on path ./MyXcodeProjectDir\nExcluded path regex: None\nlanguages found : ['./MyXcodeProjectDir/en.lproj', './MyXcodeProjectDir/fr.lproj']\nJob done for language: ./MyXcodeProjectDir/en.lproj\nJob done for language: ./MyXcodeProjectDir/fr.lproj\n```\n\n## Known Issues\n\n* The Apple `genstrings` command doesn't like path that contains spaces.\n So avoid subfolders containing spaces, otherwise the Localizable.string will not be complete\n* You need to respect the format used by the genstrings command unless it will breaks.\n So, to avoid issues use strictly the format below for each translated text.\n Also do not remove the line break between two fields or it will breaks too.\n\n```ruby\n/* Comment for localizable string */\n\"Your string\" = \"Translated string\";\n\n/* Comment for localizable string */\n\"Your string #2\" = \"Translated string #2\";\n```\n\n## Credits\n\nTools used in rendering this package:\n\n* [`Cookiecutter`][Cookiecutter]\n* [`cookiecutter-pypackage`][cookiecutter]\n\n## Contact\n\n[Pierre Dulac][github-dulaccc] \n[@dulaccc][twitter-dulaccc]\n\n## License\n\n`igenstrings` is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n\n\n[build-status-image]: https://img.shields.io/travis/dulaccc/igenstrings.svg\n[build-coverage-image]: https://img.shields.io/codecov/c/github/dulaccc/igenstrings.svg\n[travis]: https://travis-ci.org/dulaccc/igenstrings\n[codecov]: https://codecov.io/github/dulaccc/igenstrings?branch=master\n[pypi-version-image]: https://img.shields.io/pypi/v/igenstrings.svg\n[pypi]: https://pypi.python.org/pypi/igenstrings\n[docs-image]: https://readthedocs.org/projects/igenstrings/badge/?version=latest\n[docs]: http://igenstrings.readthedocs.org/en/latest/\n\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[cookiecutter-pypackage]: https://github.com/audreyr/cookiecutter-pypackage\n[github-dulaccc]: https://github.com/dulaccc\n[twitter-dulaccc]: https://twitter.com/dulaccc\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dulaccc/igenstrings", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "igenstrings", "package_url": "https://pypi.org/project/igenstrings/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/igenstrings/", "project_urls": { "Homepage": "https://github.com/dulaccc/igenstrings" }, "release_url": "https://pypi.org/project/igenstrings/1.1.0/", "requires_dist": [ "click (==6.6)", "chardet (==2.3.0)" ], "requires_python": null, "summary": "Enhance the genstrings command by adding merging capabilities", "version": "1.1.0" }, "last_serial": 2353241, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b52da0da2d7b1b45845a7ef316b33ede", "sha256": "245e8f4b51bafb8a83bb658b5b229761af95081ec2b37458432818f5b7e2fcfc" }, "downloads": -1, "filename": "igenstrings-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b52da0da2d7b1b45845a7ef316b33ede", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9936, "upload_time": "2015-12-08T18:44:31", "url": "https://files.pythonhosted.org/packages/48/fc/df5a662e055ca1a7649f745ef5bdac4797d6ca40a87bd863677dfc4ced0c/igenstrings-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff99990499e97aff6980e46ffd202247", "sha256": "13a7b43476f3ec0b35e10a78b3081c2452fb80ae4e1b4482a334fe918d123b15" }, "downloads": -1, "filename": "igenstrings-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ff99990499e97aff6980e46ffd202247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8514, "upload_time": "2015-12-08T18:44:38", "url": "https://files.pythonhosted.org/packages/43/a1/6d10ed77a2d9099bdfa2eb474db6d8ff8e8b23e082307facec8df3709070/igenstrings-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e5c7c5643daf08f1ce602b01a8a27e58", "sha256": "38f6229240a37d9ea4e249f48c8831ca6e8daecc237909231759d345bc8f9ccd" }, "downloads": -1, "filename": "igenstrings-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e5c7c5643daf08f1ce602b01a8a27e58", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11123, "upload_time": "2015-12-12T17:48:37", "url": "https://files.pythonhosted.org/packages/9c/e8/8f83feeddd1810e7880a482cc92eee401827d5ade69b3bb7166051a0c492/igenstrings-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe71e25e13dbbc6ec30887e32c80c7cd", "sha256": "5ab7489b97d618de97cb51b44a2567d7dfd3cca5a3592bf6dbb020b01a80b015" }, "downloads": -1, "filename": "igenstrings-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fe71e25e13dbbc6ec30887e32c80c7cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11253, "upload_time": "2015-12-12T17:48:45", "url": "https://files.pythonhosted.org/packages/b4/8b/c87a32c741fb7944573422735b489151474f973a5bb7640c74c75ea7ed4d/igenstrings-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "29c08104b5a0f7b15e4e6a057f07b7a0", "sha256": "2902f856e0b9196a043c21cd0169a7d925f7b471b81fb9b973284340d9bf2710" }, "downloads": -1, "filename": "igenstrings-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29c08104b5a0f7b15e4e6a057f07b7a0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6403, "upload_time": "2016-01-08T17:05:20", "url": "https://files.pythonhosted.org/packages/6c/93/23a040c38465f98d72a7f75cba5ec86784aba0ba586b5d86325e0b3da7ed/igenstrings-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "120e6c4ffaf2f56b509d6db6638e905b", "sha256": "0f267b43916fa83439bcec4003fbce6b59c45b197db8e916bf7187cf4b4086db" }, "downloads": -1, "filename": "igenstrings-0.2.1.tar.gz", "has_sig": false, "md5_digest": "120e6c4ffaf2f56b509d6db6638e905b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12471, "upload_time": "2016-01-08T17:05:31", "url": "https://files.pythonhosted.org/packages/5f/e2/5b018e8be240dd73c5cec6775c57371c249a3b8620bed18b28690ac8485e/igenstrings-0.2.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "8aaf8a8bc9ef7388ccf0c21758acd32a", "sha256": "813edd7e7f93b076122d0ec1a1e224fad7a4acf101751ad85cd657a8ec0a91d9" }, "downloads": -1, "filename": "igenstrings-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8aaf8a8bc9ef7388ccf0c21758acd32a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6402, "upload_time": "2016-01-08T23:04:02", "url": "https://files.pythonhosted.org/packages/d6/8b/c91bae003a0d970d744a4166d925eca045e602f7bab714803af27f4ea1c9/igenstrings-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a81d7abe4eac2cb62bd23c3ffdef85f1", "sha256": "4e340354abf4eac89ffa19c9d960de7db4ef6cd0f42e2f43324f1e0825cd0e95" }, "downloads": -1, "filename": "igenstrings-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a81d7abe4eac2cb62bd23c3ffdef85f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12756, "upload_time": "2016-01-08T23:04:18", "url": "https://files.pythonhosted.org/packages/cc/94/89de1f6c25e5a0cf103436b3abc4e2e445e50ad6c2711f63fdb9c340befc/igenstrings-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "035d959c9fbb50c736636c967324116e", "sha256": "0ce15b626f1f52db07b6bf72221b30cff491e155421b58cac79e9a095e326948" }, "downloads": -1, "filename": "igenstrings-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "035d959c9fbb50c736636c967324116e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6409, "upload_time": "2016-03-15T10:40:34", "url": "https://files.pythonhosted.org/packages/12/70/ec35c3532cb46a640698e78feed60dfd21d1ad3dcdff948c5dcab40f7ac5/igenstrings-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0ffd881a00c246e5e384758e1a64732", "sha256": "d218c72b9480a5719fb4a53919673f0e9a096b51787d55615e6953a177f82670" }, "downloads": -1, "filename": "igenstrings-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d0ffd881a00c246e5e384758e1a64732", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12778, "upload_time": "2016-03-15T10:40:42", "url": "https://files.pythonhosted.org/packages/e5/74/281f8e3cdfa9e35d54f3cfa3777de4307a679273229bd851a5a01666bda3/igenstrings-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e07fc313a4878b9dcd711741ac51a6cb", "sha256": "dcd538b01216dd597a8e40809413bb4a5fa5ac7bf1b335195debaab4f816c63b" }, "downloads": -1, "filename": "igenstrings-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e07fc313a4878b9dcd711741ac51a6cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6403, "upload_time": "2016-06-23T08:40:49", "url": "https://files.pythonhosted.org/packages/f6/2d/4becab5b324e38920ec5c3aa798c24e8ad95e81b6980e904eacdff52e496/igenstrings-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7aea4b44fb2b1d256fda55ee69ddaa56", "sha256": "32034f185df34c756be7ae307fda18ecfa3ce8934fc0b60b51ddcfa3c48f2762" }, "downloads": -1, "filename": "igenstrings-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7aea4b44fb2b1d256fda55ee69ddaa56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13347, "upload_time": "2016-06-23T08:40:54", "url": "https://files.pythonhosted.org/packages/b4/a7/55446d0c66afe55e3c6ef8b958cdc8b82a72751f86365839515b0b0294c1/igenstrings-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0cea839f116b5fdf67f4229f61a2191a", "sha256": "b7c02b5ef53a91289295251eff90481e7e29b2bbc1b84f0e1bbc3e1cea21feff" }, "downloads": -1, "filename": "igenstrings-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cea839f116b5fdf67f4229f61a2191a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6413, "upload_time": "2016-08-30T23:10:07", "url": "https://files.pythonhosted.org/packages/f1/21/5bd4c4c90ebbd4eeaf1538a134b72997abff1b51eae8ed2afcc731c2450a/igenstrings-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "098080594b9cf9c3ebee0ce068ee2908", "sha256": "7b63266291cfb94588351f7711a78f908077a6a8e0f538425ea72d4619d4cdfa" }, "downloads": -1, "filename": "igenstrings-1.0.3.tar.gz", "has_sig": false, "md5_digest": "098080594b9cf9c3ebee0ce068ee2908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13920, "upload_time": "2016-08-30T23:10:10", "url": "https://files.pythonhosted.org/packages/f7/00/64d4a462db4ad5a62191f64a972c998b3860cd4a3c32a25e692860cb44b7/igenstrings-1.0.3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9d222549341ad5bfcaec017da3a91303", "sha256": "11a418819973d730392f1bf8f682c4d48bd661c39f76a057a30121e03322d360" }, "downloads": -1, "filename": "igenstrings-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d222549341ad5bfcaec017da3a91303", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7140, "upload_time": "2016-09-20T15:53:50", "url": "https://files.pythonhosted.org/packages/d3/fa/dcfc02b8362f0213ce30638d5750dbb962c1f01baecceeec7d1d82c19119/igenstrings-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "562b1e6b2d260264f0d3bb7d01c24e0e", "sha256": "3c4b9898547a55fbb1f5ed029d90c20d08f339270a417c98980fea6453b109cb" }, "downloads": -1, "filename": "igenstrings-1.1.0.tar.gz", "has_sig": false, "md5_digest": "562b1e6b2d260264f0d3bb7d01c24e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16890, "upload_time": "2016-09-20T15:53:55", "url": "https://files.pythonhosted.org/packages/6b/d3/4da8895e1f7326a90a4ef8953b0688b547035c0146f53955289718bdb774/igenstrings-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d222549341ad5bfcaec017da3a91303", "sha256": "11a418819973d730392f1bf8f682c4d48bd661c39f76a057a30121e03322d360" }, "downloads": -1, "filename": "igenstrings-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d222549341ad5bfcaec017da3a91303", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7140, "upload_time": "2016-09-20T15:53:50", "url": "https://files.pythonhosted.org/packages/d3/fa/dcfc02b8362f0213ce30638d5750dbb962c1f01baecceeec7d1d82c19119/igenstrings-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "562b1e6b2d260264f0d3bb7d01c24e0e", "sha256": "3c4b9898547a55fbb1f5ed029d90c20d08f339270a417c98980fea6453b109cb" }, "downloads": -1, "filename": "igenstrings-1.1.0.tar.gz", "has_sig": false, "md5_digest": "562b1e6b2d260264f0d3bb7d01c24e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16890, "upload_time": "2016-09-20T15:53:55", "url": "https://files.pythonhosted.org/packages/6b/d3/4da8895e1f7326a90a4ef8953b0688b547035c0146f53955289718bdb774/igenstrings-1.1.0.tar.gz" } ] }