Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarete/curdling
Concurrent package manager for Python
https://github.com/clarete/curdling
package python
Last synced: 5 days ago
JSON representation
Concurrent package manager for Python
- Host: GitHub
- URL: https://github.com/clarete/curdling
- Owner: clarete
- License: gpl-3.0
- Created: 2013-09-02T01:21:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T00:01:24.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:59:14.643Z (19 days ago)
- Topics: package, python
- Language: Python
- Homepage: http://clarete.li/curdling
- Size: 1.43 MB
- Stars: 276
- Watchers: 13
- Forks: 19
- Open Issues: 33
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
- starred-awesome - curdling - Concurrent package manager for Python (Python)
README
Welcome to Curdling
===================.. image:: https://travis-ci.org/clarete/curdling.png?branch=master
:target: https://travis-ci.org/clarete/curdlingCurdling 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 `_
and `easy_install
`_.You should definitely check the `Official Documentation
`_ 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
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 .