Metadata-Version: 2.4
Name: protinspect
Version: 0.1.0
Summary: 
Author: rkarishma27
Author-email: anukarishma.27@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: biopython (>=1.87,<2.0)
Requires-Dist: rich (>=15.0.0,<16.0.0)
Requires-Dist: typer (>=0.25.1,<0.26.0)
Description-Content-Type: text/markdown

# ProtInspect

ProtInspect is a Python package for protein structure analysis using PDB files.

## Features

- Detect missing residues
- Count protein chains
- Find experimental resolution
- Detect ligands
- Return ligand IDs

## Installation

```bash
pip install protinspect
```

## Usage

Analyze a protein structure:

```bash
protinspect all path/to/file.pdb
```

Example:

```bash
protinspect all examples/1crn.pdb
```

## Tech Stack

- Python
- Poetry
- Biopython
- Typer
- Rich
- Pytest

## License

MIT
