pip install claimed
This package installs the CLAIMED Component Compiler (C3) and the CLAIMED CLI tool which can be used to run operators locally.
python -m build # might require a 'pip install build'
python -m twine upload --repository pypi dist/* # might require a 'pip install twine'
rm -r dist