vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

Support specifying API_KEY in pyproject.toml #35

Open jimpudar opened 4 years ago

jimpudar commented 4 years ago

I use Poetry for installing my Python dependencies. Currently I don't see an easy way to specify my own API key for random-word in my pyproject.toml.

Ideally there would be a way to provide my own API key within my pyproject.toml so that it is used when the package is installed using Poetry.