
Автор: Dane Hillard
Издательство: Manning Publications
Год: 2023
Страниц: 250
Язык: английский
Формат: pdf (true)
Размер: 14.8 MB
Create masterful, maintainable Python packages! This book includes pro tips for design, automation, testing, deployment, and even release as an open source project! Everyone starts their Python journey in a different place. Regardless of how you start, you’ll eventually start working your way upstream to experience new sights and sounds. As the river narrows and the trees thicken, you may even start to think about how to deliver a Python application to others. There you find hulls of shattered projects around the entrance to a hidden cavern at the river's headwaters. Suddenly you hear a hollow voice ask, “What’s your favorite packaging tool?” right before you’re flung into a chasm. Python has something for everyone—and you’ll usually find it on the Python Package Index. PyPI brings about new challenges as you start to worry about installation, dependencies, environments, and other important matters related to using your software in the real world. This is where new open source packages are created and maintained. This is the starting point for this much-needed book. A quiet secret of most Python books is that nobody really wants to talk much about packaging (and I speak from experience).