Pythonic class collection to structure and access CMS metadata.
TODO: introduction
TODO: Add intro notebook.
You can find the full API documentation on readthedocs.
Install order via pip:
pip install order
If you like to contribute, feel free to open a pull request 🎉.
It is recommended to create a Python virtual environment (using venv
) and install the development requirements.
python -m venv .env/order
source .env/order/bin/activate
pip install -U pip setuptools
pip install .[dev]
After making changes, make sure to run test cases and linting checks.
./tests/test.sh
./tests/lint.sh
- Original source hosted at GitHub
- Report issues, questions, feature requests on GitHub Issues
Setup the environment:
export ORDER_CLEAR_CACHE=True
export ORDER_DATA_LOCATION='/path/to/order-data'
export X509_USER_PROXY=your-cert-file