Metadata-Version: 2.2
Name: bioDP
Version: 0.1.3
Summary: pi
Home-page: https://github.com/bit15k/bioDP
Author: bit15k
Author-email: i@logdict.com
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# bioDP

A package for biological data processing, especially related to metabodirect
## Installation

You can install this package using pip:
```bash
pip install bioDP
```
## Usage

### Command

```bash
bioDP-metabodirect [input_folder] [output_folder and fileName]
```  
 eg.`bioDP-metabodirect C:\data C:\dispose\report.csv`  

`bioDP-metabodirect --help`

### Import Package

```python

```
