.gitignore
Dockerfile
LICENSE
Makefile
README.rst
docker-compose.yml
pyproject.toml
requirements-dev.txt
requirements-tests.txt
setup.cfg
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/conf.py
docs/index.rst
docs/netlist.rst
docs/netlist_readers.rst
docs/figures/Altium_LED-Resistor.svg
docs/figures/Altium_LED-Resistor_netlist.svg
docs/figures/KiCad_LED-Resistor.svg
src/netbom/__init__.py
src/netbom/bom.py
src/netbom/netlist.py
src/netbom.egg-info/PKG-INFO
src/netbom.egg-info/SOURCES.txt
src/netbom.egg-info/dependency_links.txt
src/netbom.egg-info/entry_points.txt
src/netbom.egg-info/requires.txt
src/netbom.egg-info/top_level.txt
src/netbom/bom_readers/__init__.py
src/netbom/bom_readers/altium_bom_reader.py
src/netbom/netlist_readers/__init__.py
src/netbom/netlist_readers/rinf_netlist_reader.py
tests/run_all.py
tests/test_bom.py
tests/test_bom_readers.py
tests/test_netlist.py
tests/test_netlist_readers.py
tests/examples/bom/Altium_LED-Resistor.xlsx
tests/examples/bom/Altium_LT3580-Module.xlsx
tests/examples/netlist/Altium_LED-Resistor.FRP
tests/examples/netlist/Altium_LT3580-Module.FRP
tests/examples/netlist/KiCad_LED-Resistor.frp
tests/examples/projects/Altium_LED-Resistor/Altium_LED-Resistor.PrjPcb
tests/examples/projects/Altium_LED-Resistor/Altium_LED-Resistor.SchDoc
tests/examples/projects/KiCad_LED-Resistor/KiCad_LED-Resistor.kicad_pcb
tests/examples/projects/KiCad_LED-Resistor/KiCad_LED-Resistor.kicad_prl
tests/examples/projects/KiCad_LED-Resistor/KiCad_LED-Resistor.kicad_pro
tests/examples/projects/KiCad_LED-Resistor/KiCad_LED-Resistor.kicad_sch