Poetry - Python Package Management

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This month, we're looking at Poetry, a command line tool to manage your Python package, environment, and development tools similar to Node's npm. We'll see how pyproject.toml can simplify your development configs and dependency tree.
    Poetry: python-poetry.org
    Meetup: www.meetup.com...

Комментарии • 4

  • @rangabharath4253
    @rangabharath4253 4 месяца назад

    Hi,
    Please increase the code editor font size. We are not able to see the code and make use of the impressive tutorials. 🙂

  • @allthingsdata
    @allthingsdata Год назад

    Are you using conda/mamba as an environment manager and poetry as a package manager in general? Because I was thinking about such a setup and wonder if there are drawbacks?

    • @orlandopython
      @orlandopython  Год назад +1

      I mostly use conda for env management, but Poetry solves a couple issues for package development. The main drawback is now having two envs to manage, but it makes it much easier to share state and onboard other developers. You can still use an editable install into the conda env so different projects can reference each other within the same env

  • @thygrrr
    @thygrrr 8 месяцев назад

    We went to python to get away from npm, and poetry makes a npm for python.