Metadata-Version: 2.1
Name: protfasta
Version: 0.1.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Alex Holehouse
Author-email: alex.holehouse@wustl.edu
License: MIT
Description: protfasta
        ==============================
        [//]: # (Badges)
        [![Build Status](https://travis-ci.org/holehouse-lab/protfasta.svg?branch=master)](https://travis-ci.org/holehouse-lab/protfasta)
        
        ## Release 0.1.0
        
        ## Overview
        protfasta - a robust parser for protein-based FASTA files.
        
        ## Documentation
        
        For all documentation see [https://protfasta.readthedocs.io/en/latest/](https://protfasta.readthedocs.io/en/latest/)
        
        
        ## Installation
        
        `protfasta` has been tested on Linux and macOS. It should also work on Windows but we haven't tested it there yet. 
        
        `protfasta` can be downloaded and installed directly from PyPI using **pip**:
        
            pip install protfasta
        
        If this has worked, the `pfasta` command-line tool should be available from the command-line
        
            pfasta --help
        
        And you're done. This also means you can now ``import`` and use **protfasta** in your Python workflow. 
        
        ## Errors and help
        For bug reports or errors please raise an issue on this github repository (see the [Issues](https://github.com/holehouse-lab/protfasta/issues) tab at the top).
        
        
        ## Copyright
        
        Copyright (c) 2020, Alex Holehouse  - [Holehouse lab](http://holehouse.wustl.edu/). `protfasta` is released under the MIT license. The codebase is well structured and relatively simple, lending it to feature addition. We welcome pull-requests assuming contributed code maintains an appropriate level of clarity and robustness. 
        
        
        #### Acknowledgements
         
        Many of the software-engineering tools and approaches used in the development of `protfasta` come from resources developed by the [Molecular Sciences Software Institute](https://molssi.org/).
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
