Metadata-Version: 2.4
Name: bugx
Version: 0.1.7
Summary: Bug Report extractor
Author-email: Govardhan Ummadisetty <vardhank9@gmail.com>
Requires-Python: >=3.12
Requires-Dist: flagsmith>=3.8.0
Requires-Dist: hatch>=1.14.0
Requires-Dist: inquirerpy>=0.3.4
Requires-Dist: prettytable>=3.15.1
Requires-Dist: typer>=0.15.2
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown


# BugX - Bugreport Extractor 🔍

A straightforward command-line interface (CLI) tool designed to extract essential information from raw bug reports and present it in an organized and accessible format.


## Table of contents

 - [Installation](#Installation)
 - [Features](#Features)
 - [How to](src/bugx#bugx) 

## Installation

**_NOTE:_** Ensure that you have **Python 3.12** installed on your machine.


1. **Create a virtual environment.** If you already have one, proceed to Step 3.

```console
python3 -m venv ~/bugx
```
2. **Activate the virtual environment.**

```console
source ~/bugx/venv/bin/activate
```
3. **Install Bugx package.**
```console
pip install bugx
```
4. **(Optional) Configure BugX for persistent use.**

 - **Bash Shell:**

```console
echo "source ~/bugx/bin/activate" > ~/.bash_profile
```
- **Zsh shell**
```console
echo "source ~/bugx/bin/activate" > ~/.zshrc
```
## Features

- Select
- Watch
