Skip to main content

Don

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thanker-0.0.2.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

thanker-0.0.2-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page