Metadata-Version: 2.4
Name: kprot
Version: 0.0.2
Summary: nbdev project for kprot
Author-email: sky1ove <lcai888666@gmail.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/sky1ove/kprot
Project-URL: Documentation, https://sky1ove.github.io/kprot/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: biopython>=1.87
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: pandas>=2.3.3
Requires-Dist: requests>=2.33.1
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: sentencepiece>=0.2.1
Requires-Dist: torch>=2.11.0
Requires-Dist: tqdm>=4.67.3
Requires-Dist: transformers>=5.5.3
Dynamic: license-file

# kprot


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install kprot in Development mode

``` sh
# make sure kprot package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to kprot
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/sky1ove/kprot):

``` sh
$ pip install git+https://github.com/sky1ove/kprot.git
```

or from [conda](https://anaconda.org/sky1ove/kprot)

``` sh
$ conda install -c sky1ove kprot
```

or from [pypi](https://pypi.org/project/kprot/)

``` sh
$ pip install kprot
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/sky1ove/kprot)’s
[pages](https://sky1ove.github.io/kprot/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/sky1ove/kprot) and
[pypi](https://pypi.org/project/kprot/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
