{ "info": { "author": "ar-arvind", "author_email": "1808ar.arvind@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries", "Topic :: Text Editors", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "# AndroidStringsFileConverter\n\nA simple python tool to convert android `strings.xml` file to `xlsx` and vice versa.\n\n## Setup\n\n```\npip install android-strings-file-converter\n```\n\n## Usage\n\n```\nandroid-strings-file-converter -i -o \n\npositional arguments:\naction xml-to-xlsx (Converts xml to xlsx)\n xlsx-to-xml (Converts xlsx to xml) \n\noptional arguments:\n -i, --input (Required) Input file\n -o, --output (Required) Output file\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n```\n\n## Examples\n\n1. To convert `strings.xml` file to `xlsx`\n\n```\nandroid-strings-file-converter xml-to-xlsx -i strings.xml -o translations.xlsx\n```\n\n2. To convert `xlsx` file to `strings.xml`\n\n```\nandroid-strings-file-converter xlsx-to-xml -i translations.xlsx -o strings.xml\n```\n\n## File structure sample\n\n**[strings.xml](https://github.com/ar-arvind/AndroidStringsFileConverter/blob/master/strings.xml)**\n\n```XML\n\n\n\tAndroid Sample App\n\n```\n\n**[translations.xlsx](https://github.com/ar-arvind/AndroidStringsFileConverter/blob/master/translations.xlsx)**\n\nkey | value\n--- | -----\napp_name | Sample Android App\n\n## License\n\n [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n \nCopyright 2019 ar-arvind\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ar-arvind/AndroidStringsFileConverter", "keywords": "android-strings xml-to-xlsx xlsx-to-xml", "license": "", "maintainer": "", "maintainer_email": "", "name": "android-strings-file-converter", "package_url": "https://pypi.org/project/android-strings-file-converter/", "platform": "", "project_url": "https://pypi.org/project/android-strings-file-converter/", "project_urls": { "Homepage": "https://github.com/ar-arvind/AndroidStringsFileConverter" }, "release_url": "https://pypi.org/project/android-strings-file-converter/1.0.0/", "requires_dist": null, "requires_python": ">=3.7.4", "summary": "A simple python tool to convert android strings.xml file to xlsx and vice versa.", "version": "1.0.0" }, "last_serial": 5901625, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b29af43198476a39056efbb8d7562d48", "sha256": "a2daa8aeb43c4c89f88afc6f701531cce481d330fd2f278399693714f41e58e2" }, "downloads": -1, "filename": "android-strings-file-converter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b29af43198476a39056efbb8d7562d48", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.4", "size": 7288, "upload_time": "2019-09-29T05:27:26", "url": "https://files.pythonhosted.org/packages/4b/52/b137f5e0fc2b1306f1212705ef989e64d096c70b04046a8bcab5dd78f856/android-strings-file-converter-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b29af43198476a39056efbb8d7562d48", "sha256": "a2daa8aeb43c4c89f88afc6f701531cce481d330fd2f278399693714f41e58e2" }, "downloads": -1, "filename": "android-strings-file-converter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b29af43198476a39056efbb8d7562d48", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.4", "size": 7288, "upload_time": "2019-09-29T05:27:26", "url": "https://files.pythonhosted.org/packages/4b/52/b137f5e0fc2b1306f1212705ef989e64d096c70b04046a8bcab5dd78f856/android-strings-file-converter-1.0.0.tar.gz" } ] }