https://github.com/clarete/curdling
Concurrent package manager for Python
https://github.com/clarete/curdling
package python
Last synced: about 1 year 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T00:01:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T07:07:26.805Z (about 1 year ago)
- Topics: package, python
- Language: Python
- Homepage: http://clarete.li/curdling
- Size: 1.43 MB
- Stars: 274
- Watchers: 12
- Forks: 18
- Open Issues: 32
-
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/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 `_
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 .