Core ChEMBL python ORM model for data exports and migration
Project 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.
======
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for chembl_migration_model-0.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c574f2f0cf0d081f0f15caea0c1d0b54297d808c3492d322f43dab4889bbc6 |
|
MD5 | 30b1af039b329dc6a053662d2bd7bff8 |
|
BLAKE2b-256 | 75784b356ab3895ea715f856aa13a3095d6ce105304aa3915c309360dce0f431 |