Metadata-Version: 2.1
Name: lifesci
Version: 0.3.2
Summary: This repo contains python3 life sciences utilities.
Home-page: https://github.com/bmmalone/pylifesci
Author: Brandon Malone
Author-email: bmmalone@gmail.com
License: MIT
Keywords: bioinformatics utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Python 3 Life Sciences utilities (pylifesci)

This repo contains python3 bioinformatics utilities.

**Installation**

This package is available on PyPI.

```
pip3 install lifesci
```

Alternatively, the package can be installed from source.

```
git clone https://github.com/bmmalone/pylifesci
cd pylifesci
pip3 install .
```

(The "period" at the end is required.)

**Usage**

Please see [the documentation](https://pylifesci.readthedocs.io/) for usage details.

**Uninstallation**

The `lifesci` package can be removed with pip.

```
pip3 uninstall lifesci
```
