Metadata-Version: 1.1
Name: chembl_extras
Version: 0.5.3
Summary: Python package providing extra collection of django custom management commands for use with ChEMBL and some classes for use in future
Home-page: https://www.ebi.ac.uk/chembldb/index.php/ws
Author: Michal Nowotka
Author-email: mnowotka@ebi.ac.uk
License: Apache Software License
Description: chembl_extras
        ======
        
        This is chembl_extras package developed at Chembl group, EMBL-EBI, Cambridge, UK.
        
        This package provides two django custom migration commands:
        
            * generate_ora2pg_conf - generates configuration file for ora2pg (http://ora2pg.darold.net/) script based on given model.
            * generate_backbone_models - not implemented yet
        
        Additionally, the package defines MoleculeFinder class which uses biopython suffix trie to index Inchies and search them by fragments.
        It also provides Ontology (and derivatives) class to model different ontologies for future use.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Chemistry
