Contribute Media
A thank you to everyone who makes this possible: Read More

Demystefying Setuptools Entry Points

Description

Entry points are one of the most powerful, yet mysterious, ways to customise the behaviour of Python projects. With just a few lines of code in your setup.py file, you can install command-line applications, inject features into other libraries, create plugins, and more! During this session, we will explore what entry points are, how they work, and how to use them in your Python projects.

Details

Improve this page