Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 570 Bytes

Python playground

This project is a playground to experiment with python and the python ecosystem

Tools

  • poetry Poetry is used to manage packages and virtual environments
  • dapr Dapr is used to abstract dependencies

Repository structure

The project is structured in the following way:

  • .devcontainer There is a devcontainer that setups a working environment with all required dependencies
  • .vscode Project specific visual studio code configuration
  • /dapr Home to the Dapr component specifications
  • /src Home to the source code