Writing Awesome PyPI Packages in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore best practices for creating and maintaining high-quality Python packages for PyPI in this 25-minute EuroPython 2017 conference talk. Discover tools and techniques used by popular projects like Django, Pandas, and Faker to ensure package quality and encourage contributions. Learn about using Makefiles for automation, structuring .gitignore files, managing Python versions with pyenv, testing across environments with tox, consolidating configurations in setup.cfg, and setting coding standards with EditorConfig. Gain insights into effective project structure, test configuration, and DevOps practices to elevate your Python package development skills.
Syllabus
Introduction
DevOps Against Humanity
Project structure
Sample project repository
Backup
Setupconfig
Test configuration
Skipping tests
Editor config
Running tests in different environments
Running tests again
Make file
Summary
Questions
Taught by
EuroPython Conference
Related Courses
Project Zen - Improving Apache Spark for Python UsersDatabricks via YouTube Your Step by Step Guide on Python Libraries Development
Prodramp via YouTube Python Unit Testing and Package Submission - Build with Python 5
Samuel Chan via YouTube Building and Publishing a Python Package - How to Distribute on PyPI
Samuel Chan via YouTube Secure Python Packaging and Release Using Continuous Deployment
Linux Foundation via YouTube