معرفی شرکت ها


Ziim.0.0.2-0.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Let your CLI find available solutions for errors / exceptions online on commands you hit, for you, no need open a Browser. and find something yourself
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Ziim.0.0.2-0.0.2
نام Ziim.0.0.2
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sanix-darker
ایمیل نویسنده s4nixd@gmail.com
آدرس صفحه اصلی https://github.com/sanix-darker/ziim
آدرس اینترنتی https://pypi.org/project/Ziim.0.0.2/
مجوز -
# Ziim Never open a Browser-tab again, copy/Paste your error/Exception to find available solutions online randomly!\ Ziim will handle everything for you, directly in the CLI after catching an error!\ **AMAZING RIGHT ?** ## How it's works Theese are steps : - Ziim get your error and ask you, where you want to find solution - You just need to enter number corresponding the forum you want to fetch answers - That's all, Ziim will provide you the available questions matching your error, give you the answers, votes,... YOU GET IT ?\ No need to: - `copy the Exception`, - `Minimize your terminal`, - `Open the browser`, - `Paste it on google or any searchEngine`, - `Open multiple tabs per result`, - `fetching where the solution of your problem could be`... ## Handled Forums For Now, Ziim can find on: - *[Done]* StackOverflow - *[Done]* StackExchange - *[Done]* Codeproject - *[Done]* CodeRanch - *[Done]* SitePoint - *[Done]* Quora - *[Done]* Reddit You will have the available list in `./parser.json` ## Requirements - Python (3.x is recommended) - requests - lxml ## How to use it Let's see some examples on how to use it : ### In your code Make sure you have installed all requirements in ./python/requirements.txt, by running : ```shell pip install -r requirements.txt ``` In the code : ```python # You import first Ziim Class and instantiate it import Ziim as Ziim ziim = Ziim.Ziim() # search_level is not required and as default it's 0 try: # Your code here test = 12/0 # This will throws an error except Exception as es: # Then call ziim here ziim.go(es) # That's all ! ``` Run in the cli : ```shell python3 -m src.example ``` ## As a CLI Just hit this sample command : ```shell # Then hit: zm node ./example.js ``` The command `node ./example.js` will be executed and the error will be taken to ziim, with this method you can start any kind of process in CLI and use ziimcli to fetch solutions. ## Author - [Sanix-darker](https://github.com/sanix-darker)


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

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


نحوه نصب


نصب پکیج whl Ziim.0.0.2-0.0.2:

    pip install Ziim.0.0.2-0.0.2.whl


نصب پکیج tar.gz Ziim.0.0.2-0.0.2:

    pip install Ziim.0.0.2-0.0.2.tar.gz