Skip to content

python-usergroup-belgium/.github

Repository files navigation

GitHub profile

Dynamic GitHub profile - GitHub actions (CICD) updates the README.md daily.

Built with:

Get started

  1. Make sure you have Python 3.11 installed
    1. I.e.: pyenv install 3.11.0 && pyenv local 3.11
  2. Clone the repo: git clone [email protected]:python-usergroup-belgium/.github.git
  3. Create a new virtual environment: python -m venv .venv
  4. Activate the environment
    1. I.e.: source .venv/bin/activate
  5. Install the dependencies: pip install ".[qa]"
  6. Install pre-commit hooks pre-commit install

Dynamic information is defined by utils/, ran daily via GitHub actions (CICD) (.github/workflows/update-readme.yaml). Static information is already on profile/README.md.