Metadata-Version: 2.1
Name: lightstreamer-client
Version: 0.1
Summary: Lightstreamer Python client
Home-page: https://github.com/wjszlachta/lightstreamer-client
Author: Wojciech Szlachta
Author-email: wojciech@szlachta.net
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/wjszlachta/lightstreamer-client/issues
Project-URL: Source, https://github.com/wjszlachta/lightstreamer-client
Description: # Lightstreamer Python client
        
        [Lightstreamer](https://lightstreamer.com/) Python client adapted from [Lightstreamer-example-StockList-client-python](https://github.com/Lightstreamer/Lightstreamer-example-StockList-client-python).
        
        ## Installation
        
        To use most recent release:
        
        ```bash
        pip install lightstreamer-client
        ```
        
        To use current master branch:
        
        ```bash
        pip install git+https://github.com/wjszlachta/lightstreamer-client.git
        ```
        
Keywords: lightstreamer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
