Skip to content

AssiALi16/wfp-survey-toolbox

Repository files navigation

wfp-survey-toolbox

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Coverage Report

Package containing functionality to analyse WFP surveys.

Very first steps

Initialize your code

  1. Initialize git inside your repo:
cd wfp-survey-toolbox && git init
  1. If you don't have uv installed run:
pip install uv
  1. Initialize uv and install pre-commit hooks:
uv venv
make pre-commit-install
  1. Run the codestyle:
make check-codestyle
  1. Upload initial code to GitHub:
git add .
git commit -m ":tada: Initial commit"
git branch -M main
git remote add origin https://github.com/WFP-VAM/wfp-survey-toolbox.git
git push -u origin main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published