LICENSE
README.md
pyproject.toml
setup.py
src/stop_idle_sessions/__init__.py
src/stop_idle_sessions/exception.py
src/stop_idle_sessions/getent.py
src/stop_idle_sessions/list_set.py
src/stop_idle_sessions/logind.py
src/stop_idle_sessions/main.py
src/stop_idle_sessions/ps.py
src/stop_idle_sessions/ss.py
src/stop_idle_sessions/tty.py
src/stop_idle_sessions/x11.py
src/stop_idle_sessions.egg-info/PKG-INFO
src/stop_idle_sessions.egg-info/SOURCES.txt
src/stop_idle_sessions.egg-info/dependency_links.txt
src/stop_idle_sessions.egg-info/requires.txt
src/stop_idle_sessions.egg-info/top_level.txt
tests/test_getent.py
tests/test_list_set.py
tests/test_logind.py
tests/test_main.py
tests/test_ps.py
tests/test_scenario1.py
tests/test_scenario2.py
tests/test_scenario3.py
tests/test_ss.py
tests/test_tty.py
tests/test_x11.py