Metadata-Version: 1.1
Name: cuteshop
Version: 0.1.0
Summary: Package manager for Qt projects.
Home-page: https://github.com/uranusjr/cuteshop
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: MIT
Description: ===============================
        Cuteshop
        ===============================
        
        .. image:: https://badge.fury.io/py/cuteshop.png
            :target: http://badge.fury.io/py/cuteshop
        
        .. image:: https://travis-ci.org/uranusjr/cuteshop.png?branch=master
                :target: https://travis-ci.org/uranusjr/cuteshop
        
        .. image:: https://pypip.in/d/cuteshop/badge.png
                :target: https://pypi.python.org/pypi/cuteshop
        
        
        Package manager for Qt projects.
        
        * Free software: MIT license
        * Documentation: https://cuteshop.readthedocs.org.
        
        
        What is Cuteshop?
        =================
        
        Short Version
        -------------
        
        It’s like CocoaPods, but for Qt (qmake-based) projects, if you know what that
        means.
        
        Long Version
        -------------
        
        Cuteshop manages library dependencies for Qt (qmake-based) projects.
        
        You describe your depedencies in a file called ``Shopfile``. Cuteshop analyzes
        it, resolves all the library dependencies for you, and generate boilerplate
        qmake configurations for you to use.
        
        
        
        
        History
        -------
        
        0.1.0 (2014-12-16)
        ---------------------
        
        * First release on PyPI.
        
Keywords: cuteshop,qt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
