https://github.com/ryosukedtomita/template_repository_python
my template repository for python devcontaiener
https://github.com/ryosukedtomita/template_repository_python
devcontainers python3 rye template-repository
Last synced: 7 months ago
JSON representation
my template repository for python devcontaiener
- Host: GitHub
- URL: https://github.com/ryosukedtomita/template_repository_python
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-09-10T10:03:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:42:07.000Z (about 1 year ago)
- Last Synced: 2025-01-17T14:55:36.055Z (9 months ago)
- Topics: devcontainers, python3, rye, template-repository
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# APP NAME

## INDEX
- [ABOUT](#about)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)---
## ABOUT
---
## ENVIRONMENT
- Python: 3.12.4
---
## PREPARING
1. open VSCode and use `Dev Containers: Rebuild Container without cache`
2. create package```shell
rye init
```---
## HOW TO USE
---