Metadata-Version: 1.1
Name: pyteomics.cythonize
Version: 0.1.1
Summary: An Cython-accelerated version of common pyteomics functions
Home-page: UNKNOWN
Author: Joshua Klein
Author-email: jaklein@bu.edu
License: License :: OSI Approved :: Apache Software License
Description: This package re-implements several of :title-reference:`Pyteomics` functions
        in C using :title-reference:`Cython` and the Python-C API. Currently, only 
        commonly used functions in `pyteomics.mass` and `pyteomics.parser` are implemented,
        providing faster sequence manipulation and mass calculations. Every effort has been 
        made to make the user-facing interfaces identical to their pure Python counterparts.
        
        These functions are also exposed in the package's C-API so that other C-Extensions can make
        use of them.
        
        This package also re-implements the `pyteomics.mass.Composition` type in C using Python's
        `dict` as a base.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Libraries
