e3-core
24.0

Contents:

  • e3-core
  • e3-core API highlights
  • Using decision graphs for scheduling builds and tests
  • Using abc and stevedore to write plugins
  • Using the e3 pytest plugin
  • API Reference
    • decorator
    • hash
    • dsse
    • text
    • error
    • diff
    • log
    • maven
    • pytest
    • spdx
    • platform
    • main
    • date
    • sys
    • cve
    • fs
    • env
    • json
    • archive
    • fingerprint
    • yaml
    • mypy
    • encoding
    • anod
    • slsa
    • collection
    • electrolyt
    • job
    • mock
    • python
    • net
    • vcs
    • os
    • store
    • npm
      • Submodules
        • npm.link
        • npm.parser
      • Package Contents
    • platform_db
    • event
e3-core
  • API Reference
  • npm
  • npm.link
  • View page source

npm.link¶

NPM package download link metadata.

Module Contents¶

Classes¶

NPMLink

Represent NPM package download link with metadata.

Attributes¶

NPM_SCOPE_PARTS

npm.link.NPM_SCOPE_PARTS = 2¶
class npm.link.NPMLink(name: str, version: str, url: str, checksum: str, *, creation_date: str | None = None, metadata: dict[str, object] | None = None)¶

Represent NPM package download link with metadata.

Previous Next

© Copyright 2017, AdaCore.

Built with Sphinx using a theme provided by Read the Docs.