Metadata-Version: 2.1
Name: debugsockets
Version: 0.2
Summary: Advanced python sockets
Home-page: https://github.com/jinjamator/debugsockets
Author: Wilhelm Putz
Author-email: jinjamator@aci.guru
License: ASL V2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

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


Debugsockets is a enhancement for python sockets which adds  ICMP error handling and some neat logging/debugging capabilities

Features
-----------------

Debugsockets currently has following features:
    * advanced logging
    * automatic icmp errorhandling
    * traceroute capability


Installation
------------

Install debugsockets by running:

    pip3 install debugsockets

Contribute
----------

- Issue Tracker: https://github.com/jinjamator/debugsockets/issues
- Source Code: https://github.com/jinjamator/debugsockets

Roadmap
-----------------

Selected roadmap items:
    * create documentation ;)

For documentation please refer to https://debugsockets.readthedocs.io/en/latest/

License
-----------------

This project is licensed under the Apache License Version 2.0

