Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 231 Bytes

File metadata and controls

8 lines (5 loc) · 231 Bytes

Notes on the Python poetry package

Good tool, bad name.

  • poetry list, lists commands
  • poetry build, builds .whl files in dist/ dir for distribution
  • poetry installs stuff into ~/.cache/pypoetry, consumes lots of disk space