Pyproject.toml: The modern Python project definition file, explained

preview_player
Показать описание


------------------------------­----
Рекомендации по теме
Комментарии
Автор

Thanks! I've been using an older setup.py approach, but I found pyproject.toml much more convenient.

bkwkfeb
Автор

Very useful for newbs like me, to do things following best practices. Thanks

felipealvarez
Автор

Thanks so much for such a concise introduction!

ayeameen
Автор

This was an excellent explanation. Thank you so much Serdar!

davidpaez_co
Автор

That was useful. Thanks. Great explanation

xzenor
Автор

God dam. i have learn python when an actual version was 3.5 and since python project have changed so much, that i think that python today and 7 years ago its quite different languages and i have to learn it again

serufim
Автор

Thanks, you helped explain things as I have been trying out poetry in my new apps. Curious if you use it. I find it cumbersome up front but will keep using to see if more usage will streamline things. Where exactly does your .egg folder reside?

tascsolutions
Автор

So you don't need a requirements.txt anymore but 'can' you add one anyway for people that prefer it? Or would that cause conflicts?

xzenor
Автор

Thank you so much. Can you please explain what are .venv, .gitignore, input.md? And the general directory structure. Thank you again.

johncompassion