-
Hi,
I hope you're well!
I've been playing around with lazy loading recently, especially [the python lib lazy_import](https://github.com/mnmelo/lazy_import/).
I keep running into issues when t…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### Typegu…
-
https://docs.python.org/3/whatsnew/3.6.html#pep-528-change-windows-console-encoding-to-utf-8
https://www.python.org/dev/peps/pep-0528/
-
@alexander255 has requested a flag `--pep561-override` to allow listing packages as pep 561 compatible when they are not. This got me thinking and I think the best UX for this would be a pair of flags…
-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/silu
### Your PyPI username
`USER_NAME`: https://pypi.org/user/pipdax
### Reasons for the request
> Uploading silu-0.0…
-
```
import boto3
def setup_buckets() -> boto3.client:
s3_client = boto3.client('s3')
s3_client.create_bucket(Bucket='foo')
return s3_client
```
results in:
```
foobar.py:4…
jedie updated
1 month ago
-
https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
Modern Python packages can contain a pyproject.toml file, first introduced in [PEP 518](https://peps.python.org/pep-0518/) and l…
-
Hey @leycec! I'm opening an issue to report an issue with `TypeHint` originally reported by @francesco-ballarin in [this issue](https://github.com/wesselb/plum/issues/74).
On Python 3.11, `TypeHint…
-
Please vote for adding macros/functions for easier version handling, as discussed [on Discourse](https://discuss.python.org/t/adding-py-pack-version/58887):
* `Py_PACK_FULL_VERSION(x, y, z, level, …
-
### Describe the bug
after poetry add griptape :
```
Using version ^0.14.7 for griptape
Updating dependencies
Resolving dependencies... (69.5s)
Package operations: 18 installs, 0 updates, …