-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/pixpdv
### Your PyPI username
`USER_NAME`: https://pypi.org/user/pixpdv
### Reasons for the request
We created the wrong usernam…
-
### Project to be claimed
`energon`: https://pypi.org/project/energon
### Your PyPI username
`philipp-fischer`: https://pypi.org/user/philipp-fischer
### Reasons for the request
The project has b…
-
(Or intentional choices to diverge from PEP 561 compliance.)
Subtasks:
- [x] Vendor typeshed's stubs: https://github.com/astral-sh/ruff/pull/11340
- [x] Add automation for keeping typeshed's stub…
-
This is a meta-issue to document the roadmap for PyPI's support for [PEP 458](https://www.python.org/dev/peps/pep-0458/). This top-level comment will be updated as the roadmap progresses. Comments on …
-
## Proposed refactor
We've dropped support for Python 3.6, which means we can use the new annotations format.
### Motivation
New shiny things are nice
### Pitch
Adopt [PEP 585](https://…
-
Hello folks,
Recently [numpy](https://github.com/numpy/numpy/issues/7370) added some type hinting for their types. Tools like mypy is suppose to make it easier to test large codebases. There is a …
f0lie updated
2 months ago
-
### Description
Broker bruker nå Altinn.Common.PEP bibliotekets DecisionHelper.CreateSubjectCategory som bare legger på `urn:altinn:organizationnumber`, og rapporterer at dette ikke fungerer for auto…
-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/lighter
### Your PyPI username
`USER_NAME`: https://pypi.org/user/surajpaib
### Reasons for the request
I am writing t…
-
After upgrade to Python 3.12, pip-upgrade fails as follows:
```
pip-upgrade
Traceback (most recent call last):
File "./.venv/bin/pip-upgrade", line 5, in
from pip_upgrader.cli import mai…
-
PEP 634 defines a new "switch-statement-like syntax": https://www.python.org/dev/peps/pep-0634/ that will appear in Python 3.10. Being a Python language feature, Cython should aim to support this.…