معرفی شرکت ها


Basket-1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A local static PyPI repository builder
ویژگی مقدار
سیستم عامل -
نام فایل Basket-1.0
نام Basket
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Damien Baty
ایمیل نویسنده damien.baty.remove@gmail.com
آدرس صفحه اصلی http://packages.python.org/Basket
آدرس اینترنتی https://pypi.org/project/Basket/
مجوز UNKNOWN
Basket is a small command-line utility that downloads Python packages from a (real) PyPI server and store them in a single place so that they can be found by ``easy_install`` or ``pip`` when offline. I often work offline (typically in the train). It is not unusal then to have to create a virtual environment and fill it with the Python packages I need. Without an Internet connection, I could copy Python packages from an environment to another, but this is a bit cumbersome. I need a local PyPI repository. Basket allows me to build and maintain such a repository. Basket is not a PyPI mirror. It is not a server: you cannot register or upload packages. It does not install Python packages in a Python installation or a virtual environment. For further details, see the documentation at `<http://packages.python.org/Basket>`_ (or in the ``docs/`` folder in the source). List of releases of Basket ========================== 1.0 (2012-05-14) ---------------- - add support for Python 3; - fix a bug in 'prune' command that could cause Basket to prune the wrong version(s). 0.9 (2012-04-16) ---------------- - handle tar-bzipped ('.tar.bz2') archives. Thanks to Nathan McBride who reported the bug (`#1 <https://github.com/dbaty/Basket/issues/1>`_). 0.8 (2012-02-15) ---------------- First public release.


نحوه نصب


نصب پکیج whl Basket-1.0:

    pip install Basket-1.0.whl


نصب پکیج tar.gz Basket-1.0:

    pip install Basket-1.0.tar.gz