معرفی شرکت ها


aclib.pip-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

display packages quickly and uninstall packages with dependencies optionally
ویژگی مقدار
سیستم عامل -
نام فایل aclib.pip-0.0.1
نام aclib.pip
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده AnsChaser
ایمیل نویسنده anschaser@163.com
آدرس صفحه اصلی https://github.com/AnsChaser/aclib.pip
آدرس اینترنتی https://pypi.org/project/aclib.pip/
مجوز MIT
# Description ## Feature - acpip displays packages faster than pip. - acpip provides short commands, it make everything so easy. - acpip will analyze dependency relationship recursively when uninstall, then remind you if uninstalling package is required by other packages or not, also list the dependencies which are not required by other packages, except pip and setuptools, you can use option -d to uninstall them together. although they are not required by other packages, maybe your project is using some of them independently. so you can select which dependcies not to uninstall before uninstallation start, and if you select one, its dependencies will not be uninstalled either. ## About This is a new project, i couldn't know all about specification of python distribution temporarily, so sometimes i used pip to parse informations, it may be removed in future versions. # Installation pip install aclib.pip # Usage in command line ## usage python -m aclib.pip <command> [options] acpip <command> [options] ## commands # list installed packages. acpip li acpip ls acpip list # show information about all installed packages. acpip show # show information about given packages. acpip show pk1 pkg2 ... pkgn # uninstall packages. # use option -y to uninstall without comfirm. # use option -d to uninstall dependencies together. acpip uni [-y/-d] pkg1 pkg2 ... pkgn acpip uninstall [-y/-d] pkg1 pkg2 ... pkgn # Usage in python code In addition, this module also provides interfaces to access the informations about installed packages. # import aclib.pip from aclib.pip import Distribution, SitePackages


نیازمندی

مقدار نام
- pip


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl aclib.pip-0.0.1:

    pip install aclib.pip-0.0.1.whl


نصب پکیج tar.gz aclib.pip-0.0.1:

    pip install aclib.pip-0.0.1.tar.gz