معرفی شرکت ها


coding-assistant-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Recreate the joys of Office Assistant from the comfort of the Python interpreter
ویژگی مقدار
سیستم عامل -
نام فایل coding-assistant-0.1.0
نام coding-assistant
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Louis Sven Goulet
ایمیل نویسنده louis.sven@gmail.com
آدرس صفحه اصلی https://github.com/lorlouis/coding-assistant
آدرس اینترنتی https://pypi.org/project/coding-assistant/
مجوز -
# Coding Assistant 📎 Recreate the joys of Office Assistant from the comfort of the Python interpreter. ## How to use? ```python3 >>> import coding_assistant >>> # nothing more is needed >>> 3 / 0 Traceback (most recent call last): File "<stdin>", line 1, in <module> ZeroDivisionError: division by zero \_______________________________/ _-_ | / /_ \ |/ (o)(o) | | | | \/ / \ | ¯--¯ >>> ``` You can also invoke coding assistant as a python wrapper so that even errors happening in the compile phase (ie bad imports and the likes) will be handeled by coding assistant. ```bash $ coding-assistant bad_import.py Traceback (most recent call last): File "~/.local/bin/coding-assistant", line 8, in <module> sys.exit(cli()) File "~/.local/lib/python3.9/site-packages/coding_assistant/cli.py", line 23, in cli exec(f.read(), { File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'nonexistant_module' \_______________________________________________________/ _-_ | / /_ \ |/ (o)(o) | | | | \/ / \ | ¯--¯ $ ``` ## How to install? ```bash python3 -m pip install coding-assistant ``` ## Q&A > Is it possible to have other, maybe custom, assistants? Not at the moment but if you can draw ascii art please submit a PR. > Will this package break `try` `except` blocks? No it only changes the way exceptions are printed not the actual exception. > Is this code "production ready"? Don't. > Will you get sued by Microsoft? Hopefully my ascii art is ugly enough that I can claim it's an original character.


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

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


نحوه نصب


نصب پکیج whl coding-assistant-0.1.0:

    pip install coding-assistant-0.1.0.whl


نصب پکیج tar.gz coding-assistant-0.1.0:

    pip install coding-assistant-0.1.0.tar.gz