Metadata-Version: 2.1
Name: autostack
Version: 0.0.9
Summary: Automatically detect python errors and search Stack Overflow.
Home-page: https://github.com/elijahsawyers/AutoStack
Author: Elijah Sawyers, Benjamin Sanders, Caleb Werth
Author-email: elijahsawyers@gmail.com, ben.sanders97@gmail.com, cwerth@crimson.ua.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
Requires-Dist: Pygments (>=2.3.1)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: termcolor (>=1.1.0)
Requires-Dist: lxml (>=4.3.2)
Requires-Dist: beautifulsoup4 (>=4.7.1)

![Logo](https://raw.githubusercontent.com/elijahsawyers/autostack/master/Logo.png)

# License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

# Setup

**1. Clone the repo and use the install script.**

Clone the repo.
```
git clone https://github.com/elijahsawyers/autostack.git
```

Navigate to the project directory, and run the install bash script.
```
cd /path/to/project/
chmod +x install.sh
./install.sh 
```

**2. Or just use pip to install.**

```
pip3 install autostack
```

# Usage 

In one terminal window, execute the autostack command to listen for errors.
```
autostack
```

In another terminal window, execute autostack-termal which will inform the autostack listener to listen for errors in the terminal.
```
autostack-terminal
``` 

# Authors
* [Elijah Sawyers](https://github.com/elijahsawyers)
* [Benjamin Sanders](https://github.com/BenOSanders)
* [Caleb Werth](https://github.com/cwerth1)


