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
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
Requires-Dist: numpy (>=1.18.2)
Requires-Dist: future (>=0.18.2)
Requires-Dist: remote-object (>=0.2.1)
Requires-Dist: seabreeze (>=1.0.1)
Requires-Dist: seatease (>=0.3)

# 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.

