Metadata-Version: 2.1
Name: holotools
Version: 0.0.18
Summary: Python Code Base Used by the Holobiome Team
Home-page: https://github.com/HolobiomeProject/holotools
Author: Barry Guglielmo
Author-email: barryguglielmo@gmail.com
License: UNKNOWN
Description: # Holotools
        
        Holotools is the code base used by the Holobiome team
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Holotools.
        
        ```bash
        pip install Holotools
        ```
        
        ## Usage
        
        ```python
        import holotools.htrim as ht # trimming algorithms
        
        ht.window_many('test16.fna')
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
