Schema for the Open Reaction Database
Project description
Open Reaction Database: Schema (ord-schema)
This repository contains the schema for the Open Reaction Database initiative; please see the documentation at https://docs.open-reaction-database.org.
This repository does not contain the database itself; that is stored
in ord-data. Rather, ord-schema
is
designed to store the database schema and tools for creating, validating, and submitting data to the database.
Installation
$ pip install ord-schema
Examples
The examples/
directory contains examples of dataset creation and use. To run locally, install with:
$ pip install "ord-schema[examples]"
Click here to run the examples with Binder:
Development
To install in editable/development mode:
$ git clone https://github.com/open-reaction-database/ord-schema.git
$ cd ord-schema
$ pip install -e .
If you make changes to the protocol buffer definitions, install protoc
and run ./compile_proto_wrappers.sh
to rebuild the wrappers.
Conventions
1. convention: compound stoichiometry
Created: 2023.07.04
Last updated: 2023.07.04
Description:
- The preferred field for compound stoichiometry is the map
Compound.features
orProductCompound.features
. - The key should be "stoichiometric_coefficient" or "stoichiometric_ratio".
- The value should be a
Data
message with itsfloat_value
representing the compound's stoichiometric coefficient or ratio.
Related links:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ord_schema-0.3.94.tar.gz
.
File metadata
- Download URL: ord_schema-0.3.94.tar.gz
- Upload date:
- Size: 119.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1434396c83c56d55adf101e66696ba93feae32e5d10f8b39d1d4254489216a5 |
|
MD5 | d62643aeb3922721186ae953cfaf8a04 |
|
BLAKE2b-256 | 375b25407c5ac3fbddb43a35dfce64d3cfed44bd46523d09736744f61137318b |
File details
Details for the file ord_schema-0.3.94-py3-none-any.whl
.
File metadata
- Download URL: ord_schema-0.3.94-py3-none-any.whl
- Upload date:
- Size: 135.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d65668ea46c98752432b9d631022ee11ea48004fdaaa05dfa941991715f0d5db |
|
MD5 | a97621244a60dd5e59033941024f4c6f |
|
BLAKE2b-256 | 3912346df0d5c2697dd638cd52b3ec71abaca3b919e71efc4389866710bfa6aa |