Creating a Python Package | Poetry Quickstart Guide
What is Poetry?
Poetry is a Python packaging and dependency management tool. It makes it easy to manage dependencies and provides a poetry.lock file, which ensures that users' environments are consistent and reproducible.
Some perks of using poetry:
...
tobetek.hashnode.dev4 min read