The steps below will create an environment for building the project. These steps assume you are on Fedora and familiar with the Linux command-line and Git.
-
Clone the project’s repository from GitHub.
git clone https://codeberg.org/jwillikers/chunkify.git
-
Change into the project’s directory.
cd chunkify
-
Install Poetry.
sudo dnf -y install poetry
-
Install the dependencies with Poetry.
poetry install
-
Install the pre-commit hooks for the project.
poetry run pre-commit install
Test cases are available for chunkify.
Execute them with pytest.
From the root directory of the project, run pytest
.
poetry run pytest
Contributions in the form of issues, feedback, and even pull requests are welcome. Make sure to adhere to the project’s Code of Conduct.
Refer to the project’s Code of Conduct for details.