Discover and load entry points from installed packages.
Project description
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run.
Groups of entry points, such as console_scripts, point to objects with similar interfaces. An application might use a group to find its plugins, or multiple groups if it has different kinds of plugins.
The entrypoints module contains functions to find and load entry points. You can install it from PyPI with pip install entrypoints.
To advertise entry points when distributing a package, see entry_points in the Python Packaging User Guide.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file entrypoints-0.3.tar.gz
.
File metadata
- Download URL: entrypoints-0.3.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.20.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451
|
|
MD5 |
c5c61ea2e46a0c50ea08f4af7955a0b1
|
|
BLAKE2b-256 |
b4ef063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c
|
File details
Details for the file entrypoints-0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: entrypoints-0.3-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.20.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19
|
|
MD5 |
c47396b6c43dadc81e25d29b9fac8bd3
|
|
BLAKE2b-256 |
acc644694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c
|