.gitignore
.readthedocs.yaml
CHANGELOG.md
CODEOWNERS
LICENSE
MANIFEST.in
Makefile
README.rst
cli_tcdel.py
cli_tcset.py
cli_tcshow.py
pyproject.toml
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build_and_release.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/stale.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/make_readme.py
docs/gif/tcset_example.gif
docs/pages/CHANGELOG.md
docs/pages/changelog_ref.rst
docs/pages/genindex.rst
docs/pages/links.rst
docs/pages/sponsors.rst
docs/pages/troubleshooting.rst
docs/pages/introduction/badges.txt
docs/pages/introduction/feature.txt
docs/pages/introduction/index.rst
docs/pages/introduction/installation.rst
docs/pages/introduction/summary.txt
docs/pages/usage/backup_and_restore.rst
docs/pages/usage/execute_not_super_user.rst
docs/pages/usage/index.rst
docs/pages/usage/tcdel/advanced_usage.rst
docs/pages/usage/tcdel/header.rst
docs/pages/usage/tcdel/index.rst
docs/pages/usage/tcdel/tcdel_help.rst
docs/pages/usage/tcdel/tcdel_help_output.txt
docs/pages/usage/tcdel/usage.rst
docs/pages/usage/tcset/advanced_usage.rst
docs/pages/usage/tcset/basic_usage.rst
docs/pages/usage/tcset/description.txt
docs/pages/usage/tcset/docker_usage.rst
docs/pages/usage/tcset/header.rst
docs/pages/usage/tcset/index.rst
docs/pages/usage/tcset/tcset_help.rst
docs/pages/usage/tcset/tcset_help_output.txt
docs/pages/usage/tcshow/header.rst
docs/pages/usage/tcshow/index.rst
docs/pages/usage/tcshow/tcshow_help.rst
docs/pages/usage/tcshow/tcshow_help_output.txt
docs/pages/usage/tcshow/usage.rst
info/release_latest.json
requirements/docs_requirements.txt
requirements/requirements.txt
requirements/test_requirements.txt
scripts/build_deb_package.sh
scripts/build_wheel_package.sh
scripts/installer.sh
tcconfig/__init__.py
tcconfig/__version__.py
tcconfig/_argparse_wrapper.py
tcconfig/_capabilities.py
tcconfig/_common.py
tcconfig/_const.py
tcconfig/_docker.py
tcconfig/_error.py
tcconfig/_importer.py
tcconfig/_iptables.py
tcconfig/_logger.py
tcconfig/_main.py
tcconfig/_netem_param.py
tcconfig/_network.py
tcconfig/_shaping_rule_finder.py
tcconfig/_split_line_list.py
tcconfig/_tc_command_helper.py
tcconfig/_tc_script.py
tcconfig/tcdel.py
tcconfig/tcset.py
tcconfig/tcshow.py
tcconfig/traffic_control.py
tcconfig.egg-info/PKG-INFO
tcconfig.egg-info/SOURCES.txt
tcconfig.egg-info/dependency_links.txt
tcconfig.egg-info/entry_points.txt
tcconfig.egg-info/requires.txt
tcconfig.egg-info/top_level.txt
tcconfig/parser/__init__.py
tcconfig/parser/_class.py
tcconfig/parser/_filter.py
tcconfig/parser/_interface.py
tcconfig/parser/_model.py
tcconfig/parser/_qdisc.py
tcconfig/parser/shaping_rule.py
tcconfig/shaper/__init__.py
tcconfig/shaper/_interface.py
tcconfig/shaper/htb.py
tcconfig/shaper/tbf.py
test/__init__.py
test/common.py
test/conftest.py
test/test_import_config.py
test/test_iptables.py
test/test_netem_param.py
test/test_network.py
test/test_parser.py
test/test_split_line_list.py
test/test_tc_command_helper.py
test/test_tcconfig.py
test/test_tcdel.py
test/test_tcset_change.py
test/test_tcset_dst_one.py
test/test_tcset_dst_two.py
test/test_tcset_iface_speed.py
test/test_tcset_src_one.py
test/test_tcshow.py
test/test_traffic_control.py
test/parser/__init__.py
test/parser/test_shaping_rule.py