Open source, from the ground up
PythonWD is built in the open and released under the MIT License. Everyone can read the code, run their own mirror, and contribute back.
Why we built PythonWD
Windows-based Python teams kept re-building the same three things: an internal package mirror, a telemetry pipeline for their applications, and a pile of scripts to make dependency resolution behave on Windows. PythonWD packages all of it into one SDK and distribution platform so teams can spend their time shipping software instead of maintaining infrastructure.
The project started as an internal tool for platform engineering teams working in regulated, often air-gapped, Windows environments — and grew into a general-purpose PyPI-compatible mirror and telemetry service used by thousands of organizations today.
import pythonwd
print(pythonwd.__version__) # "3.14.3"
print(pythonwd.__license__) # "MIT"
print(pythonwd.__source__) # "https://github.com/pythonwd"
MIT Licensed
PythonWD's SDK and CLI are free to use, modify, and redistribute under the MIT License.
Contributors
PythonWD is maintained by a small core team and a growing group of community contributors.