Metadata-Version: 2.1
Name: PySocketLib
Version: 0.2.2
Summary: Library to simplify working with socket
Author-email: Samsonov Igor <ig.samsonov10@yandex.ru>
Project-URL: Homepage, https://github.com/Minuta18/PySocketLib
Project-URL: Bug Tracker, https://github.com/Minuta18/PySocketLib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PySocketLib

PySocketLib is a Python library to simplify working with sockets.

## Features

- TCP servers
- TCP clients
- IPv4 and IPv6 support

## Ideas and Issues

Please, write your feedback, ideas or issues [there](https://github.com/Minuta18/PySocketLib/issues). Or, go to the "Issues" tab in github.

## Documentation

Documentation is available at "Wiki" tab in github. Or go [there](https://github.com/Minuta18/PySocketLib/wiki)
