зеркало из
1
0
Форкнуть 0
Cookiecutter template for working with the Python Pyvot library for Excel.
Перейти к файлу
Rich Chiodo 02b7699014
Merge pull request #1 from microsoft/users/GitHubPolicyService/93cd7b9d-e6c0-434f-b7f1-35f0bce12fab
Adding Microsoft SECURITY.MD
2023-06-12 11:30:50 -07:00
hooks Initial commit 2017-08-31 11:33:27 -07:00
{{cookiecutter.app_name}} Initial commit 2017-08-31 11:33:27 -07:00
.gitignore Initial commit 2017-08-31 08:50:06 -07:00
LICENSE Initial commit 2017-08-31 11:33:27 -07:00
README.md Initial commit 2017-08-31 11:33:27 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 19:52:07 +00:00
cookiecutter.json Initial commit 2017-08-31 11:33:27 -07:00

README.md

python-pyvot-cookiecutter

A Cookiecutter template for a Python application that uses pyvot to manipulate a Microsoft Excel spreadsheet.

The pyvot library requires Microsoft Excel to be installed.

Using this template

  1. Install Cookiecutter
  2. cookiecutter gh:Microsoft/python-pyvot-cookiecutter (or cookiecutter https://github.com/Microsoft/python-pyvot-cookiecutter.git if you prefer)
  3. Fill in the Cookiecutter items (see below as to what each item represents)
  4. Install Microsoft Excel.
  5. Install the required packages listed in the generated requirements.txt.

Cookiecutter items

  • app_name: the name of the folder/project to create
  • create_vs_project: y to create a Visual Studio project file (.pyproj)

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.