Metadata-Version: 2.1
Name: NCBI_id_grab
Version: 0.0.2
Summary: A small package for converting bacterial names into NCBI IDs
Author-email: Cong Pham <phamleminhcong34@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# MyPackage

This is an example Python package.

## Installation

```bash
pip install NCBI_grab_package
```

## Usage

```python
from NCBI_grab_package import NCBI_id_grab

find_NCBI_ID_from_Bacterial_list(bacterial_list)

```
"""
