Metadata-Version: 2.2
Name: rnajena-sugar
Version: 0.6.0
Summary: A Python framework for bioinformatics
Author: Tom Eulenfeld
License: MIT License
Project-URL: Homepage, https://github.com/rnajena/sugar
Project-URL: Bug Tracker, https://github.com/rnajena/sugar/issues
Keywords: bioinformatics,RNA,DNA,sequence,fasta,genbank,stockholm,blast,entrez,index
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: binarysearchfile
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: platformdirs
Requires-Dist: pytest
Requires-Dist: requests
Requires-Dist: seaborn
Dynamic: description
Dynamic: description-content-type


## A Python framework for bioinformatics

The sugar project aims to provide a lightweight framework to facilitate rapid application development for bioinformatics.

### Documentation

* Documentation including a tutorial is available [here](https://rnajena-sugar.readthedocs.io)
* Developer-oriented documentation can be found in the [wiki](https://github.com/rnajena/sugar/wiki)

### Installation

Use pip, e.g.

```
pip install rnajena-sugar
```

Run tests with `sugar test`.

Other options are described in the documentation.

### Contributions

Contributions are welcome! -- e.g. report or fix bugs, discuss or add features, improve the documentation.
