Metadata-Version: 1.1
Name: sblu
Version: 0.4.4
Summary: Library for munging data files from ClusPro/FTMap/etc.
Home-page: https://bitbucket.org/bu-structure/sb-lab-utils
Author: Bing Xia
Author-email: sixpi@bu.edu
License: MIT
Description: sb-lab-utils
        ============
        
        Python library and associated scripts for munging data files from
        ClusPro/FTMap/etc.
        
        Installation
        ------------
        
        From PyPI
        ~~~~~~~~~
        
        Ensure you have ``pip``, then run:
        
        ::
        
            [sudo] pip install sblu
        
        From source
        ~~~~~~~~~~~
        
        Clone the repository to your local machine first:
        
        ::
        
            git clone git@bitbucket.org:bu-structure/sb-lab-utils.git
        
        After cloning, you should be able to install using:
        
        ::
        
            cd sb-lab-utils
            [sudo] pip install -r requirements/development.txt
            [sudo] python setup.py install
        
        ``sudo`` is only needed if you are installing it globally, and not in a
        virtualenv(http://www.virtualenv.org/).
        
        Requirements
        ------------
        
        Just the packages listed in ``requirements/development.txt``.
        
        Usage
        -----
        
        Some basic examples are included in the examples directory.
        
Keywords: cluspro protein PDB
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
