Metadata-Version: 2.1
Name: seabreeze-server
Version: 0.1
Summary: A software emulator for the `python-seabreeze` package
Home-page: https://github.com/jonathanvanschenck/python-seabreeze-server
Author: Jonathan D B Van Schenck
Author-email: vanschej@oregonstate.edu
License: UNKNOWN
Description: # Seabreeze-TCP-Server
        A python TCPServer which allows a OceanOptics Spectrometer to be connected to 
        over a network
        
        
        
        # SeaBreeze Setup
        Installing `seabreeze` can take some trial an error, especially on linux,
        make sure that after `pip` installing (or `conda` installing, whatever, 
        you do you) you are also run the os setup script:
        ```bash
         $ pip install seabreeze
         $ seabreeze_os_setup
        ```
        If you are still having trouble, check out the main `seabreeze` documentation.
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
