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.5.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d6c7ea430f7d1832564740c84e01bebbc548c811d6632e158a05d8d072b15d0 |
|
MD5 | bc1367e25d00468f200339150c3eda2f |
|
BLAKE2b-256 | 74595214f371d07cf5e48c188862c8bb5a02a24865075b0bbbddb324e4dd5db5 |