-
### setuptools version
setuptools==66.0.0
### Python version
python 3.8
### OS
macOS
### Additional environment information
_No response_
### Description
I am building a whe…
-
### Project to be claimed
`ipyantd`: https://pypi.org/project/ipyantd
### Your PyPI username
`maartenbreddels`: https://pypi.org/user/maartenbreddels
### Reasons for the request
The pro…
-
I like to contribute to this project but my pep8 formatter is doing very strong changes that will make everything difficult to track. What formatter are you using? can you provide a configuration file…
-
```
Task to be completed
http://pysal.org/1.2/developers/pep/pep-0009.html
```
Original issue reported on code.google.com by `phil.stp...@gmail.com` on 13 Apr 2011 at 10:22
-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/carina
### Your PyPI username
`USER_NAME`: https://pypi.org/user/matpi
### Reasons for the request
Hi,
I created a new projec…
-
Class names are usually CamelCased, and Python code should follow PEP to maximize readability. The importance of readability is to ensure fellow programmers can better learn from code and track bugs. …
ghost updated
5 years ago
-
- [ ] read the doc, and make anki cards
- [ ] modify code style of SUNOTE
-
Is it [PEP 484](https://www.python.org/dev/peps/pep-0484/) compatible? If yes, it sould appear on the readme.
-
Though application is working, it really needs a good clean-up. First of all, let's do some [PEP-8](https://www.python.org/dev/peps/pep-0008/) cleaning
-
This dates back to when `TypedDictValidator` was used to build fields for models. `extra` is not supported by Python `TypedDict`s so we can remove the logic from here.
@sydney-runkle can we do that…