davidverweij / csv2docx

Generates .docx files from .csv files using a .docx template with mailmerge fields
MIT License
5 stars 0 forks source link

Use poetry for dependency management #3

Closed jawrainey closed 4 years ago

jawrainey commented 4 years ago

I've added a poetry configuration to the project to separate installation of libraries to a virtual environment. Poetry will also make future publishing of the library easier, and once the docx-csv-mailmerge.py has been improved to a CLI it will make running the library (via poetry) much easier.

I created the poetry .toml file to mirror the choice and use of python 2.7 as upgrading to python 3 requires making several changes to docx-csv-mailmerge.py, which should be done in a separate PR 👍

Verify these changes by fetching and pulling down the repo and following my instructions in the README.