Mihail Andreev

Results 8 issues of Mihail Andreev

I want to place the recipe in the python project that I want to package. If I can give path where to create the tmp dirs I can put relative...

enhancement

Hi, I saw that patool isn't called from python. Is there a reason to call it in a sub process? I can provide a pull request.

Hi, are you ok if I make PR to migrate this project to setup.cfg or pyproject?

In the openapi documetation the examples for file upload are with multipart. This change trys to support basic case of file(s) in the request body. The responisbility to pass correct...

Hi, I need to make multipart requests to server and I'm trying to add this feature to the code. For now I think to add files to _request.files and add...

The dynamic dependencies are part of pep621. For now only the setuptools supports dynamic dependencies. Because of that the implementation is somehow dependent on setuptools. When other tool adds support...

Hi, I am migrating to dynamic value of dependencies section(in setuptools). So I found that this variant isn't supported by the plugin. Do you plan to add it? If not...

Hi, are you ok if I make PR to migrate this project to setup.cfg or pyproject?