Marty McFly
February 28, 2026 ยท View on GitHub
Marty McFly
An example of a Python package that was scaffolded with Poetry Copier.
๐ Using
To install this package, run:
pip install marty_mcfly
๐งโ๐ป Contributing
Prerequisites
1. Install Docker
- Go to Docker, download and install docker.
- Configure Docker to use the BuildKit build system. On macOS and Windows, BuildKit is enabled by default in Docker Desktop.
2. Install VS Code
Go to VS Code, download and install VS Code.
1. Open DevContainer with VS Code
Open this repository with VS Code, and run Ctrl/โ + โง + P โ Dev Containers: Reopen in Container.
The following commands can be used inside a DevContainer.
2. Run linters
poe lint
3. Run tests
poe test
4. Update uv lock file
uv lock
See how to develop with PyCharm or any other IDE.
๏ธโก๏ธ Scaffolded with Uv Copier.
๐ ๏ธ Open an issue if you have any questions or suggestions.