Anil

Results 3 comments of Anil

It is important to know how to generate the python package with API specification specific name. Without it, when I install the package into my virtual python variable (and even...

Hi, for now, I programmatically, modified the setup.py file (after it is generated) and changed the value of NAME variable. This workaround has helped solve this problem and I am...

Programmatic modification of the NAME variable in setup.py is not helping as it is not really changing the module name "openapi_client" when it installs the package. Can someone please provide...