RSS Amplifier

Ari Codes · May 24, 2021

Making a Modern Python Package with Poetry

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Purpose One of the main problems the Python community faces is complex packaging. Despite being one of the easier languages to get started and go to production with, Python packaging is rather convoluted. There’s not a lot of quality tutorials out there that cover building your own package using setup.py, and the ones that do exist leave out some critical information like the concept of…

Purpose One of the main problems the Python community faces is complex packaging. Despite being one of the easier languages to get started and go to production with, Python packaging is rather convoluted. There’s not a lot of quality tutorials out there that cover building your own package using setup.py, and the ones that do exist leave out some critical information like the concept of sub-modules and how to import them.

Read on /posts/python-package-from-scratch/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.