Metadata-Version: 2.1
Name: ambio
Version: 0.5.2
Summary: A lightweight Bioinformatics library
Home-page: https://github.com/albertomosconi/ambio
Author: Alberto Mosconi
Author-email: albertomaria.mosconi@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/albertomosconi/ambio/issues
Description: # Ambio
        
        A light-weight bioinformatics library written in Python. It contains a variety of algorithms and functions that deal with strings.
        
        ## Documentation
        
        The complete documentation can be found on [ambio.readthedocs.io](https://ambio.readthedocs.io/)
        
        ## Installation
        
        Run the following command in a terminal to install:
        
        ```bash
        $ pip install ambio
        ```
        
        ## Development
        
        To install `ambio`, along with the tools you need to develop and run tests, run the following command:
        
        ```bash
        $ pip install -e .
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
