sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-08-10 16:45:06 +09:00
parent 8ac562d191
commit 7b6cf98e5d
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
## 20231129211719 poetry ## 20231129211719 poetry
#tech #python #tech #python
PoetryはPythonのパッケージマネージャの一つ。 PoetryはPythonのパッケージマネージャの一つ。
20240810 今は[[20240722101442 Rye|Rye]]を使っているので、poetryは使っていない。
プロジェクトを作るのにも使える。 (ver 1.8以降) cf. [[20240311211049 pythonのプロジェクト構成]] プロジェクトを作るのにも使える。 (ver 1.8以降) cf. [[20240311211049 pythonのプロジェクト構成]]

View file

@ -1,5 +1,6 @@
# 20240311170053 poetry add で Failed to create.. というエラーが出る # 20240311170053 poetry add で Failed to create.. というエラーが出る
#python #poetry #python #poetry
``` ```
$ keyring --disable $ keyring --disable
``` ```

View file

@ -1,7 +1,7 @@
# 20240311211049 pythonのプロジェクト構成 # 20240311211049 pythonのプロジェクト構成
#python #python
自分の場合は積極的にライブラリを作ることは無さそうなので、アプリケーションの場合。[[20231129211719 poetry|poetry]] だと自動的に以下の構成が作られる。 自分の場合は積極的にライブラリを作ることは無さそうなので、アプリケーションの場合。[[20231129211719 poetry|poetry]] や [[20240722101442 Rye|Rye]] だと自動的に以下の構成が作られる。
## Refs. ## Refs.
- [4.7. プロジェクト構成 - ゼロから学ぶ Python](https://rinatz.github.io/python-book/ch04-07-project-structures/) - [4.7. プロジェクト構成 - ゼロから学ぶ Python](https://rinatz.github.io/python-book/ch04-07-project-structures/)