Metadata-Version: 1.1
Name: auto_pack
Version: 1.2.6
Summary: qudian Android auto pack utils
Home-page: http://www.qudian.com
Author: meng
Author-email: mengweiping@qudian.com
License: MIT
Description: ====================
        Android 打包工具
        ====================
        
        ------------
        Installation
        ------------
        To install auto-pack, simply:
        
            $ sudo pip install -U auto-pack
        
        or alternatively install via easy_install:
        
            $ sudo easy_install -U auto-pack
        
        ------------
        Publish
        ------------
        To publish auto-pack:
        
            $ python setup.py sdist
        
            $ twine upload dist/*
            
        or see: https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
        
        ------------
        Usage
        ------------
        import auto_pack
Keywords: android,Android,auto_pack
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
