api-python icon indicating copy to clipboard operation
api-python copied to clipboard

use poetry for dependency management and build

Open dashdanw opened this issue 3 years ago • 0 comments

https://python-poetry.org/docs/

I thought it might be interesting/useful to use poetry to manage deps/builds/project info for the following reasons

  • robust dependency and platform version management
  • build distributions using poetry build
  • separate dev dependencies from release dependencies
  • automatically manages virtual environments

If not that's cool too I just thought it would be a fun thing to do, also happy to make any changes requested

dashdanw avatar Dec 10 '22 16:12 dashdanw