curdling


Namecurdling JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/clarete/curdling
SummaryConcurrent package manager for Python
upload_time2017-11-27 16:41:05
maintainer
docs_urlNone
authorLincoln Clarete
requires_python
license
keywords
VCS
bugtrack_url
requirements setuptools wheel distlib urllib3 pkginfo
Travis-CI
coveralls test coverage No coveralls.
            Welcome to Curdling
===================

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

.. image:: https://drone.io/github.com/clarete/curdling/status.png
   :target: https://drone.io/github.com/clarete/curdling/latest

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 <lincoln@clarete.li>

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/>.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clarete/curdling",
    "name": "curdling",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lincoln Clarete",
    "author_email": "lincoln@clarete.li",
    "download_url": "https://files.pythonhosted.org/packages/09/2a/62d97a0dc457595b884905d20e5a00117376d5f32e0079124915c93cef91/curdling-0.4.1.tar.gz",
    "platform": "",
    "description": "Welcome to Curdling\n===================\n\n.. image:: https://travis-ci.org/clarete/curdling.png?branch=master\n   :target: https://travis-ci.org/clarete/curdling\n\n.. image:: https://drone.io/github.com/clarete/curdling/status.png\n   :target: https://drone.io/github.com/clarete/curdling/latest\n\nCurdling is a command line tool for managing Python packages.\n\nIt was designed to find, build and cache all the dependencies your\napplication needs to start up and run smoothly. A solid concurrency\nmodel allows curdling to execute tasks asynchronously, resulting in a\nconsiderable improve in speed over `pip <http://pip-installer.org>`_\nand `easy_install\n<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.\n\nYou should definitely check the `Official Documentation\n<http://clarete.github.io/curdling>`_ to learn more about the project.\n\n\nInstallation\n------------\n::\n\n  $ easy_install curdling\n\nUsage\n-----\n::\n\n  $ curd install flask\n\nLicense\n-------\n\nCurdling - Concurrent package manager for Python\n\nCopyright (C) 2013  Lincoln Clarete <lincoln@clarete.li>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Concurrent package manager for Python",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/clarete/curdling"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "092a62d97a0dc457595b884905d20e5a00117376d5f32e0079124915c93cef91",
                "md5": "653a2e3ac4e2d7e273b86b0e8edab771",
                "sha256": "7f50bd93117bf492326c7749da0c149c634099f6756e2aa8eb83ba83d0ee7227"
            },
            "downloads": -1,
            "filename": "curdling-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "653a2e3ac4e2d7e273b86b0e8edab771",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27319,
            "upload_time": "2017-11-27T16:41:05",
            "upload_time_iso_8601": "2017-11-27T16:41:05.410128Z",
            "url": "https://files.pythonhosted.org/packages/09/2a/62d97a0dc457595b884905d20e5a00117376d5f32e0079124915c93cef91/curdling-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-11-27 16:41:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clarete",
    "github_project": "curdling",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "0.9.8"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    ">=",
                    "0.21.0"
                ]
            ]
        },
        {
            "name": "distlib",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    ">=",
                    "1.7"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "curdling"
}
        
Elapsed time: 0.14614s