Metadata-Version: 2.4
Name: androguard
Version: 3.3.5
Summary: Androguard is a full python tool to play with Android files.
Home-page: https://github.com/androguard/androguard
Download-URL: https://github.com/androguard/androguard/releases
License: Apache Licence, Version 2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
License-File: LICENCE-2.0
Requires-Dist: future
Requires-Dist: networkx>=1.11
Requires-Dist: pygments
Requires-Dist: lxml
Requires-Dist: colorama
Requires-Dist: matplotlib
Requires-Dist: asn1crypto>=0.24.0
Requires-Dist: click
Requires-Dist: pydot>=1.4.1
Requires-Dist: ipython>=5.0.0
Provides-Extra: gui
Requires-Dist: pyperclip; extra == "gui"
Requires-Dist: PyQt5; extra == "gui"
Provides-Extra: magic
Requires-Dist: python-magic>=0.4.15; extra == "magic"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput>0.8; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: tests
Requires-Dist: mock>=2.0; extra == "tests"
Requires-Dist: nose; extra == "tests"
Requires-Dist: codecov; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: nose-timer; extra == "tests"
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Androguard is a tool and python library to interact with Android Files.
    
    Usually they come in the form of Android Packages (APK) or Dalvik Executeable (DEX) files.
    Androguard has tools to read Android's binary format for XML files (AXML) and is also suited with a decompiler for DEX.
    
    Androguard might not only be used as a tool for reverse engineering single applications, but features a lot of functions
    for automated analysis. It provides a pure python framework to build your own analysis tools.
    
    If you encounter bugs while using androguard, please feel free to report them in our bugtracker_.
    
    .. _bugtracker: https://github.com/androguard/androguard/issues
    
