Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/cuteshop
Package manager for Qt projects.
https://github.com/uranusjr/cuteshop
Last synced: 15 days ago
JSON representation
Package manager for Qt projects.
- Host: GitHub
- URL: https://github.com/uranusjr/cuteshop
- Owner: uranusjr
- License: mit
- Created: 2014-12-16T08:09:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T08:21:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T11:12:37.238Z (3 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
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/cuteshopPackage 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.