MANIFEST.in
README.md
setup.py
FetchCord.egg-info/PKG-INFO
FetchCord.egg-info/SOURCES.txt
FetchCord.egg-info/dependency_links.txt
FetchCord.egg-info/entry_points.txt
FetchCord.egg-info/requires.txt
FetchCord.egg-info/top_level.txt
env/bin/activate_this.py
fetch_cord/Cycle.py
fetch_cord/Logger.py
fetch_cord/__init__.py
fetch_cord/__main__.py
fetch_cord/args.py
fetch_cord/config.py
fetch_cord/cycles.py
fetch_cord/debugger.py
fetch_cord/run_command.py
fetch_cord/run_rpc.py
fetch_cord/update.py
fetch_cord/computer/Computer.py
fetch_cord/computer/Peripheral_interface.py
fetch_cord/computer/__init__.py
fetch_cord/computer/flatpak.py
fetch_cord/computer/resources.py
fetch_cord/computer/cpu/Cpu_amd.py
fetch_cord/computer/cpu/Cpu_intel.py
fetch_cord/computer/cpu/Cpu_interface.py
fetch_cord/computer/cpu/__init__.py
fetch_cord/computer/cpu/get_cpu.py
fetch_cord/computer/gpu/Gpu_amd.py
fetch_cord/computer/gpu/Gpu_intel.py
fetch_cord/computer/gpu/Gpu_interface.py
fetch_cord/computer/gpu/Gpu_nvidia.py
fetch_cord/computer/gpu/__init__.py
fetch_cord/computer/gpu/get_gpu.py
fetch_cord/resources/__init__.py
fetch_cord/resources/systemd_service.py
tests/test_fetch_cord_computer.py