An open API service indexing awesome lists of open source software.

https://github.com/aric-pypi/jsw-bio

Jsw for biography.
https://github.com/aric-pypi/jsw-bio

bio jsw

Last synced: 5 months ago
JSON representation

Jsw for biography.

Awesome Lists containing this project

README

          

# jsw-bio
> Jsw for biography.

## installation
```shell
pip install jsw-bio -U
```

## usage
```python
import jsw_bio as bio

## common methods
# get fasta/genbank url
bio.url('7EU9_A', 'fasta')
bio.url('7EU9_A', 'gb')
bio.ncbi_download_accids(term='cas12') # ['VEJ66715.1', 'SUY72866.1', 'SUY81473.1', ...
```