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

Ғылым және технология

Modern Python projects use pyproject.toml files to describe a project's metadata, dependencies, and other valuable attributes. Learn in this video the basics of how pyproject.toml works -- how it can be used to describe a simple project, install its dependencies, and define other things such as command-line scripts used with the project.
-----------------------------­---
SUBSCRIBE: kzread.info_c...
FACEBOOK: / infoworld
TWITTER: / infoworld
WEBSITE: www.infoworld.com/

Пікірлер: 17

  • @user-bk4wk2fe5b
    @user-bk4wk2fe5b3 ай бұрын

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

  • @ayeameen
    @ayeameen8 ай бұрын

    Thanks so much for such a concise introduction!

  • @felipealvarez1982
    @felipealvarez19824 ай бұрын

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

  • @davidpaez_co
    @davidpaez_coАй бұрын

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

  • @xzenor
    @xzenor8 ай бұрын

    That was useful. Thanks. Great explanation

  • @bryanrosiles899
    @bryanrosiles8995 ай бұрын

    You are a saint, thank you!

  • @pettymanny6487
    @pettymanny64872 ай бұрын

    Useful, thanks

  • @InfoWorld

    @InfoWorld

    2 ай бұрын

    You're welcome. -Serdar

  • @DominikJagoda
    @DominikJagoda3 ай бұрын

    Thanks, for help

  • @serufim
    @serufim7 ай бұрын

    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

  • @tascsolutions6483
    @tascsolutions64833 ай бұрын

    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?

  • @InfoWorld

    @InfoWorld

    2 ай бұрын

    When you use pyproject.toml and create an editable install of your package, the .egg-info directory is side by side with the directory where the source for the package is. E.g., if you have /src/myapp, it'll be /src/myapp.egg-info -Serdar

  • @johncompassion9054
    @johncompassion90547 ай бұрын

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

  • @ashrasmun1

    @ashrasmun1

    7 ай бұрын

    .venv is a directory created when you create a python virtual environment using virtualenv module. It basically ensures, that whatever you install, it's only available within that environment instead of whole system. You may want to read about it in detail more. .gitignore is a file in which you list which files you would like to ignore when commiting to your git repository. You may want to read more about "git" to understand context a bit better.

  • @xzenor
    @xzenor8 ай бұрын

    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?

  • @InfoWorld

    @InfoWorld

    8 ай бұрын

    You can use a requirements.txt side by side with a pyproject.toml file, but it would be your responsibility to keep the requirements in sync with each other in both files. My own personal feeling is to use one or the other, as a signal to the user about how to handle things.

  • @jamieo8307
    @jamieo830711 ай бұрын

    🙋 'PromoSM'

Келесі