Package setup
To create a new Python package, you can use package and dependency management tools, such as Poetry and poetry 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 in the documentation.