Metadata-Version: 2.1
Name: lifesci
Version: 0.3.0
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
Description: # Python 3 Life Sciences utilities (pylifesci)
        
        This repo contains python3 bioinformatics utilities.
        
        **Installation**
        
        This package is available on PyPI.
        
        ```
        pip3 install pylifesci
        ```
        
        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/en/) for usage details.
        
        **Uninstallation**
        
        The `lifesci` package can be removed with pip.
        
        ```
        pip3 uninstall lifesci
        ```
        
Keywords: bioinformatics utilities
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: pypi
