Don't be a wanker, be a thanker!
Automatically give thanks to Pypi packages you use in your project!
Install
pip3 install thanker
Example
import asyncio
from thanker import Thanker
async def example() -> None:
async with Thanker(packages=["thanker"], gratitude_level=None) as thanks:
print(await thanks.style("- [{name}]({package_url}) by {author}"))
loop = asyncio.get_event_loop()
loop.run_until_complete(example())
TODO
- Auto docs
Thanks to
- aiohttp by Nikolay Kim
- attrs by Hynek Schlawack
- chardet by Mark Pilgrim
- multidict by Andrew Svetlov
- async-timeout by Andrew Svetlov
- yarl by Andrew Svetlov
- idna by Kim Davies
- typing-extensions by Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee
- asynctest by Martin Richard
- sphinx-material by Kevin Sheppard
- Sphinx by Georg Brandl
- sphinxcontrib-applehelp by Georg Brandl
- sphinxcontrib-devhelp by Georg Brandl
- sphinxcontrib-jsmath by Georg Brandl
- sphinxcontrib-htmlhelp by Georg Brandl
- sphinxcontrib-serializinghtml by Georg Brandl
- sphinxcontrib-qthelp by Georg Brandl
- Jinja by Armin Ronacher
- Pygments by Georg Brandl
- docutils by David Goodger
- snowballstemmer by Snowball Developers
- Babel by Armin Ronacher
- pytz by Stuart Bishop
- alabaster by Jeff Forcier
- imagesize by Yoshiki Shibukawa
- requests by Kenneth Reitz
- certifi by Kenneth Reitz
- setuptools by Python Packaging Authority
- packaging by Donald Stufft and individual contributors
- pyparsing by Paul McGuire
- BeautifulSoup by Leonard Richardson
- css-html-js-minify by Juan Carlos
- lxml by lxml dev team
- sphinxcontrib-trio by Nathaniel J. Smith