Metadata-Version: 2.1
Name: joulescope-server
Version: 0.1.4
Summary: Joulescope™ server
Home-page: https://joulescope.readthedocs.io
Author: Jetperch LLC
Author-email: joulescope-dev@jetperch.com
License: Apache 2.0
Project-URL: Bug Reports, https://github.com/jetperch/pyjoulescope_server/issues
Project-URL: Funding, https://www.joulescope.com
Project-URL: Twitter, https://twitter.com/joulescope
Project-URL: Source, https://github.com/jetperch/pyjoulescope_server/
Keywords: joulescope server
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt


# Joulescope Server

Welcome to the pyjoulescope_server package!  This package enables Joulescopes
and [pyjoulescope](https://github.com/jetperch/pyjoulescope) to communicate 
over a network and interface with other programming languages using sockets.


## Quick start

Install Python for your platform.  See the 
[installation instructions](https://joulescope.readthedocs.io/en/latest/user/install.html)
for pyjoulescope for details.  Then:

    pip3 install -U joulescope_server

You should then be able to run the server:

    joulescope_server
    
If you would prefer to run directly from the clone git repo:

    python3 -m joulescope_server

To demonstrate the server, you can run the example client from
another terminal:

    python3 -m joulescope_server client


## License

All pyjoulescope_server code is released under the permissive Apache 2.0 license.
See the [License File](LICENSE.txt) for details.
