Metadata-Version: 1.0
Name: xuru.recipe.android
Version: 0.8.0
Summary: android zc.buildout recipe
Home-page: http://www.python.org/pypi/xuru.recipe.android
Author: Eric Plaster
Author-email: plaster@gmail.com
License: MIT License
Description: 
        xuru.recipe.android
        ===================
        
        This recipe allows you to install the android sdk as part of your parts list.
        
        [my_android_sdk]
        recipe = xuru.recipe.android
        apis = 16 17
        system_images = intel mips
        sdk = http://dl.google.com/android/android-sdk_r22.0.1-macosx.zip
        
        This installs the android sdk into the folder parts/my_android_sdk, and the
        following tools:
        * platform-tools
        * build-tools
        * tools
        * extra-android-support
        
        APIs
        * Each API listed in the apis list will install the system image based on the system_images list.
        
        
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
