Metadata-Version: 1.1
Name: netdumplings
Version: 0.2.0
Summary: Tools for building your own computer network visualizations.
Home-page: https://github.com/mjoblin/netdumplings
Author: Mike Joblin
Author-email: mike@tastymoss.com
License: MIT
Download-URL: https://pypi.python.org/pypi/netdumplings
Description: NetDumplings
        ============
        
        NetDumplings helps you build your own computer network visualizations.  It lets
        you sniff your network for interesting packets and display the results in any
        way you please.  What NetDumplings listens for -- and how that information is
        displayed -- is up to you.
        
        NetDumplings requires Python 3.5 or higher.
        
        NetDumplings can be installed with ``pip install netdumplings`` (you may want
        to do that in a `virtual environment`_).
        
        Complete documentation is available on `Read the Docs`_.
        
        For an example of a 3D browser-based network visualization using NetDumplings,
        see `packscape`_.
        
        .. _Read the Docs: https://netdumplings.readthedocs.org/
        .. _scapy-python3: https://github.com/phaethon/scapy
        .. _virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/
        .. _websockets: https://github.com/aaugustin/websockets
        .. _packscape: https://github.com/mjoblin/packscape
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Monitoring
