main-latest (rolling dev build)
Pre-release
Pre-release
Rolling development build
This is an automatic pre-release built from the latest commit on main.
It's overwritten on every push to main, so the URL is stable but the contents change.
Install
# Latest dev build (this release):
pip install --force-reinstall \
https://github.com/Usama01TN/PyFreeRdpNative/releases/download/main-latest/pyfreerdpnative-0.2.0-py3-none-any.whl
# Or grab the sdist:
pip install --force-reinstall \
https://github.com/Usama01TN/PyFreeRdpNative/releases/download/main-latest/pyfreerdpnative-0.2.0.tar.gzYou'll need libfreerdp installed separately - see the README for platform commands.
Caveats
- Not on PyPI. Use the URL above. Real releases land on PyPI when a
v*tag is pushed. - No backwards-compat guarantees. This is unreleased code; APIs may change before the next tagged release.
- No signatures. Tagged releases get Sigstore signatures and SLSA provenance; rolling builds don't.
Recent commits since last release
All commits (no tagged release yet):
f201e80 Update build-freerdp.yml