-
PyServeX v0.7.1
StableAll checks were successfulCI/CD Pipeline / lint (push) Successful in 0sCI/CD Pipeline / test (push) Has been skippedCI/CD Pipeline / build-and-release (push) Has been skippedCI/CD Pipeline / notify (push) Successful in 0sLint Code / lint (push) Successful in 42sBuild and Release / build (push) Successful in 31sBuild and Release / release (push) Successful in 5sRun Tests / test (3.12) (push) Successful in 1m0sRun Tests / test (3.13) (push) Successful in 59sreleased this
2025-12-03 08:49:32 +00:00 | 18 commits to main since this releaseWhat's new in this version
Bug Fixes
- Fixed index file search if path in config IS directory on host
# If path is a directory, look for index file if file_path.is_dir(): index_file = config.get("index_file", "index.html") file_path = file_path / index_file
Full Changelog: https://gitea.example.com/Shifty/pyserveX/compare/v0.5.0...v0.7.1
Installation
pip install pyserve==v0.7.1Usage
pyserve --helpDownloads