Metadata-Version: 1.1
Name: chemfp_converters
Version: 0.9
Summary: Convert cheminformatics fingerprint files to/from the chemfp formats
Home-page: https://bitbucket.org/dalke/chemfp_converters
Author: Andrew Dalke
Author-email: dalke@dalkescientific.com
License: MIT
Description:              chemfp_converters 0.9
        
        A Python library and set of command-line tools to convert
        cheminformatics fingerprint files from/to the chemfp FPS format.
        
        The supported formats are:
        
          fs2fps, fps2fs -- Open Babel's "FastSearch" format
            http://openbabel.org/wiki/FastSearch
        
          flush2fps, fps2flush -- Dave Cosgrove's "flush" format
            https://github.com/OpenEye-Contrib/Flush
        
          fpbin2fps, fps2fpbin -- OpenEye's OEFastFPDatabase "fpbin" format
            https://docs.eyesopen.com/toolkits/cpp/graphsimtk/OEGraphSimClasses/OEFastFPDatabase.html
        
        These converters have many features though they are of are beta
        quality. They have only been lightly tested and there is still some
        code cleanup to do.
        
Keywords: chemfp cheminformatics fingerprint converter FPS FPB
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
