Metadata-Version: 2.4
Name: dummynet
Version: 9.2.0
Summary: A tool for creating dummy networks using network namespaces.
Author-email: Steinwurf ApS <contact@steinwurf.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/steinwurf/dummynet
Project-URL: Repository, https://github.com/steinwurf/dummynet
Project-URL: Issues, https://github.com/steinwurf/dummynet/issues
Keywords: dummynet,network,namespace
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: psutil==7.0.0
Dynamic: license-file

============
Introduction
============

|PyPi| |Waf Python Tests| |Black| |Pip Install|

.. |PyPi| image:: https://badge.fury.io/py/dummynet.svg
    :target: https://badge.fury.io/py/dummynet

.. |Waf Python Tests| image:: https://github.com/steinwurf/dummynet-python/actions/workflows/python-waf.yml/badge.svg
   :target: https://github.com/steinwurf/dummynet-python/actions/workflows/python-waf.yml

.. |Black| image:: https://github.com/steinwurf/dummynet-python/actions/workflows/black.yml/badge.svg
      :target: https://github.com/steinwurf/dummynet-python/actions/workflows/black.yml

.. |Pip Install| image:: https://github.com/steinwurf/dummynet-python/actions/workflows/pip.yml/badge.svg
      :target: https://github.com/steinwurf/dummynet-python/actions/workflows/pip.yml


DummyNet is a tool for creating local test networks in Python on Linux.

Find documentation for DummyNet here:

https://dummynet.pages.dev/latest/

