.coveragerc
.flake8
.gitignore
.gitpod.yml
.isort.cfg
.markdownlint.json
.pre-commit-config.yaml
.readthedocs.yml
.shellcheckrc
AUTHORS.md
AUTHORS.rst
CHANGELOG.md
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
LICENSE.txt
README.md
README.rst
_config.yml
environment.yml
mypy.ini
note.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.bak
.github/workflows/jekyll-gh-pages.yml
.github/workflows/multi-platforms.bak
.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/authors.rst
docs/changelog.md
docs/changelog.rst
docs/conf.py
docs/contributing.md
docs/index.md
docs/index.rst
docs/license.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/api/modules.rst
docs/api/netoptim.rst
experiments/plot_node_colormap.ipynb
experiments/plot_node_colormap.py
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/test.txt
src/netoptim/__init__.py
src/netoptim/network_oracle.py
src/netoptim/optscaling_oracle.py
src/netoptim/skeleton.py
src/netoptim.egg-info/PKG-INFO
src/netoptim.egg-info/SOURCES.txt
src/netoptim.egg-info/dependency_links.txt
src/netoptim.egg-info/not-zip-safe
src/netoptim.egg-info/requires.txt
src/netoptim.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_optscaling.py
tests/test_optscaling_raw.py
tests/test_skeleton.py