{% extends "base.html" %} {% block title %}Sponsor Awesome Python{% endblock %} {% block description %}Sponsorship for awesome-python: tiers, audience, and how to get your product in front of professional Python developers evaluating tools for production use.{% endblock %} {% block canonical_url %}https://awesome-python.com/sponsorship/{% endblock %} {% block alternate_links %}{% endblock %} {% block header %}

Sponsorship

Sponsor Awesome Python

The #10 most-starred repository on GitHub, and the list Python developers check when choosing what to use. Your sponsorship puts your product in front of them at the moment of decision.

{% if hero_stats %}

{% for stat in hero_stats %}{{ stat }}{% if not loop.last %} / {% endif %}{% endfor %}

{% endif %}
{% endblock %} {% block content %}

Professional Python developers evaluating libraries and tools for production use. Not beginners browsing tutorials. People making adoption decisions.

Who visits
Mid to senior Python developers arriving with a specific question in mind: a maintained ORM, a fast HTTP client, a task queue worth running in production.
Where they come from
Google Search, GitHub, Reddit, YouTube, ChatGPT and other LLMs, Hacker News.
Why it works
The list ranks on the first page of Google for "best Python libraries", is referenced by ChatGPT and other LLMs when recommending Python tools, and is the canonical reference developers send each other.

One upfront payment per term. Setup takes less than 24 hours.

  1. Headline Sponsor

    $500 / month

    Top placement in the README, with logo. Logo on the website.

    • Large logo and one-line description (max 120 characters) pinned at the very top of the README, above all project entries.
    • Logo link in the sponsor section of awesome-python.com.
    Email about Headline tier
  2. Featured Sponsor

    $150 / month

    Text link pinned at the top of the README. Text link on the website.

    • Text entry ([Name](URL) - Description., max 120 characters) pinned at the top of the README, directly below Headline sponsors.
    • Text link in the sponsor section of awesome-python.com.
    Email about Featured tier
  • Warp The terminal for modern developers.

Email vinta.chen@gmail.com with the four items below.

Tier
Headline Sponsor ($500/mo) or Featured Sponsor ($150/mo).
Content
Product name, URL, logo, and description (Headline tier), or [Name](URL) - Description. entry (Featured tier).
Duration
1, 3, 6 months, or longer.
Payment method
US bank transfer (ACH/wire) or PayPal.

Sponsorship is logo and link placement in the README header. It does not influence which projects are listed. Listings are curated on merit through the normal contribution process.

We reserve the right to request changes to sponsor text, logos, or links that are misleading, off-topic, or incompatible with the README formatting.

{% endblock %}