Skip to main content

$ cat ~/sponsors.py

Sponsors

Your sponsorship directly supports my open source work maintaining critical Python infrastructure and the Litestar ecosystem.

0% towards 10 monthly sponsorss0/10

Be the first to sponsor this goal!

# ~/sponsors/impact.py

>>> sponsor.impact
{
    "litestar": "5.5M+ downloads/month",
    "pypi": "1B+ downloads/day served",
    "cpython": "powering the world's Python",
    "pycon": "3,000+ attendees supported",
}

# ~/sponsors/projects.py

# ~/sponsors/tiers.py

$5/monthpip install thanks
>>> pip install thanks
Collecting thanks
Installing... done.

A coffee-sized thank you for supporting open source.

  • +Sponsor badge on your profile
  • +Shoutout on my README
$10/monthimport supporter
>>> import supporter
>>> supporter.perks
{
    "badge": True,
    "priority_issues": True,
    "listed_on": "scriptr.dev/sponsors",
}

Get recognized and get priority support on my projects.

  • +Sponsor badge on your profile
  • +Priority responses on issues
  • +Name listed on scriptr.dev/sponsors
$25/monthfrom jacob import priority
>>> from jacob import priority
>>> priority.activate()
{
    "bug_fixes": "priority",
    "feature_requests": "priority",
    "projects": ["litestar", "polyfactory", "advanced-alchemy"],
}

Your bugs and features jump the queue.

  • +Priority bug fixes on Litestar ecosystem
  • +Priority feature requests
  • +All previous tier perks
$50/monthclass Patron(Supporter)
>>> class Patron(Supporter):
...     office_hours = "30min/month"
...     topics = ["infra", "litestar", "homelab", "career"]
>>> Patron.book()

Let's chat! 30 minutes monthly to talk Python, infra, career, whatever.

  • +30-min monthly office hours
  • +All previous tier perks
$100/month@core_contributor
>>> @core_contributor
... def you():
...     return {
...         "logo_on": ["README", "scriptr.dev"],
...         "support": "async",
...         "access": "direct",
...     }

Your logo featured on my README and website. Direct async support via Discord/email.

  • +Logo on README and scriptr.dev
  • +Direct async support
  • +All previous tier perks
$500/monthclass Enterprise(Patron)
>>> class Enterprise(Patron):
...     hours = "2hr/month"
...     services = [
...         "architecture_reviews",
...         "python_consulting",
...         "litestar_priority",
...         "infra_patterns",
...     ]

Dedicated consulting. 2 hours monthly for architecture reviews, Python guidance, and priority support.

  • +2 hours/month dedicated support
  • +Architecture reviews
  • +Python consulting
  • +All previous tier perks
>>> from sponsors import support
>>> support.jacob()
"https://github.com/sponsors/JacobCoffee"

Sponsor data synced from GitHub. Updated periodically via GitHub Actions.