معرفی شرکت ها


crutil-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Cuboid Raptor's Utilities, A Garbage Collection Of Garbage For Your Garbage Needs™
ویژگی مقدار
سیستم عامل -
نام فایل crutil-0.1.1
نام crutil
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cuboid Raptor
ایمیل نویسنده fanjas112358@gmail.com
آدرس صفحه اصلی https://github.com/CuboidRaptor/crutil
آدرس اینترنتی https://pypi.org/project/crutil/
مجوز GNU GPLv3
====== Crutil ====== This is a random library I made with random garbage I made that occasionally can help with programming. It's just the must random code crammed into one poopy doopy thing maintained by a dumbo octopus, so use this at your own risk. Docs...? ======== - crutil.recursion() ; A context manager that lets you temporarily set your recursion depth. Use:: with crutil.recursion(<some recursion limit here>): <do something here> Your recursion limit will be reset after. - crutil.suppress() ; A suppression context manager, use it with the "with" keyword like crutil.recursion(). This will temporarily suppres stdout and stderr, preventing anything from being printed to console, even with sys.stderr.write. This will, however, not silence error messages, although that's probably a good thing. - crutil.pubsub() ; Class that lets you use a publish subscribe model. You can create an instance, then publish/subscribe to that instance.:: ps = crutil.pubsub() def foo(bar): return bar + 1 sid = ps.subscribe("baz", foo) print(ps.publish("baz", [7])) ps.unsubscribe(sid) This will print [8]. There is also crutil.pubsub().clear(), which clears all subscribers and crutil.pubsub().view(), which will pretty print the cache. - crutil.find_args(func) ; Tries, *tries*, to return a list of all arguments of function. - crutil.blob(in, out) ; Takes a binary input file and converts it into a python script so that when said script is imported and the .unblob(out) method is run, it unblobs it's data to out. Can be used for easy pyinstallering. - crutil.test() ; idfk figure it out


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

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


نحوه نصب


نصب پکیج whl crutil-0.1.1:

    pip install crutil-0.1.1.whl


نصب پکیج tar.gz crutil-0.1.1:

    pip install crutil-0.1.1.tar.gz