$ 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

litestar-org/litestar
core maintainer · 7.9k stars
pypi/warehouse
maintainer · 3.9k stars
python/pythondotorg
maintainer · 1.6k stars
python/cpython
triager · 71k stars

litestar-org/advanced-alchemy
core maintainer · 715 stars

litestar-org/polyfactory
core maintainer · 1.4k stars
JacobCoffee/debug-toolbar
creator · 5 stars
JacobCoffee/litestar-flags
creator · 3 stars
JacobCoffee/pytest-routes
creator · 2 stars
JacobCoffee/bunenv
creator · 1 stars
JacobCoffee/litestar-oauth
creator · 1 stars
JacobCoffee/litestar-template
creator · 8 stars
JacobCoffee/litestar-workflows
creator · 3 stars
JacobCoffee/litestar-storages
creator · 0 stars
JacobCoffee/byte
creator · 6 stars
# ~/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"