package
Version:
v0.6.8
Opens a new window with list of versions in this module.
Published: Nov 20, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package pyproject provides a way to parse a pyproject.toml file.
type PyProject struct {
Project struct {
Name string
Version string
}
Tool struct {
Poetry struct {
Packages []any
}
}
}
PyProject represents a pyproject.toml file.
Open opens and parses a pyproject.toml file.
Name returns the project name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.