php

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package python provides a concrete Cataloger implementation for Python ecosystem files (egg, wheel, requirements.txt).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPHPIndexCataloger

func NewPHPIndexCataloger() *common.GenericCataloger

NewPythonIndexCataloger returns a new cataloger for python packages referenced from poetry lock files, requirements.txt files, and setup.py files.

Types

type ComposerLock

type ComposerLock struct {
	Packages   []Dependency `json:"packages"`
	PackageDev []Dependency `json:"packages-dev"`
}

type Dependency

type Dependency struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL