Metadata-Version: 2.1
Name: py-cover-letters
Version: 0.3.0
Summary: Project to create, manage and email cover letters.
Home-page: https://github.com/luiscberrocal/py-cover-letters
License: MIT
Author: Luis C. Berrocal
Author-email: luis.berrocal.1942@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: docxtpl (>=0.16.4,<0.17.0)
Requires-Dist: openpyxl (>=3.0.10,<4.0.0)
Requires-Dist: sqlmodel (>=0.0.8,<0.0.9)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: twine (>=4.0.2,<5.0.0)
Description-Content-Type: text/markdown

# Py Cover Letters


[![pypi](https://img.shields.io/pypi/v/py-cover-letters.svg)](https://pypi.org/project/py-cover-letters/)
[![python](https://img.shields.io/pypi/pyversions/py-cover-letters.svg)](https://pypi.org/project/py-cover-letters/)
[![Build Status](https://github.com/luiscberrocal/py-cover-letters/actions/workflows/dev.yml/badge.svg)](https://github.com/luiscberrocal/py-cover-letters/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/luiscberrocal/py-cover-letters/branch/main/graphs/badge.svg)](https://codecov.io/github/luiscberrocal/py-cover-letters)



Project to create, manage and email cover letters.

This app will only run in linux and Mac OS. I'm not sure it will run in Windows.


* Documentation: <https://luiscberrocal.github.io/py-cover-letters>
* GitHub: <https://github.com/luiscberrocal/py-cover-letters>
* PyPI: <https://pypi.org/project/py-cover-letters/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

