Skip to content

This repository contains configurations to set up a Python development environment using VSCode's Dev Container feature. The environment includes uv and Ruff.

License

Notifications You must be signed in to change notification settings

matthiaszimmermann/python-uv

 
 

Repository files navigation

Python Dev Container Repository

Overview

This repository is based on github.com/a5chin/python-uv. Check its readme for the main layout of this repository.

TODO

  • Improve documentation
  • Add logging support

Appendix

Run Tests

pytest

Install Libraries

# Install also include develop dependencies
uv sync

# If you do not want dev dependencies to be installed
uv sync --no-dev

# Use the add command to add dependencies to your project
uv add {libraries}

About

This repository contains configurations to set up a Python development environment using VSCode's Dev Container feature. The environment includes uv and Ruff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.5%
  • Dockerfile 19.5%