Metadata-Version: 1.1
Name: chembl-migration-model
Version: 0.5.3
Summary: Core ChEMBL python ORM model for data exports and migration
Home-page: https://www.ebi.ac.uk/chembl/
Author: Michal Nowotka
Author-email: mnowotka@ebi.ac.uk
License: CC BY-SA 3.0
Description: chembl_migration_model
        ======
        
        This is chembl_migration_model package developed at Chembl group, EMBL-EBI, Cambridge, UK.
        
        This package contains Django ORM model suitable for data exports and migrations.
        It excludes some tables present in chembl_core_model (such as COMPOUND_MOLS and COMPOUND_IMAGES) as well as some columns in remaining tables.
        
        The model is generated dynamically from chembl_core_model and this is why models.py file is empty.
        Whole logic sits in __init__.py.
        All classes are unmanaged by default so you can't use them to syncdb.
        To create tables from the model you have to run migrate command from chembl_migrate.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Chemistry
