معرفی شرکت ها


deptree-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Display installed Python projects as a tree of dependencies
ویژگی مقدار
سیستم عامل -
نام فایل deptree-0.0.9
نام deptree
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده sinoroc <sinoroc.code+python@gmail.com>
آدرس صفحه اصلی https://pypi.org/project/deptree/
آدرس اینترنتی https://pypi.org/project/deptree/
مجوز Apache-2.0
.. Introduction ============ Display installed Python projects as a tree of dependencies. Features -------- * Output compatible with ``requirements.txt`` * Show dependencies or dependents * Detect circular dependencies * Detect missing dependencies Repositories ------------ Distributions: * https://pypi.org/project/deptree/ Source code: * https://gitlab.com/sinoroc/deptree * https://github.com/sinoroc/deptree Usage ===== .. code:: $ deptree --help usage: deptree [-h] [--version] [-r] [-f] [project [project ...]] Display installed Python projects as a tree of dependencies positional arguments: project name of project whose dependencies (or dependents) to show optional arguments: -h, --help show this help message and exit --version show program's version number and exit -r, --reverse show dependent projects instead of dependencies -f, --flat show flat list instead of tree Examples -------- .. code:: $ deptree cryptography cryptography==2.9 # cryptography cffi==1.14.0 # cffi!=1.11.3,>=1.8 pycparser==2.20 # pycparser six==1.14.0 # six>=1.4.1 .. code:: $ deptree --reverse cryptography cryptography==2.9 # - SecretStorage==3.1.2 # cryptography keyring==21.2.0 # SecretStorage>=3; sys_platform == "linux" twine==3.1.1 # keyring>=15.1 .. code:: $ deptree --flat cryptography cffi==1.14.0 # pycparser cryptography==2.9 # six>=1.4.1 # cffi!=1.11.3,>=1.8 pycparser==2.20 six==1.14.0 .. code:: $ deptree --flat --reverse cryptography # SecretStorage: cryptography cryptography==2.9 # twine: keyring>=15.1 keyring==21.2.0 # keyring: SecretStorage>=3; sys_platform == "linux" SecretStorage==3.1.2 twine==3.1.1 .. code:: $ deptree CircularDependencyA CircularDependencyA==0.0.0 # CircularDependencyA CircularDependencyB==0.0.0 # CircularDependencyB CircularDependencyA # !!! CIRCULAR CircularDependencyA Installation ------------ For better comfort, use as a single-file isolated *zipapp*: * https://www.python.org/dev/peps/pep-0441/ * https://docs.python.org/3/library/zipapp.html For example: .. code:: $ python -m pip install --target ./deptree/ deptree $ python -m zipapp --python '/usr/bin/env python' --main 'deptree.cli:main' ./deptree/ $ mv ./deptree.pyz ~/.local/bin/deptree Or use `zapp`_, or `toolmaker`_. This way the tool can be used in virtual environments without installing it in the virtual environments. The tool can then see the projects installed in the virtual environment but without seeing itself. Details ======= Similar projects ---------------- * `johnnydep`_ * `pipdeptree`_ * `pipgrip`_ .. Links .. _`johnnydep`: https://pypi.org/project/johnnydep/ .. _`pipdeptree`: https://pypi.org/project/pipdeptree/ .. _`pipgrip`: https://pypi.org/project/pipgrip/ .. _`toolmaker`: https://pypi.org/project/toolmaker/ .. _`zapp`: https://pypi.org/project/zapp/ .. EOF


نیازمندی

مقدار نام
- importlib-metadata
- setuptools
- build
- twine
- zapp
- pytest
- pytest-pycodestyle
- pytest-pydocstyle
- pytest-pylint
- pytest-yapf3
- yapf


نحوه نصب


نصب پکیج whl deptree-0.0.9:

    pip install deptree-0.0.9.whl


نصب پکیج tar.gz deptree-0.0.9:

    pip install deptree-0.0.9.tar.gz