Metadata-Version: 2.1
Name: pylipid
Version: 1.5.4
Summary: PyLipID - A Python Library For Lipid Interaction Analysis
Home-page: https://github.com/wlsong/PyLipID
Author: Wanling Song
Author-email: wanling.song@hotmail.com
License: UNKNOWN
Description: 
        ==========================================================
        PyLipID - A Python Package For Lipid Interactions Analysis
        ==========================================================
        
        .. image:: https://travis-ci.com/wlsong/PyLipID.svg?branch=master
           :target: https://travis-ci.com/github/wlsong/PyLipID
        .. image:: https://img.shields.io/pypi/v/PyLipID
           :target: https://pypi.org/project/pylipid/
        
        .. image:: docs/static/pylipid_logo_smallsize.png
            :align: center
        
        
        PyLipID is a python package for analyzing lipid interactions with membrane proteins from
        Molecular Dynamics Simulations. PyLipID has the following main features, please check out
        the tutorials for examples and the documentations for the API functionalities:
        
            * Analysis of lipid interactions with protein residues using a couple of metrics.
            * Detection of binding sites via calculating community structures in the interactions networks.
            * Analysis of lipid interactions with binding sites using a couple of metrics.
            * Calculation of lipid koff and residence time for protein residues and binding sites.
            * Calculation of representative bound poses for binding sites.
            * Analysis of bound poses for binding sites via automated clustering scheme.
            * Adoption of a dual-cutoff scheme to overcome the 'rattling in cage' effect of coarse-grained simulations.
            * Generation of manuscript-ready figures for analysis.
        
        PyLipID can be used from Jupyter (former IPython, recommended), or by writing Python scripts.
        The documentaion and tutorials can be found at `pylipid.readthedocs.io <https://pylipid.readthedocs.io>`_.
        
        Installation
        ============
        
        We recommend installing PyLipID using the package installer `pip`:
        
        ``pip install pylipid``
        
        Alternatively, PyLipID can be installed from the source code. The package is available for
        download on Github via:
        
        ``git clone https://github.com/wlsong/PyLipID``
        
        Once the source code is downloaded, enter the source code directory and install the package as follow:
        
        ``python setup.py install``
        
        
Keywords: simulation tools,network community,binding site
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6, <4, !=3.8.*
Description-Content-Type: text/x-rst
