Skip to content

aulasoftwarelibre/codekata-template-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Kata Python Template

This is the code kata template for python created by Aula de Software Libre de la Universidad de Córdoba

You can use this repository as a template or open it directly by clicking here:

Open in GitHub Codespaces

Codespace install all dependencies automatically, if you prefer to install locally follow these steps:

Step 1. Use this repository as a template

Press the button "Use this template" and create a new repository on your space.

Step 2. Clone the repository

Clone locally your repository.

Step 3. Install package manager

This template uses uv package manager.

To install it you can follow the official installation manual.

Fast installation

You can install running this:

curl -LsSf https://astral.sh/uv/install.sh | sh

If uv command does not works is because it requires $HOME/.cargo/bin into your $PATH.

Run this and/or add to your shell config script:

export PATH=$HOME/.cargo/bin:$PATH

Step 4. Install requirements

And install requirements

uv sync

Step 5. Execute test

uv run pytest

You can also use tests runner in your IDE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages