All Projects → clarete → Curdling

clarete / Curdling

Licence: gpl-3.0
Concurrent package manager for Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Curdling

route observer mixin
RouteObserveMixin provides easy access to didPush/didPop/didPushNext/didPopNext.
Stars: ✭ 27 (-90.18%)
Mutual labels:  package
Validus
A dead simple Python string validation library.
Stars: ✭ 257 (-6.55%)
Mutual labels:  package
Dynamixelsdk
ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
Stars: ✭ 266 (-3.27%)
Mutual labels:  package
qualscan
A CLI, and API, tool to run many quality check-ups on your javascript project.
Stars: ✭ 20 (-92.73%)
Mutual labels:  package
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-94.91%)
Mutual labels:  package
Stick
solution of "sticking packets" for TCP network transmission
Stars: ✭ 261 (-5.09%)
Mutual labels:  package
ux
Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.
Stars: ✭ 34 (-87.64%)
Mutual labels:  package
Cli
🆑📍 Setup automated semver compliant package publishing
Stars: ✭ 272 (-1.09%)
Mutual labels:  package
rbmq
Simple API for spawning RabbitMQ Producers and Consumers.
Stars: ✭ 20 (-92.73%)
Mutual labels:  package
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+1024.36%)
Mutual labels:  package
larafy
Larafy is a Laravel package for Spotify API. It is more like a wrapper for the Spotify API.
Stars: ✭ 53 (-80.73%)
Mutual labels:  package
laravel-blade-sugar
Add syntactic sugar to your Laravel Blade templates.
Stars: ✭ 16 (-94.18%)
Mutual labels:  package
Laravel Transactional Events
Transaction-aware Event Dispatcher for Laravel
Stars: ✭ 263 (-4.36%)
Mutual labels:  package
aplus
Aplus Command Line Tool
Stars: ✭ 71 (-74.18%)
Mutual labels:  package
Inview notifier list
A Flutter package that builds a list view and notifies when the widgets are on screen.
Stars: ✭ 269 (-2.18%)
Mutual labels:  package
portuguese-utils
A set of useful utils for developing portuguese apps
Stars: ✭ 20 (-92.73%)
Mutual labels:  package
Construct
A PHP project/micro-package generator for PDS compliant projects or micro-packages.
Stars: ✭ 257 (-6.55%)
Mutual labels:  package
Xcframeworks
Demonstration of creating and integrating xcframeworks and their co-op with static libraries and Swift packages
Stars: ✭ 272 (-1.09%)
Mutual labels:  package
Confex
Useful helper to read and use application configuration from environment variables.
Stars: ✭ 272 (-1.09%)
Mutual labels:  package
Wechat tweak
♨️ iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
Stars: ✭ 265 (-3.64%)
Mutual labels:  package

Welcome to Curdling

.. image:: https://travis-ci.org/clarete/curdling.png?branch=master :target: https://travis-ci.org/clarete/curdling

Curdling is a command line tool for managing Python packages.

It was designed to find, build and cache all the dependencies your application needs to start up and run smoothly. A solid concurrency model allows curdling to execute tasks asynchronously, resulting in a considerable improve in speed over pip <http://pip-installer.org>_ and easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>_.

You should definitely check the Official Documentation <http://clarete.github.io/curdling>_ to learn more about the project.

Installation

::

$ easy_install curdling

Usage

::

$ curd install flask

License

Curdling - Concurrent package manager for Python

Copyright (C) 2013 Lincoln Clarete [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].