Metadata-Version: 2.1
Name: random-quote-generator-by-eduuardoperez
Version: 0.1.0
Summary: 
Author: Eduardo Perez
Author-email: eduardo.perez@ripio.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Random quote generator

Random quote generator to return a randomly selected quote from a set of quotes. Created from [Python Project Workflow](https://testdriven.io/blog/python-project-workflow/)

## Generate documentation

To generate the `docs` folder you can execute Sphinx with Poetry: `poetry run sphinx-quickstart docs`

## Public documetation on Read The Docs

<https://random-quote-generator-by-eduuardo-perez.readthedocs.io/en/latest/>

