Metadata-Version: 1.0
Name: PySang
Version: 0.3.6
Summary: Visualizer for Sanger chromatographs (ABI/AB1).
Home-page: https://github.com/iosonofabio/pysang
Author: Fabio Zanini
Author-email: fabio.zanini@tuebingen.mpg.de
License: Public domain
Description: # PySang: a Sanger chromatograph viewer.
        
        ![Image](data/pysang_example.png?raw=true)
        
        ## Requirements
        - [Python 2.7](https://www.python.org/)
        - [biopython](http://www.biopython.org)
        - [matplotlib](http://matplotlib.org/)
        - [PySide](http://qt-project.org/wiki/PySide) or [Tkinter](https://docs.python.org/2/library/tkinter.html)
        
        The latter is only used by the GUI. If you intend to import PySang as a module,
        you can do without it.
        
        ## Usage
        Install and call pysang. An example sequence is opened. Press Ctrl+O or use
        the mouse to open your Sanger sequence.
        
        ## License
        PySang is donated to the public domain. You may therefore freely copy
        it for any legal purpose you wish. Acknowledgement of authorship and citation
        in publications is appreciated.
        
        Note: This program uses other Python modules that might have different license
        agreement. Those copyrights are still valid beyond this agreement. Thanks to
        the authors of those modules for their hard work.
        
        ## Disclaimer of warranty
        THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
        OR IMPLIED, INCLUDING WITHOUT LIMITATION IMPLIED WARRANTIES OF MERCHANTABILITY
        AND FITNESS FOR A PARTICULAR PURPOSE.
        
Platform: UNKNOWN
