You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Python Backport Developers™ — An organization dedicated to backporting Python's newest features and libraries to older Python versions.">
6
+
<metaname="description" content="An organization for backporting Python's new features">
<pclass="section-desc">Libraries that reimplement or backport features of modern CPython.</p>
585
583
</div>
586
584
<divclass="projects-grid">
587
-
<ahref="https://github.com/pythonbackport/profiling" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>profiling</span></div></div><divclass="project-desc">Deterministic tracing profiler and a low-overhead statistical sampling profiler named Tachyon, backported from CPython 3.15 to 3.14. Exports flame graphs, pstats, Gecko profiles, JSONL and more.</div><divclass="project-meta"><span>★ 12</span><span>python · profiling · sampling</span><span>MIT</span></div></a>
588
-
<ahref="https://github.com/pythonbackport/frozendict" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>frozendict</span></div></div><divclass="project-desc">A fully hashable, immutable mapping type — the frozendict proposed for the standard library, available today on every supported Python version.</div><divclass="project-meta"><span>★ 7</span><span>python · immutable · hashable</span><span>MIT</span></div></a>
589
-
<ahref="https://github.com/pythonbackport/lazyimports" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>lazyimports</span></div><spanclass="project-tag">PEP-690</span></div><divclass="project-desc">Implementation of PEP 690 — Lazy Imports. Defer module imports until first use to slash startup time and memory footprint of large applications.</div><divclass="project-meta"><span>★ 4</span><span>python · pep-690 · lazy-import</span><span>MIT</span></div></a>
590
-
<ahref="https://github.com/pythonbackport/sentinel" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>sentinel</span></div><spanclass="project-tag">PEP-769</span></div><divclass="project-desc">Backport of PEP 769 — a standardized sentinel object for default arguments. Replace None, object() and bespoke sentinels with a clean, well-typed API.</div><divclass="project-meta"><span>★ 2</span><span>python · pep-769 · typing</span><span>MIT</span></div></a>
585
+
<ahref="https://github.com/pythonbackport/python-profiling" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>python-profiling</span></div></div><divclass="project-desc">Backport from python 3.15's new library 'profiling'</div><divclass="project-meta"><span>★ 1</span><span>profiling · python · python-profiling</span><span>NOASSERTION</span></div></a>
<pclass="section-desc">Discussion hubs, RFCs and meta-repositories for the org.</p>
597
+
<pclass="section-desc">Discussion hubs and meta-repositories for the org.</p>
600
598
</div>
601
599
<divclass="projects-grid">
602
-
<ahref="https://github.com/pythonbackport/community" target="_blank" rel="noopener" class="project-card reveal"><divclass="project-head"><divclass="project-title"><span>community</span></div></div><divclass="project-desc">The home of public discussions, Q&A, roadmaps and proposals for the pythonbackport organization.</div><divclass="project-meta"><span>★ 1</span><span>discussions · community · forum</span><span>MIT</span></div></a>
Copy file name to clipboardExpand all lines: site.json
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
{
2
2
"org": "pythonbackport",
3
3
"site": {
4
-
"title": "Python Backport Developers",
5
-
"tagline": "Bringing tomorrow's Python to yesterday's interpreters.",
4
+
"title": "Python Backport Developers™",
5
+
"tagline": "An organization for backporting Python's new features",
6
6
"intro": "We are Python Backport Developers — an open-source organization dedicated to backporting the newest features, libraries and tooling of CPython into older Python versions."
7
7
},
8
8
"display": {
9
9
"show_archived": false,
10
10
"show_forks": false,
11
-
"exclude_repos": ["pb-website", "Entity521"],
11
+
"exclude_repos": ["website", ".github"],
12
12
"max_description_chars": 220,
13
13
"max_topics_per_card": 3
14
14
},
@@ -17,16 +17,17 @@
17
17
"title": "Core backports",
18
18
"description": "Libraries that reimplement or backport features of modern CPython.",
<metaname="description" content="Python Backport Developers™ — An organization dedicated to backporting Python's newest features and libraries to older Python versions.">
0 commit comments