معرفی شرکت ها


bumpreqs-0.9.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Update requirements to latest
ویژگی مقدار
سیستم عامل -
نام فایل bumpreqs-0.9.1
نام bumpreqs
نسخه کتابخانه 0.9.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tim Hatch
ایمیل نویسنده tim@timhatch.com
آدرس صفحه اصلی https://github.com/python-packaging/bumpreqs/
آدرس اینترنتی https://pypi.org/project/bumpreqs/
مجوز MIT
# bumpreqs Usage ```shell-session $ pip install bumpreqs $ python -m bumpreqs --write requirements*.txt ``` It will update the requirements to all use the latest versions. Most environment markers are ignored (although preserved on modified lines). ## `python_version` and `full_python_version` There is some rudimentary support that works for simple comparisons using the `and` operator (as in `requires_python` using `,`). If there is _any_ overlap between the constraint and release's `requires_python`, then it can be bumped. The reason to check for _any_ overlap rather than _full_ overlap is because many project specify a constraint like `python_version < "3.7"` without a lower bound, and when checking against a release that has `Requires-Python: >=3.6` the check would fail because `3.5` (or `2.1` or any other silly example) is not included. See currently open issue for future work. # License bumpreqs is copyright [Tim Hatch](https://timhatch.com/), and licensed under the MIT license. I am providing code in this repository to you under an open source license. This is my personal repository; the license you receive to my code is from me and not from my employer. See the `LICENSE` file for details.


نیازمندی

مقدار نام
- requests
- packaging
- click
- moreorless


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

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


نحوه نصب


نصب پکیج whl bumpreqs-0.9.1:

    pip install bumpreqs-0.9.1.whl


نصب پکیج tar.gz bumpreqs-0.9.1:

    pip install bumpreqs-0.9.1.tar.gz