-
currently archinstall is not PEP 561 complaint, if arch install were to become it would allow the end user to make their programs more "static", this would involve creating another package for types. …
-
Implementing PEP (Pretty Easy Privacy) would be a big help.
Since it does the same thing as PGP/GPG but is much easier.
Thanks,
-
Thoughts on [Type Hints and PEP-0484](https://www.python.org/dev/peps/pep-0484/)?
-
Currently, when a class, function, or module has any annotations, we always generate an `__annotate__` function object at import time. A function object takes 168 bytes. But in most cases, all of the …
-
*This issue is still in draft mode. Type hints are something new to me, so I need to learn more and will keep improving the issue description.*
### What's Python's Type Hints
- A short introduct…
-
### Project to be claimed
`pyscopg2`: https://pypi.org/project/pyscopg2
### Your PyPI username
NA
### Reasons for the request
This is a project by Yandex, that name-squats a typo of the psycopg2 …
-
### What's the problem this feature will solve?
Inspired by [PEP 777](https://discuss.python.org/t/pep-777-how-to-re-invent-the-wheel/67484), the idea is to solve one hiccup of updating the wheel met…
-
# Bug report
### Bug description:
```python
from __future__ import annotations
import typing
class Test[M]:
def foo(self, arg: M) -> None:
pass
print(typing.get_type_hints(Test.foo))
…
-
From https://github.com/tweag/FawltyDeps/pull/34#discussion_r1065626971:
>We are starting to use parse_requirements_contents() from many different places now, and it seems most of them do not expect …
-
We should make sure that our code is PEP 8 compliant, particularly before many people are relying on noncompliant aspects of the current codebase.
https://www.python.org/dev/peps/pep-0008/
##
…