Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
and makes no outbound calls.

### Changed
- **The maintainer's home is now [2plot.dev](https://2plot.dev).** Every link
that pointed at the retired `pip-install-python.com` domain — in the README,
the sidebar, the site's structured data and the cross-host directory — now
points at 2plot.dev, and the README opens with the 2plot banner.
- **Fresher, safer dependencies.** The AI/SEO layer (`dash-improve-my-llms`) now
installs from PyPI at ≥ 2.3.4 instead of a vendored 2.0.0 snapshot; the
`gunicorn` web server is floored at ≥ 23 (clearing two request-smuggling
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div align="center">

<img src="https://cdn.2plot.ai/github_assets/light_mode_2plot.png" alt="2plot" width="360">

# dash-mui-scheduler — MUI X scheduling for Dash

**Event calendar, resource timeline & radial chart components for [Plotly Dash](https://dash.plotly.com), wrapping the [MUI X Scheduler](https://mui.com/x/react-scheduler/).**
Expand Down Expand Up @@ -28,7 +30,7 @@ Drag & drop scheduling · recurrence · resources · timezones · automatic dark

<br/>

_Maintained by **[Pip Install Python LLC](https://pip-install-python.com)**._
_Maintained by **[Pip Install Python LLC](https://2plot.dev)**._

</div>

Expand Down Expand Up @@ -98,8 +100,8 @@ Full documentation, with a **live, editable demo and source for every example**:

### 📚 **[muischeduler.2plot.dev](https://muischeduler.2plot.dev)**

Part of the open-source documentation index maintained by Pip Install Python LLC at
[pip-install-python.com](https://pip-install-python.com).
Part of the open-source component index maintained by Pip Install Python LLC at
[2plot.dev](https://2plot.dev).

You can also run the docs site locally — it is a markdown-driven Dash app served by `run.py`:

Expand Down Expand Up @@ -271,7 +273,7 @@ dash-mui-scheduler is one of several tools built and maintained by **Pip Install

| Project | What it is |
|-------------------------------------------------------------|-----------------------------------------------------------------|
| 📚 **[Pip Install Python](https://pip-install-python.com)** | Open-source documentation index for the Python & Dash ecosystem |
| 📚 **[2plot.dev](https://2plot.dev)** | Open-source component index for the Python & Dash ecosystem — every library in the network |
| 🔀 **[PiratesBargain.com](https://piratesbargain.com)** | E-commerce / digital Commerce |
| 🧠 **[ai-agent.buzz](https://ai-agent.buzz)** | Infinite AI canvas |
| 🎬 **[2plot.media](https://2plot.media)** | Videography application |
Expand All @@ -281,4 +283,4 @@ dash-mui-scheduler is one of several tools built and maintained by **Pip Install
MIT — see [LICENSE](LICENSE) for the Dash wrapper code in this package. The wrapped
`@mui/x-scheduler` (Community) is MIT; `@mui/x-scheduler-premium` and `@mui/x-charts-premium`
require a commercial MUI X Premium license to use without a watermark. Built by
**[Pip Install Python LLC](https://pip-install-python.com)**. to bridge mui components into the dash framework.
**[Pip Install Python LLC](https://2plot.dev)** to bridge MUI components into the Dash framework.
4 changes: 2 additions & 2 deletions components/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def create_content(data):
),
create_nav_link(
"solar:box-bold-duotone",
"Pip Components",
"https://pip-install-python.com/",
"2plot.dev",
"https://2plot.dev/",
external=True
),
]
Expand Down
8 changes: 3 additions & 5 deletions lib/network_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@
# NXDOMAIN as of 2026-07-31 — see the note above.
]

# DIVERGENCE FROM the upstream copy (2026-08-02, owner decision): the
# pip-install-python.com entry is dropped — that domain is retired in favor of
# 2plot.dev, which is already listed in PEERS above. Fix upstream when touched.
AFFILIATED: List[Dict[str, str]] = [
{
"name": "Pip Install Python",
"url": "https://pip-install-python.com",
"description": "The original component documentation site.",
},
{
"name": "Pirate's Bargain",
"url": "https://piratesbargain.com",
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@type": "Organization",
"@id": "__BASE_URL__/#publisher",
"name": "Pip Install Python LLC",
"url": "https://pip-install-python.com"
"url": "https://2plot.dev"
},
{
"@type": "SoftwareSourceCode",
Expand Down
Loading