Metadata-Version: 2.1
Name: sktclcli_minbin
Version: 0.1.0
Summary: A client in Python to connect to socket cluster server
Home-page: https://github.com/daominah/sktclcli_minbin
Author: daominah
Author-email: tung.dao@techx.vn
License: UNKNOWN
Description: # Socket cluster client with [CodecMinBin](https://github.com/SocketCluster/sc-codec-min-bin)
        A client in Python to connect to [socket cluster server](https://github.com/SocketCluster/socketcluster).  
        Forked from [sacOO7/socketcluster-client-python](https://github.com/sacOO7/socketcluster-client-python).
        
        ### Install the package
        `pip install sktclcli_minbin`
        
        ### Changes
        * Apply codec [MinBin](https://github.com/SocketCluster/sc-codec-min-bin). I hate this codec.
        * Add requirements.txt
        
        ### Usage
        Example for publishing and subscribing data in `main_test.py`
        
        ### Commands for devs
        * Ubuntu common python packages:  
        ````apt install -qy python3-dev python3-distutils python3-pip python3-setuptools python3-venv````
        * `venv/bin/activate`  
        * `python -m pip freeze --local > requirements.txt`
        * Packaging tools:  
        ````sudo python3 -m pip install --upgrade setuptools wheel twine````  
        * Create built distribution:  
        ````python setup.py sdist bdist_wheel````  
        * Upload the distribution:  
        ````python3 -m twine upload --repository pypi````
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
