معرفی شرکت ها


devhelpers-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Development Toolbox
ویژگی مقدار
سیستم عامل -
نام فایل devhelpers-0.1.2
نام devhelpers
نسخه کتابخانه 0.1.2
نگهدارنده ['Michael Sasser']
ایمیل نگهدارنده ['Michael@MichaelSasser.org']
نویسنده Michael Sasser
ایمیل نویسنده Michael@MichaelSasser.org
آدرس صفحه اصلی https://github.com/MichaelSasser/devhelpers
آدرس اینترنتی https://pypi.org/project/devhelpers/
مجوز GPL-3.0-or-later
![GitHub](https://img.shields.io/github/license/MichaelSasser/devhelpers?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MichaelSasser/devhelpers/Build%20and%20Tests?style=flat-square) # DevHelpers DevHelpers is a loose collection of python development helpers. It is not made to be included or used in a finished product. # Toolbox - The `@timeit` decorator to time the runtime of a function or method. With `@timit(1000)` the function or method will be timed 1000 times and prints afterword a small statistic. - The `isatomic` decorator runs a function multiple times and compares the return value against the first run. If the output changes, the decorator raises an error. - The `@nogc` decorator disables the garbage collector during the runtime of a function. ## Semantic Versioning This repository uses [SemVer](https://semver.org/) for its release cycle. ## Branching Model This repository uses the [git-flow](https://danielkummer.github.io/git-flow-cheatsheet/index.html) branching model by [Vincent Driessen](https://nvie.com/about/). It has two branches with infinite lifetime: * [master](https://github.com/MichaelSasser/devhelpers/tree/master) * [develop](https://github.com/MichaelSasser/devhelpers/tree/develop) The master branch gets updated on every release. The develop branch is the merging branch. ## License Copyright &copy; 2021 Michael Sasser <Info@MichaelSasser.org>. Released under the GPLv3 license.


نیازمندی

مقدار نام
>=3.5.1,<4.0.0) Sphinx
>=1.1.0,<2.0.0) numpydoc
>=1.11.1,<2.0.0) sphinx-autodoc-typehints


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

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


نحوه نصب


نصب پکیج whl devhelpers-0.1.2:

    pip install devhelpers-0.1.2.whl


نصب پکیج tar.gz devhelpers-0.1.2:

    pip install devhelpers-0.1.2.tar.gz