معرفی شرکت ها


deptry-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A command line utility to check for obsolete, missing and transitive dependencies in a Python project.
ویژگی مقدار
سیستم عامل -
نام فایل deptry-0.9.0
نام deptry
نسخه کتابخانه 0.9.0
نگهدارنده ['Mathieu Kniewallner']
ایمیل نگهدارنده ['mathieu.kniewallner@gmail.com']
نویسنده Florian Maas
ایمیل نویسنده fpgmaas@gmail.com
آدرس صفحه اصلی https://github.com/fpgmaas/deptry
آدرس اینترنتی https://pypi.org/project/deptry/
مجوز MIT
<p align="center"> <img alt="deptry logo" width="460" height="300" src="https://raw.githubusercontent.com/fpgmaas/deptry/main/docs/static/deptry_Logo-01.svg"> </p> [![Release](https://img.shields.io/github/v/release/fpgmaas/deptry)](https://pypi.org/project/deptry/) [![Build status](https://github.com/fpgmaas/deptry/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/fpgmaas/deptry/actions/workflows/main.yml) [![Supported Python versions](https://img.shields.io/pypi/pyversions/deptry)](https://pypi.org/project/deptry/) [![codecov](https://codecov.io/gh/fpgmaas/deptry/branch/main/graph/badge.svg)](https://codecov.io/gh/fpgmaas/deptry) [![PyPI - Downloads](https://img.shields.io/pypi/dm/deptry)](https://pypistats.org/packages/deptry) [![License](https://img.shields.io/github/license/fpgmaas/deptry)](https://img.shields.io/github/license/fpgmaas/deptry) _deptry_ is a command line tool to check for issues with dependencies in a Python project, such as obsolete or missing dependencies. It supports the following types of projects: - Projects that use [Poetry](https://python-poetry.org/) and a corresponding _pyproject.toml_ file - Projects that use [PDM](https://pdm.fming.dev/latest/) and a corresponding _pyproject.toml_ file - Projects that use a _requirements.txt_ file according to the [pip](https://pip.pypa.io/en/stable/user_guide/) standards Dependency issues are detected by scanning for imported modules within all Python files in a directory and its subdirectories, and comparing those to the dependencies listed in the project's requirements. --- <p align="center"> <a href="https://fpgmaas.github.io/deptry">Documentation</a> - <a href="https://fpgmaas.github.io/deptry/contributing/">Contributing</a> </p> --- ## Quickstart ### Installation _deptry_ can be added to your project with ```shell poetry add --group dev deptry ``` or with: ```shell <activate virtual environment> pip install deptry ``` > **Warning**: When using pip to install _deptry_, make sure you install it within the virtual environment of your project. Installing _deptry_ globally will not work, since it needs to have access to the metadata of the packages in the virtual environment. ### Prerequisites _deptry_ should be run within the root directory of the project to be scanned, and the project should be running in its own dedicated virtual environment. ### Usage To scan your project for dependency issues, run: ```shell deptry . ``` _deptry_ can be configured by using additional command line arguments, or by adding a `[tool.deptry]` section in _pyproject.toml_. For more information, see the [documentation](https://fpgmaas.github.io/deptry/). --- Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).


نیازمندی

مقدار نام
>=4.0.0 chardet
>=8.0.0,<9.0.0 click
>=0.9.0 pathspec
>=2.0.1,<3.0.0 tomli


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

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl deptry-0.9.0:

    pip install deptry-0.9.0.whl


نصب پکیج tar.gz deptry-0.9.0:

    pip install deptry-0.9.0.tar.gz