.gitignore
.python-version
LICENSE
README.md
pyproject.toml
tox.ini
uv.lock
.idea/.gitignore
.idea/PyService.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/watcherTasks.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/runConfigurations/Demo.xml
.idea/runConfigurations/Demo_gen_batch.xml
.idea/runConfigurations/build_demo.xml
.idea/runConfigurations/build_pkg.xml
.idea/runConfigurations/install_deps.xml
.idea/runConfigurations/test_pyservice_py.xml
.idea/runConfigurations/tests.xml
src/Demo.py
src/build_demo.bat
src/pyWinService/__init__.py
src/pyWinService.egg-info/PKG-INFO
src/pyWinService.egg-info/SOURCES.txt
src/pyWinService.egg-info/dependency_links.txt
src/pyWinService.egg-info/requires.txt
src/pyWinService.egg-info/top_level.txt
test/conftest.py
test/test_pyservice.py