azcam-imageserver


Nameazcam-imageserver JSON
Version 22.4.1 PyPI version JSON
download
home_pageNone
SummaryAzcam application to create a remote image server which receives images from azcamserver
upload_time2022-12-03 16:59:22
maintainerNone
docs_urlNone
authorMichael Lesser
requires_pythonNone
licenseNone
keywords ccd imaging astronomy sensors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # azcam-imageserver

*azcam-imageserver* is an *azcam* application which creates a process to receive an image from a remote system running azcam.

## Installation

`pip install azcam-imageserver`

Or download from github: https://github.com/mplesser/azcam-imageserver.git.


## Usage Examples

Command line options are:

- -port *portnumber* (default 6543): set socket port for listening
- -b: set beep ON when an image is received
- -v: set verbose mode ON
- -g: set guide mode ON

```
azcamimageserver
or
azcamimageserver -l 1234 -b -v -g
or
python -m imageserver -l 1234 -b -v
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "azcam-imageserver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ccd,imaging,astronomy,sensors",
    "author": "Michael Lesser",
    "author_email": "mlesser@arizona.edu",
    "download_url": "https://files.pythonhosted.org/packages/69/bd/3de234d1d0eb6976718e6d7bb7771ab58fd6c2cf586bc77a22a071c84d49/azcam-imageserver-22.4.1.tar.gz",
    "platform": null,
    "description": "# azcam-imageserver\n\n*azcam-imageserver* is an *azcam* application which creates a process to receive an image from a remote system running azcam.\n\n## Installation\n\n`pip install azcam-imageserver`\n\nOr download from github: https://github.com/mplesser/azcam-imageserver.git.\n\n\n## Usage Examples\n\nCommand line options are:\n\n- -port *portnumber* (default 6543): set socket port for listening\n- -b: set beep ON when an image is received\n- -v: set verbose mode ON\n- -g: set guide mode ON\n\n```\nazcamimageserver\nor\nazcamimageserver -l 1234 -b -v -g\nor\npython -m imageserver -l 1234 -b -v\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Azcam application to create a remote image server which receives images from azcamserver",
    "version": "22.4.1",
    "split_keywords": [
        "ccd",
        "imaging",
        "astronomy",
        "sensors"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "md5": "441d3ff99a5bf023b6c3e92065b1624f",
                "sha256": "9e1c78e3c4b776dedec96dc02fcceb6d176149340775c2ffc2eda7b2889c48a2"
            },
            "downloads": -1,
            "filename": "azcam_imageserver-22.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "441d3ff99a5bf023b6c3e92065b1624f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5975,
            "upload_time": "2022-12-03T16:59:20",
            "upload_time_iso_8601": "2022-12-03T16:59:20.418997Z",
            "url": "https://files.pythonhosted.org/packages/50/e6/d2d7966b440b514c4e435be29c7199e23b8e6d40f9c5b57ede2dea42ff95/azcam_imageserver-22.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "md5": "62bbe73153e56c79c4ceff558c966eae",
                "sha256": "d2d6b98a3ce3ac002b50a232c19c06ae02d8e7263c526a6c3895fc00633e8f4c"
            },
            "downloads": -1,
            "filename": "azcam-imageserver-22.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62bbe73153e56c79c4ceff558c966eae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6186,
            "upload_time": "2022-12-03T16:59:22",
            "upload_time_iso_8601": "2022-12-03T16:59:22.401249Z",
            "url": "https://files.pythonhosted.org/packages/69/bd/3de234d1d0eb6976718e6d7bb7771ab58fd6c2cf586bc77a22a071c84d49/azcam-imageserver-22.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-03 16:59:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "azcam-imageserver"
}
        
Elapsed time: 0.01594s