{
"info": {
"author": "Anthony Desnos",
"author_email": "anthony.desnos@gmail.com",
"bugtrack_url": null,
"classifiers": [],
"description": "# -------------------------------------------------------------------\n# AndroidXMLParser was created by Anthony Desnos and is taken from\n# the Androguard Project.\n# -------------------------------------------------------------------\n# This program is free software: you can redistribute it and/or\n# modify it under the terms of the GNU General Public License as\n# published by the Free Software Foundation, either version 3 of the\n# License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.\n# If not, see .\n# -------------------------------------------------------------------\n# Contributors:\n# -------------------------------------------------------------------\n# Anthony Desnos \n# Antitree \n# pee spam this\n# algorythm \n# Jiejing Zhang // for package to pip\n# -------------------------------------------------------------------\n# version: 0.0.1\n# -------------------------------------------------------------------\n\nExample: \n\n1. convert apk binary manifest to string manifest.\n\nimport axmlparserpy.axmlprinter as axmlprinter\n\n ap = axmlprinter.AXMLPrinter(open('example/binary/AndroidManifest.xml', 'rb').read())\n buff = minidom.parseString(ap.getBuff()).toxml()\n print(buff)\n\n2. get apk information\nimport axmlparserpy.apk as apk\n ap = apk.APK('_PATH_TO_APK')\n print ap.get_package()\n print ap.get_androidversion_name()\n\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/kzjeef/AxmlParserPY.git",
"keywords": null,
"license": "UNKNOWN",
"maintainer": null,
"maintainer_email": null,
"name": "AxmlParserPY",
"package_url": "https://pypi.org/project/AxmlParserPY/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/AxmlParserPY/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/kzjeef/AxmlParserPY.git"
},
"release_url": "https://pypi.org/project/AxmlParserPY/0.01/",
"requires_dist": null,
"requires_python": null,
"summary": "Python support for extract information from android 'apk' package",
"version": "0.01"
},
"last_serial": 3530340,
"releases": {
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "e37e20da7655ac748a5453ef4c126202",
"sha256": "1b583c9b33042297ce5b53c289bbbc88a692f2e9bba114c99568ad6eda11c40e"
},
"downloads": -1,
"filename": "AxmlParserPY-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "e37e20da7655ac748a5453ef4c126202",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8570,
"upload_time": "2016-10-28T14:35:28",
"url": "https://files.pythonhosted.org/packages/38/2b/50f92036bd6d46cdb7b581f4a0a4c5c0081ccc1235e0db96b640ed0fdcba/AxmlParserPY-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "9e3bf32142d4068b3e3b45f0b0247e0f",
"sha256": "f5235210aec72e034d3d2c58fe89803588ac4b77308beaad2ee7d52165896270"
},
"downloads": -1,
"filename": "AxmlParserPY-0.0.3-py2-none-any.whl",
"has_sig": false,
"md5_digest": "9e3bf32142d4068b3e3b45f0b0247e0f",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 13171,
"upload_time": "2017-05-16T05:51:29",
"url": "https://files.pythonhosted.org/packages/9c/b8/4996549dd358e6a9dc660144f22bce0ba212d1a257e129179145229da8e3/AxmlParserPY-0.0.3-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "06c6d0db2a1370ca464d5171f98d9604",
"sha256": "0f639ccce740743accf1116d2ab511dd8f4ca05ecc6dbfadef2f879983dcc1c9"
},
"downloads": -1,
"filename": "AxmlParserPY-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "06c6d0db2a1370ca464d5171f98d9604",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8575,
"upload_time": "2017-05-16T05:51:32",
"url": "https://files.pythonhosted.org/packages/fd/89/17534063f5f06cbf6610fcc7ba9d07565428d634d9327a08d98615715458/AxmlParserPY-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "06e56f71cf0368a1925fd7c8cb0550cb",
"sha256": "cf8a393f86a46eafdac3b371dff42c8ae5e8f9ba704fadfa143c1e254a6b7e4f"
},
"downloads": -1,
"filename": "AxmlParserPY-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "06e56f71cf0368a1925fd7c8cb0550cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8635,
"upload_time": "2018-01-29T03:22:53",
"url": "https://files.pythonhosted.org/packages/00/36/cd1349b022d089f414b373bd86647b67fa5533998f31c5ca9d854895daa0/AxmlParserPY-0.0.4.tar.gz"
}
],
"0.01": [
{
"comment_text": "",
"digests": {
"md5": "9cb49fbe11107500e7bc46a0f41e1bbd",
"sha256": "501821d2eebe6116df98750f1067b773860159f13bbb311f46e6e862eabd7584"
},
"downloads": -1,
"filename": "AxmlParserPY-0.01.tar.gz",
"has_sig": false,
"md5_digest": "9cb49fbe11107500e7bc46a0f41e1bbd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8438,
"upload_time": "2014-03-27T09:38:49",
"url": "https://files.pythonhosted.org/packages/fb/5c/2e5a89fda7c21b71913ba554c775f9d1a545b14d7343eabbfdb909080171/AxmlParserPY-0.01.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9cb49fbe11107500e7bc46a0f41e1bbd",
"sha256": "501821d2eebe6116df98750f1067b773860159f13bbb311f46e6e862eabd7584"
},
"downloads": -1,
"filename": "AxmlParserPY-0.01.tar.gz",
"has_sig": false,
"md5_digest": "9cb49fbe11107500e7bc46a0f41e1bbd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8438,
"upload_time": "2014-03-27T09:38:49",
"url": "https://files.pythonhosted.org/packages/fb/5c/2e5a89fda7c21b71913ba554c775f9d1a545b14d7343eabbfdb909080171/AxmlParserPY-0.01.tar.gz"
}
]
}