Metadata-Version: 1.1
Name: chembl_core_model
Version: 0.5.16
Summary: Core ChEMBL python ORM model
Home-page: https://www.ebi.ac.uk/chembl/
Author: Michal Nowotka
Author-email: mnowotka@ebi.ac.uk
License: Apache Software License
Description: chembl_core_model
        ======
        
        This is chembl_core_model package developed at Chembl group, EMBL-EBI, Cambridge, UK.
        
        This package contains Django ORM model for accessing ChEMBL db instance.
        Is uses fields defined in django_db_core package.
        This model describes all tables in ChEMBL, including COMPOUND_MOLS and COMPOUND_IMAGES and therefore is not suitable for migrations (use chembl_migration_model instead).
        Using the model you can create database structure that is extremely similar to the original ChEMBL for all major db backends.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
