معرفی شرکت ها


dot-dropbox-ignore-0.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل dot-dropbox-ignore-0.2.0
نام dot-dropbox-ignore
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Ian Currie <iansedano@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/dot-dropbox-ignore/
مجوز -
# DotDropboxIgnore A cross-platform module to facilitate ignoring files and folders in a Dropbox folder. Tested on Windows and Linux (Fedora). ## Installation Installation not strictly required, Python 3.9+. To make it easier to call the utility, clone this repository and then install it with pip: ```bash python -m pip install dot-dropbox-ignore ``` Now you can call either: ```bash $ python -m dropboxignore or $ dbignore ``` From anywhere you have access to your Python installation. If managing multiple versions of Python can be useful to install with [pipx](https://github.com/pypa/pipx). ```bash pipx install dot-dropbox-ignore ``` ## Usage The default command without any arguments will search for all files and folders recursively from the current working directory that match the default `.dropboxignore` file in the module, which includes: ``` **/.git **/node_modules **/venv **/env **/__pycache__* **/.pytest_cache* **/*.manifest **/*.spec **/build **/dist **/*.egg-info* ``` Which you can modify yourself if you want to customize it, just note that they need to be valid glob patterns. You can also pass in explicit arguments for the path to use as root and a custom `.dropboxignore` file. ```powershell dropboxignore C:\Dropbox C:\Dropbox\.dropboxignore ```


نیازمندی

مقدار نام
- igittigitt
- black
- ruff
- interrogate
- isort
- pip-tools
- black
- ruff
- interrogate
- pytest
- pytest-cov
- tox


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

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


نحوه نصب


نصب پکیج whl dot-dropbox-ignore-0.2.0:

    pip install dot-dropbox-ignore-0.2.0.whl


نصب پکیج tar.gz dot-dropbox-ignore-0.2.0:

    pip install dot-dropbox-ignore-0.2.0.tar.gz