Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kevinknights29/python-dev-container-template
- Owner: kevinknights29
- License: mit
- Created: 2024-03-25T03:32:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T04:00:43.000Z (6 months ago)
- Last Synced: 2024-05-08T00:23:59.425Z (6 months ago)
- Topics: devcontainer, python, template
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```