Repository: pypa/packaging-problems
Branch: master
Commit: a4dd99101ad1
Files: 4
Total size: 2.9 KB
Directory structure:
gitextract_gogw6rw1/
├── .github/
│ └── ISSUE_TEMPLATE/
│ ├── config.yml
│ ├── general_issue.yml
│ └── packaging_tutorial.yml
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
- name: Community Guidelines
url: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
about: Please make sure to follow the PSF Code of Conduct when participating in this repository.
- name: Python Packaging User Guide
url: https://packaging.python.org/en/latest/
about: |
Collection of tutorials and references to help you distribute and install Python packages.
For contributions and suggestions please check https://packaging.python.org/en/latest/contribute/.
================================================
FILE: .github/ISSUE_TEMPLATE/general_issue.yml
================================================
name: General issue
description: Open a general issue
body:
- type: markdown
attributes:
value: |
Thank you for providing feedback on Python packaging!
- type: textarea
id: problem
attributes:
label: Problem description
description: |
To help us help you, please be as detailed as possible.
validations:
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/packaging_tutorial.yml
================================================
name: Packaging tutorial problem
description: Request help for a problem following a packaging tutorial
title: Trouble with a packaging tutorial
body:
- type: markdown
attributes:
value: |
Thank you for providing feedback on Python packaging!
To help us help you, please fill out as much of the following as you can.
- type: input
id: os_version
attributes:
label: OS version
description: |
What is your operating system and version?
For example, this could be Windows 10 or Ubuntu 18.04.
validations:
required: true
- type: input
id: py_version
attributes:
label: Python version
description: |
What is your Python version?
You can usually get this by running `python --version`.
placeholder: Python x.x.x
validations:
required: true
- type: input
id: pip_version
attributes:
label: Pip version
description: |
What version of pip do you have?
You can usually get this by running `python -m pip --version`.
placeholder: pip x.x.x
validations:
required: true
- type: input
id: guide
attributes:
label: Guide link
description: |
If you are following an online tutorial or guide, please provide a link to the page or section giving you trouble.
- type: textarea
id: problem
attributes:
label: Problem description
description: |
Please describe your problem in as much detail as possible.
Include all the commands that you ran, any offline guides you followed, etc.
validations:
required: true
- type: textarea
id: error
attributes:
label: Error message
description: |
If you received an error message, please copy and paste the _entire_ message here.
render: text
================================================
FILE: README.md
================================================
Problems in Python Packaging
============================
Share your Python packaging problems. An attempt to create a unified database of all of the problems people have with
packaging. To see the list, [browse issues on this repo](https://github.com/pypa/packaging-problems/issues).
gitextract_gogw6rw1/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── config.yml │ ├── general_issue.yml │ └── packaging_tutorial.yml └── README.md
Condensed preview — 4 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3K chars).
[
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 547,
"preview": "blank_issues_enabled: false\ncontact_links:\n - name: Community Guidelines\n url: https://github.com/pypa/.github/blob/"
},
{
"path": ".github/ISSUE_TEMPLATE/general_issue.yml",
"chars": 365,
"preview": "name: General issue\ndescription: Open a general issue\n\nbody:\n- type: markdown\n attributes:\n value: |\n Thank you"
},
{
"path": ".github/ISSUE_TEMPLATE/packaging_tutorial.yml",
"chars": 1771,
"preview": "name: Packaging tutorial problem\ndescription: Request help for a problem following a packaging tutorial\ntitle: Trouble w"
},
{
"path": "README.md",
"chars": 286,
"preview": "Problems in Python Packaging\n============================\n\nShare your Python packaging problems. An attempt to create a "
}
]
About this extraction
This page contains the full source code of the pypa/packaging-problems GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4 files (2.9 KB), approximately 821 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.