Metadata-Version: 1.2
Name: biotite
Version: 0.20.1
Summary: A comprehensive library for computational molecular biology
Home-page: https://github.com/biotite-dev/biotite
Author: The Biotite contributors
License: BSD 3-Clause
Description: 
        The Biotite package bundles popular tools in computational biology into an
        unifying framework. It offers file I/O operations, analyses and manipulations
        for biological sequence and structure data. Furthermore, the package provides
        interfaces for popular biological databases and external software.
        
        The internal structure and sequence representations are based on *NumPy*
        `ndarrays`, taking the advantage of C-accelerated operations. Time consuming
        operations that could not be vectorised are mostly implemented in *Cython* in
        order to achieve C-accelerations in those places, too.
        
        Additionally the package aims for simple usability and extensibility: The
        objects representing structures and sequences can be indexed and scliced like
        an `ndarray`. Even the actual internal `ndarrays` are easily accessible
        allowing advanced users to implement their own algorithms upon the existing
        types.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
