Metadata-Version: 2.1
Name: swbs
Version: 1.2.5
Summary: Socket wrapper for sending and receiving byte strings.
Home-page: https://github.com/perpetualCreations/swbs/
Author: perpetualCreations
Author-email: tchen0584@gmail.com
License: UNKNOWN
Description: # Socket Wrapper for Byte Strings
        [![forthebadge](https://forthebadge.com/images/badges/contains-technical-debt.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
        
        "A straight-forward wrapper for sending and receiving byte strings with sockets."
        
        (Probably) thread safe, allowing for juggling of multiple clients with one server socket instance through threading.
        
        ## Documentation
        To see documentation regarding installation and usage, please visit [https://dreamerslegacy.xyz/projects/swbs/docs/index.html](https://dreamerslegacy.xyz/projects/swbs/docs/index.html).
        
        ## Releases & Dist.
        With the released wheel file, after downloading:
        ```commandline
        pip3 install /path/to/wheel/file/here/swbs-1.2.4-py3-none-any.whl
        ```
        ...Or available on PyPI through:
        ```commandline
        pip3 install swbs
        ```
        Please see documentation for more information.
        
        ## For Versions < 1.2
        Versions below 1.2 are deprecated and no longer supported. The documentation is no longer available, unless produced from a previous VCS commit. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
