Metadata-Version: 2.4
Name: bioshell-cli
Version: 0.1.0
Summary: A CLI tool for running various Bioinformatics Python scripts.
Author-email: Eshwar <eshwar@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: biopython
Requires-Dist: matplotlib
Requires-Dist: numpy

# BioShell CLI

BioShell is a simple command-line interface (CLI) tool designed to help you run and execute various BioPython-based bioinformatics scripts interactively.

## Installation

You can install the package directly from PyPI:

```bash
pip install bioshell-cli
```

## Usage

Once installed, you can start the interactive menu by simply running:

```bash
bioshell
```

This will present a menu of 10 pre-configured bioinformatics programs:
1. Sequence operations (slice, concatenate, transcribe, translate)
2. Reading FASTA files
3. Creating and writing GenBank files
4. Converting FASTA to GenBank
5. Managing sequence features and annotations
6. Fetching data from NCBI Entrez
7. Pairwise sequence alignment
8. Multiple sequence alignment using MUSCLE
9. Phylogenetic tree construction (UPGMA)
10. PDB structure visualization in 3D

Simply select the number of the script you want to run!
