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

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

Awesome Lists containing this project

README

          

# APP NAME

![un license](https://img.shields.io/github/license/RyosukeDTomita/template_repository_python)

## 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

---