joulescope-server


Namejoulescope-server JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://joulescope.readthedocs.io
SummaryJoulescopeā„¢ server
upload_time2022-12-09 14:53:23
maintainer
docs_urlNone
authorJetperch LLC
requires_python~=3.8
licenseApache 2.0
keywords joulescope server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://joulescope.readthedocs.io",
    "name": "joulescope-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "joulescope server",
    "author": "Jetperch LLC",
    "author_email": "joulescope-dev@jetperch.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/63/11a626684e76a496d6a7a50511c7b3d9d48482ec9a15ee886b15e1c6d8d5/joulescope_server-0.1.5.tar.gz",
    "platform": null,
    "description": "\r\n# Joulescope Server\r\n\r\nWelcome to the pyjoulescope_server package!  This package enables Joulescopes\r\nand [pyjoulescope](https://github.com/jetperch/pyjoulescope) to communicate \r\nover a network and interface with other programming languages using sockets.\r\n\r\n\r\n## Quick start\r\n\r\nInstall Python for your platform.  See the \r\n[installation instructions](https://joulescope.readthedocs.io/en/latest/user/install.html)\r\nfor pyjoulescope for details.  Then:\r\n\r\n    pip3 install -U joulescope_server\r\n\r\nYou should then be able to run the server:\r\n\r\n    joulescope_server\r\n    \r\nIf you would prefer to run directly from the clone git repo:\r\n\r\n    python3 -m joulescope_server\r\n\r\nTo demonstrate the server, you can run the example client from\r\nanother terminal:\r\n\r\n    python3 -m joulescope_server client\r\n\r\n\r\n## License\r\n\r\nAll pyjoulescope_server code is released under the permissive Apache 2.0 license.\r\nSee the [License File](LICENSE.txt) for details.\r\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Joulescope\u2122 server",
    "version": "0.1.5",
    "split_keywords": [
        "joulescope",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "bfa3135f3d6f12f1c1727e06827f15cf",
                "sha256": "0cbb034d5f00980c0a26a02483ff7738e2f0bc8b96b3ed7bab8a0606e61d310e"
            },
            "downloads": -1,
            "filename": "joulescope_server-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "bfa3135f3d6f12f1c1727e06827f15cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 14132,
            "upload_time": "2022-12-09T14:53:23",
            "upload_time_iso_8601": "2022-12-09T14:53:23.109820Z",
            "url": "https://files.pythonhosted.org/packages/ac/63/11a626684e76a496d6a7a50511c7b3d9d48482ec9a15ee886b15e1c6d8d5/joulescope_server-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-09 14:53:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "joulescope-server"
}
        
Elapsed time: 0.01775s