I don't especially mind that both multipart and python-multipart exist on PyPI, but it's a bit awkward that they both also install as multipart.
I've already managed to bump my head on this, and couldn't understand why the signature for multipart.MultipartParser wasn't as expected having had both packages installed at some point.
Although I much prefer the plain multipart name I wonder if it's worth considering something like multipartparser?
Alternatively we don't worry about it for now, and consider something later if it's an issue. Not sure.
I don't especially mind that both
multipartandpython-multipartexist on PyPI, but it's a bit awkward that they both also install asmultipart.I've already managed to bump my head on this, and couldn't understand why the signature for
multipart.MultipartParserwasn't as expected having had both packages installed at some point.Although I much prefer the plain
multipartname I wonder if it's worth considering something likemultipartparser?Alternatively we don't worry about it for now, and consider something later if it's an issue. Not sure.