lfreleng-actions/🐍 Python Project/Package Names
Extracts Python project name and derives the package name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/python-project-name-action@4190dfce1bd534d7976dd031d455da392ff55321 # v0.1.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path_prefix | Directory location containing project code | no | — |
Outputs
| name | description |
|---|---|
| python_project_file | File used to extract/parse project metadata |
| python_project_name | Name of the Python project from pyproject.toml/setup.cfg/setup.py |
| python_package_name | The name of the Python package |
| source | Source file where project details were found (pyproject.toml, setup.cfg or setup.py) |