Skip to content
Merged
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
38 changes: 38 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2525,6 +2525,44 @@
}
]
},
{
"name": "watchfiles",
"description": "Simple, modern and high performance file watching and code reload in python.",
"author": "samuelcolvin",
"issues": "https://github.com/samuelcolvin/watchfiles/issues",
"releases": [
{
"base": "https://pypi.org/project/watchfiles",
"asset": "watchfiles-*-cp${py_version}-cp${py_version}-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8", "3.13", "3.14"]
},
{
"base": "https://pypi.org/project/watchfiles",
"asset": "watchfiles-*-cp${py_version}-cp${py_version}-manylinux_*_aarch64.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8", "3.13", "3.14"]
},
{
"base": "https://pypi.org/project/watchfiles",
"asset": "watchfiles-*-cp${py_version}-cp${py_version}-manylinux_*_x86_64.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8", "3.13", "3.14"]
},
{
"base": "https://pypi.org/project/watchfiles",
"asset": "watchfiles-*-cp${py_version}-cp${py_version}-macosx_*_arm64.whl",
"platforms": ["osx-arm64"],
"python_versions": ["3.8", "3.13", "3.14"]
},
{
"base": "https://pypi.org/project/watchfiles",
"asset": "watchfiles-*-cp${py_version}-cp${py_version}-macosx_*_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.8", "3.13", "3.14"]
}
]
},
{
"name": "wcmatch",
"description": "Python wcmatch module which provides enhanced file globbing and matching",
Expand Down