معرفی شرکت ها


drypy-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python utilities to perform dryrun.
ویژگی مقدار
سیستم عامل -
نام فایل drypy-1.0.1
نام drypy
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Daniele Zanotelli
ایمیل نویسنده dazano@gmail.com
آدرس صفحه اصلی https://github.com/dzanotelli/drypy
آدرس اینترنتی https://pypi.org/project/drypy/
مجوز MIT
drypy - easy dryrun mode for Python =================================== The module helps you to implement `dryrun` mode in your Python projects with an easy switch 'on/off' feature. :Authors: Daniele Zanotelli (dazano@gmail.com) :Copyright: 2017-2020 :License: MIT :Python version: 3.x Documentation ------------- .. _Sphinx: http://www.sphinx-doc.org/ .. _`project docs`: https://drypy.readthedocs.io/ The package is supplied with Sphinx_ compilable documentation under the docs directory. You can read the latest docs visiting the `project docs`_ online. Installation ------------ Via pip: :: $ pip install drypy or download the project from the github and compile the package :: $ git clone https://github.com/dzanotelli/drypy.git $ cd drypy $ make whl and you'll find your brand-new whl under the dist/ subdirectory. Basic usage ----------- Apply the `sham` decorator to your function and set dryrun as on. :: from drypy import dryrun from drypy.patterns import sham >>> @sham >>> def foo(bar): pass >>> dryrun(True) >>> foo(42) Will log the following output: :: [DRYRUN] call to 'foo(42)' using the python standard logging facility, thus it's up to you to correctly configure it (check the docs for a working example). To use custom substitutes with specific beahviours please search in the docs for the `sheriff-deputy` pattern.


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

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


نحوه نصب


نصب پکیج whl drypy-1.0.1:

    pip install drypy-1.0.1.whl


نصب پکیج tar.gz drypy-1.0.1:

    pip install drypy-1.0.1.tar.gz