You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we have --basic-setup-py, and we want to be able to do more than that, with Jinja templating support. For instance, I want to integrate this in autorest:
We could pass too a folder that contains a tempalte, following the basic structure and defining the keyword you are allowed to use.
Example of calls: autorest --packaging-template=basic-setup-py autorest --packaging-template=azure-sdk-mgmt autorest --packaging-template=c:\git\azure-sdk-for-python\tools/azure-sdk-tools/packaging_tools/templates
For the later, we need to support some predefined variable like "package_pprint_name" where you can write in the Readme:
Today, we have
--basic-setup-py, and we want to be able to do more than that, with Jinja templating support. For instance, I want to integrate this in autorest:https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools/packaging_tools/templates
Autorest should include those basic templates:
We could pass too a folder that contains a tempalte, following the basic structure and defining the keyword you are allowed to use.
Example of calls:
autorest --packaging-template=basic-setup-pyautorest --packaging-template=azure-sdk-mgmtautorest --packaging-template=c:\git\azure-sdk-for-python\tools/azure-sdk-tools/packaging_tools/templatesFor the later, we need to support some predefined variable like "package_pprint_name" where you can write in the Readme: