Metadata-Version: 2.1
Name: PySocketLib
Version: 0.3.1
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 free and open-source cross-platform library to simplify working with sockets. Windows, MacOS and Linux are supported. Installation:

```bash
pip install PySocketLib
```

## Features

- TCP, UDP
- IPv4 and IPv6 support

## Resources

Github of the project - [https://github.com/Minuta18/PySocketLib](https://github.com/Minuta18/PySocketLib)
Please, write your feedback, ideas or issues [there](https://github.com/Minuta18/PySocketLib/issues) ("Issues" tab in github)
Documentation is available at [https://github.com/Minuta18/PySocketLib/wiki](https://github.com/Minuta18/PySocketLib/wiki)
