Metadata-Version: 2.1
Name: AskFlow-CLI
Version: 1.0.0
Summary: AskFlow is a command line tool for automating debugging your code.        This CLI allows you to search StackOverflow for answers to         errors in your code without ever leaving the terminal.
Home-page: https://github.com/yashika51/AskFlow
Author: Team 2 - Sprint #4
Author-email: levynaibei2@gmail.com
License: MIT
Download-URL: https://github.com/yashika51/AskFlow/archive/1.0.0.tar.gz
Description: # AskFlow
        
        <img src="https://github.com/yashika51/AskFlow/blob/main/AskFlow_logo.jpg"/>
        
        StackOverflow is now just one command away. Let AskFlow handle your errors!
        
        AskFlow is a CLI tool built with an intention to access StackOverflow without leaving the (comfy!)terminal. It not only just access StackOverflow, it also scans your python script to find error automatically. 
        
        That means no more searching error manually, let AskFlow ask for you. 
        
        AskFlow is unique due its capability to search errors automatically in your script and returning most relevant answers. Unlike other CLI tools, we don't ask you to copy paste your errors. 
        
        Leave the heavy lifting on us!
        
        # Supported Platforms
        
        As of now, AskFlow works smooth(as butter) on both **Windows** and **Linux**. Since Mac is selective, we are going to implement specific version for that in our future releases. 
        
        # Installation and Usage
        
        To get access to AskFlow, follow these steps:
        
        1. Clone/Fork this repository
        2. Navigate to the AskFlow folder from your terminal
        3. Type `python cli.py search <path-to-your-script>` to scan your script for errors
        
        AskFlow will detect errors and will return answers accordingly.
        
        ## Extra Features
        
        To navigate between the answers
        
        1. `next` to move on to the next answer. Type `python cli.py next` in your terminal.
        2. `prev` to move on to the prev answer. Type `python cli.py previous` in your terminal.
        
        # TL:DR; Specialities
        
        - Automatic scanning for errors 
        - Automatic searching for answers
        - Next and Previous answer navigation
        - Colored Interface
        - Easy to Install 
        - Compatible with Windows and Linux
        
        # What's next?
        
        In future we plan to add features providing more options to the user including
        - Posting the question from the terminal
        - Upvoting/Downvoting from the terminal
        - Answering from ther terminal 
        and much more.
        
        # Team
        
        AskFlow is built by the fantastic team of three developers:
        - [Yashika](https://github.com/yashika51/) - [Arlyn](https://github.com/Acrylami/) - [Levy](https://github.com/Levy-Naibei)
        
        # Feedback
        
        We always love to hear suggestions and stories. If you liked AskFlow, support us by giving a :star:. If you'd like to reach out, you can find us from our individual Github profiles. 
        
        # Other Links
        
        Find us on Devpost https://devpost.com/software/askflow
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
