Don't hesitate to get in touch if you encounter any issues or would like to discuss this community project!
Please report if this CK component works: 1▲
or fails: 0▲
Sign up to be notified when artifacts are shared or updated!
Description
This software detection component is our attempt to provide a common CLI with Python JSON API
and a JSON meta description
to automatically detect already installe components (models, data sets, libraries, frameworks, tools)
necessary to run portable program pipelines
across evolving platforms.
Our on-going project is to make the onboarding process as simple as possible via this platform.
Please check this CK white paper
and don't hesitate to contact us if you have suggestions or feedback!
How to get the stable version from this portal via the CK client:
pip install cbench
cb download soft:lib.qscintilla --version=1.0.0 --all
ck detect soft:lib.qscintilla
ck show env
ck find env:{ID from above}
ck virtual env:{ID from above}
How to get the development version:
pip install ck
ck pull repo --url=https://github.com/Chunosov/ck-gui
ck detect soft:lib.qscintilla
ck show env
ck find env:{ID from above}
ck virtual env:{ID from above}