Open Source Project: Introduction to Python
Package setup
To create a new Python package, you can use package and dependency management tools, such as uv and uv init.
If you work on existing CoLRev packages, you can extend the existing code available in the internal packages directory.
To create a new CoLRev package, navigate to the internal packages directory and run
colrev package --init
This command assists you in setting up a new CoLRev package interactively.
More information on package development is available here and in the documentation.