Support¶
GitHub¶
At cdl_convert’s GitHub page you can browse the code and the history of the project.
Builds can be downloaded from the GitHub page or the PyPI repository.
Bug Reporting¶
The issues page on GitHub is the best place to report bugs or request support. While cdl_convert is distributed with no warranty of any kind, issues will be read and helped if able.
How to Report a Bug¶
When filing an issue, please include:
Description - Clear description of the problem
Sample Files - Attach sample CDL files that demonstrate the issue
Command Output - Full output from your terminal/shell
Environment - Python version, OS, cdl_convert version
Expected Behavior - What you expected to happen
Actual Behavior - What actually happened
Example:
$ cdl_convert --version
cdl_convert 1.0.0
$ cdl_convert input.ccc -o cc
[paste full output here]
Feature Requests¶
Have an idea for a new feature? Open an issue on GitHub with:
Description of the feature
Use case explaining why it would be useful
Examples of how it would work
Sample files if applicable (especially for new format support)
See Frequently Asked Questions for information about format support requests.
Contributing¶
Want to contribute code, documentation, or tests? See Contributing for guidelines on:
Setting up a development environment
Running tests
Code style requirements
Submitting pull requests
Documentation¶
This Documentation - You are here. See cdl_convert for the table of contents
Usage Guide - See Script Usage for command-line examples
API Reference - See API Reference for Python API documentation
FAQ - See Frequently Asked Questions for frequently asked questions
Installation - See Installation for installation instructions
Contact¶
Support will generally not be given over email, social media, etc. If you need support, use the issues page on GitHub.
That said, if you want to say ‘hi’ or see what I’m currently working on:
Bluesky: @shidarin.com
Email: shidarin@alphamatte.com
GitHub: @shidarin
Blog: shidarin.github.io
No Warranty¶
CDL Convert is provided “as is” without warranty of any kind, either expressed or implied. See Licenses for full license terms.