Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinknights29/python-dev-container-template

This is a template for python projects leveraging a Dev Container with VS Code.
https://github.com/kevinknights29/python-dev-container-template

devcontainer python template

Last synced: 23 days ago
JSON representation

This is a template for python projects leveraging a Dev Container with VS Code.

Awesome Lists containing this project

README

        

# Python-Dev-Container-Template

This is a template for Python projects leveraging a Dev Container with VS Code.

## Checklist

Remove once all items have been checked.

- [ ] [Dev Container Name](.devcontainer/devcontainer.json) - Line 2
- [ ] [Project Details](pyproject.toml) - Line 2-9

## Topics

1. [Overview](#overview)
2. [Goals](#goals)
3. [Scope and Context](#scope-and-context)
4. [System Design](#system-design)
5. [Alternatives Considered](#alternatives-considered)
6. [Cross-cutting Concerns](#cross-cutting-concerns)
7. [Learning Logs](#learning-logs)
8. [Resources](#resources)

---

## Overview

## Goals

## Scope and Context

## System Design

## Alternatives Considered

## Cross-cutting Concerns

## Learning Logs

| Date | Learning |
|------|----------|
| | |

## Resources

- [Design Docs at Google](https://www.industrialempathy.com/posts/design-docs-at-google/)

---

## Version Management

To create a changelog, run:

```bash
cz changelog
```

And to bump the changelog version after performing modifications, run:

```bash
cz bump
```