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/Lib/site-packages/_black_version.py
env/Lib/site-packages/_virtualenv.py
env/Lib/site-packages/appdirs.py
env/Lib/site-packages/easy_install.py
env/Lib/site-packages/mccabe.py
env/Lib/site-packages/mypy_extensions.py
env/Lib/site-packages/pefile.py
env/Lib/site-packages/peutils.py
env/Lib/site-packages/pyparsing.py
env/Lib/site-packages/six.py
env/Lib/site-packages/typing_extensions.py
env/Scripts/activate_this.py
env/Scripts/fetchcord-script.py
env/Scripts/rst2html.py
env/Scripts/rst2html4.py
env/Scripts/rst2html5.py
env/Scripts/rst2latex.py
env/Scripts/rst2man.py
env/Scripts/rst2odt.py
env/Scripts/rst2odt_prepstyles.py
env/Scripts/rst2pseudoxml.py
env/Scripts/rst2s5.py
env/Scripts/rst2xetex.py
env/Scripts/rst2xml.py
env/Scripts/rstpep2html.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/config_schema.json
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/computer/mobo/__init__.py
fetch_cord/computer/mobo/get_mobo.py
fetch_cord/resources/__init__.py
fetch_cord/resources/default.conf
fetch_cord/resources/fetch_cord.conf
fetch_cord/resources/fetchcord_ids.json
fetch_cord/resources/systemd_service.py
tests/test_fetch_cord_computer.py