Name | firefly-client JSON |
Version |
3.2.0
JSON |
| download |
home_page | None |
Summary | Python API for Firefly: display astronomical data as tables, images, charts, and more! |
upload_time | 2024-12-19 23:13:48 |
maintainer | None |
docs_url | None |
author | IPAC LSST SUIT |
requires_python | >=3.8 |
license | Copyright © <2014>, California Institute of Technology, developed for the Spitzer Science Center and the NASA/IPAC Infrared Science Archive (IRSA) with support from NASA, and for Large Synoptic Survey Telescope (LSST) with support from NSF. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the California Institute of Technology (Caltech) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
jupyter
firefly
caltech
ipac
astronomy
visualization
images
charts
tables
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# firefly_client
Python API for Firefly, IPAC's Advanced Astronomy Web UI Framework
## Usage
The client must be connected to a Firefly server. The Firefly
repository is located at http://github.com/Caltech-IPAC/firefly.
Standalone Firefly servers may be obtained from
[this Dockerhub repository](https://hub.docker.com/r/ipac/firefly/).
For detailed explanation on the usage, see [the online documentation](https://caltech-ipac.github.io/firefly_client). Following is a very simple example:
```
from firefly_client import FireflyClient
fc = FireflyClient.make_client() # can also explictly pass url of a firefly server; default is http://localhost:8080/firefly
```
A FITS image may be uploaded and displayed:
```
fval = fc.upload_file('image.fits')
fc.show_fits(fval, 'myimage')
```
For more examples, check notebooks & python files in the [examples](examples/) and [test](test/) directories.
Raw data
{
"_id": null,
"home_page": null,
"name": "firefly-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "jupyter, firefly, caltech, ipac, astronomy, visualization, images, charts, tables",
"author": "IPAC LSST SUIT",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/bd/19/909b6f46283af6114a23e3120ef33e86f2a50b07d88d6ed173c8008f9e95/firefly_client-3.2.0.tar.gz",
"platform": null,
"description": "# firefly_client\n\nPython API for Firefly, IPAC's Advanced Astronomy Web UI Framework\n\n## Usage\n\nThe client must be connected to a Firefly server. The Firefly\nrepository is located at http://github.com/Caltech-IPAC/firefly.\nStandalone Firefly servers may be obtained from\n[this Dockerhub repository](https://hub.docker.com/r/ipac/firefly/).\n\nFor detailed explanation on the usage, see [the online documentation](https://caltech-ipac.github.io/firefly_client). Following is a very simple example:\n\n```\nfrom firefly_client import FireflyClient\nfc = FireflyClient.make_client() # can also explictly pass url of a firefly server; default is http://localhost:8080/firefly\n```\n\nA FITS image may be uploaded and displayed:\n\n```\nfval = fc.upload_file('image.fits')\nfc.show_fits(fval, 'myimage')\n```\n\nFor more examples, check notebooks & python files in the [examples](examples/) and [test](test/) directories.\n",
"bugtrack_url": null,
"license": "Copyright \u00a9 <2014>, California Institute of Technology, developed for the Spitzer Science Center and the NASA/IPAC Infrared Science Archive (IRSA) with support from NASA, and for Large Synoptic Survey Telescope (LSST) with support from NSF. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the California Institute of Technology (Caltech) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "Python API for Firefly: display astronomical data as tables, images, charts, and more!",
"version": "3.2.0",
"project_urls": {
"Documentation": "https://caltech-ipac.github.io/firefly_client",
"Homepage": "https://github.com/Caltech-IPAC/firefly_client",
"Repository": "http://github.com/Caltech-IPAC/firefly_client.git"
},
"split_keywords": [
"jupyter",
" firefly",
" caltech",
" ipac",
" astronomy",
" visualization",
" images",
" charts",
" tables"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31f2856630cf7a4aeeb5c224939d6d864c3efad53ea697742817b4c4a5903fd9",
"md5": "c264efee11c58d40c256e097cdb336e9",
"sha256": "85db307014b7f4b6fb5072e8fe91b578688fb3c3c7239c68c83038ccd9da3b31"
},
"downloads": -1,
"filename": "firefly_client-3.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c264efee11c58d40c256e097cdb336e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 32277,
"upload_time": "2024-12-19T23:13:45",
"upload_time_iso_8601": "2024-12-19T23:13:45.343906Z",
"url": "https://files.pythonhosted.org/packages/31/f2/856630cf7a4aeeb5c224939d6d864c3efad53ea697742817b4c4a5903fd9/firefly_client-3.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd19909b6f46283af6114a23e3120ef33e86f2a50b07d88d6ed173c8008f9e95",
"md5": "93055846bf0edf110757ca42d6cef6a5",
"sha256": "3f1e0e50b504ba35fd46ecb454f6dccd33bc087c3f1e76d33a4a1c66d1fbed9c"
},
"downloads": -1,
"filename": "firefly_client-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "93055846bf0edf110757ca42d6cef6a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 62275,
"upload_time": "2024-12-19T23:13:48",
"upload_time_iso_8601": "2024-12-19T23:13:48.026183Z",
"url": "https://files.pythonhosted.org/packages/bd/19/909b6f46283af6114a23e3120ef33e86f2a50b07d88d6ed173c8008f9e95/firefly_client-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-19 23:13:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Caltech-IPAC",
"github_project": "firefly_client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "firefly-client"
}