.coveragerc
.flake8
.gitignore
.isort.cfg
.markdownlint.yaml
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
LICENSE
LICENSE.txt
README.md
_config.yml
environment.yml
mypy.ini
oryx-build-commands.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.backup
.github/workflows/jekyll-gh-pages.yml
.github/workflows/multi-platforms.yml
.github/workflows/python-app.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/extras.txt
requirements/test.txt
src/netlistx/__init__.py
src/netlistx/cover.py
src/netlistx/graph_algo.py
src/netlistx/netlist.py
src/netlistx/netlist_algo.py
src/netlistx/skeleton.py
src/netlistx.egg-info/PKG-INFO
src/netlistx.egg-info/SOURCES.txt
src/netlistx.egg-info/dependency_links.txt
src/netlistx.egg-info/not-zip-safe
src/netlistx.egg-info/requires.txt
src/netlistx.egg-info/top_level.txt
testcases/drawf.json
testcases/fix.json
testcases/p1.json
tests/conftest.py
tests/test_graph_algo.py
tests/test_inverter.py
tests/test_netlist.py
tests/test_netlist_algo.py
tests/test_networkx.py
tests/test_skeleton.py