Skip to main content

Core functionPlug-In Foundation Service Collection)

Project description

Plug-In Foundation Services Collection

The Python Development Master offers various extension points.

You can either add plug-ins or signals. Some parts are not very intuitive for the experienced python developer who are used to work with python standard libraries like logging or is hard to test as there are some points that are not that easy to test.

This collection offers a set of services helping to write better plug-ins.

abstractions

This module provides three protocols, that will abstract PDM core and PDM project classes, so that they can easily mocked in unit tests.

actions

Actions are a collection of actions to run. This can be useful, if you want to add different verbal commands.

Each of this action can add options to the parser. They all can be registered in an ActionRegistry. This provides an instance method called register which can be used to decorate implementations of ActionBase.

config

The configuration section is unstable.

hook

Hooks surround actions by hooks - an action can provide an implementation of the HookGenerator protocol, that must emit instances of HookInfo, a dataclass that gives information about the HookBase class to instantiate and run before and after the action is executed itself.

logging

The logging module provides a logger based on the python standard logging facilities.

The TermUIHandler uses pdm.core.ui.echo to write data to a log. The TracingLogger is created to add a log-level called TRACE to the logging, which is later used by traced_function.

The default instance for the logging is added in the logger variable. It's default value can be set using setup_logger. The value passed is identical to the verbose level of the pdm invocation arguments.

The decorator traced_function can be used to decorate a function for tracing the sequence of events - just like set -x does in POSIX scripts.

proc

The CliRunnerMixin allows you to run child-processes from your plug-in or signal. It offers a class-var called run_process, that has the same signature like subprocess.run from the python standard library, but can be overwritten for your tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdm_pfsc-0.13.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file pdm_pfsc-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: pdm_pfsc-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pdm_pfsc-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1b639f35633de700dd0d4dc8a9dcd15dbeec84532729c5edffa5de445a9bb3e4
MD5 3932b0ac26983d25e2f0a7107b6885d3
BLAKE2b-256 2f68bbb7c08de1d15ab0eaad5fcdeb672a86ad1eac323f67cfba2335998773ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page