A Python client library for the WWT backend web services.
Перейти к файлу
Peter Williams b2588d0280
Merge pull request #32 from pkgw/ci-fix
ci/azure-build-and-test.yml: update macOS VM image version
2024-07-10 21:21:18 +00:00
.config/cranko Set up for Cranko release management 2023-03-29 12:02:21 -04:00
ci ci/azure-build-and-test.yml: update macOS VM image version 2024-07-10 17:15:59 -04:00
docs Wire up the new APIs to control scene AstroPix info 2024-06-19 18:57:12 -04:00
wwt_api_client Wire up the new APIs to control scene AstroPix info 2024-06-19 18:57:12 -04:00
.coveragerc Initial import. 2019-04-20 23:19:30 -04:00
.gitignore Initial import. 2019-04-20 23:19:30 -04:00
.readthedocs.yaml .readthedocs.yaml: update this config 2023-03-29 13:52:41 -04:00
CHANGELOG.md Refresh build/packaging infrastructure 2023-03-29 12:28:47 -04:00
LICENSE Relicense to the MIT license 2023-03-29 13:24:23 -04:00
MANIFEST.in Refresh build/packaging infrastructure 2023-03-29 12:28:47 -04:00
README.md Update the "front door" email address to hello@worldwidetelescope.org 2023-08-17 17:22:08 -04:00
pyproject.toml pyproject.toml: fix typo 2023-03-29 16:13:24 -04:00
pytest.ini Initial import. 2019-04-20 23:19:30 -04:00
setup.cfg Initial import. 2019-04-20 23:19:30 -04:00
setup.py setup.py: require html-sanitizer that works with modern lxml 2024-06-19 18:04:55 -04:00

README.md

Build Status ReadTheDocs Status PyPI version codecov

wwt_api_client: Accessing WorldWide Telescope Web Services from Python

The wwt_api_client package provides a Python interface to the various web services that power the WorldWide Telescope project.

Installation

The easiest way to install wwt_api_client is through pip:

pip install wwt_api_client

Reporting issues

If you run into any issues, please open an issue.

Release History

Releases of wwt_api_client are logged in the file CHANGELOG.md on the release branch of this repository, as well as release listings maintained by GitHub and PyPI.

Continuous Integration and Deployment

This repository uses Cranko to automate release workflows.

Getting involved

We love it when people get involved in the WWT community! You can get started by participating in our user forum or by signing up for our low-traffic newsletter. If you would like to help make WWT better, our Contributor Hub aims to be your one-stop shop for information about how to contribute to the project, with the Contributors Guide being the first thing you should read. Here on GitHub we operate with a standard fork-and-pull model.

All participation in WWT communities is conditioned on your adherence to the WWT Code of Conduct, which basically says that you should not be a jerk.

Acknowledgments

The WorldWide Telescope system is a .NET Foundation project. Work on WWT has been supported by the American Astronomical Society (AAS), the US National Science Foundation (grants 1550701, 1642446, and 2004840), the Gordon and Betty Moore Foundation, and Microsoft.

Legalities

wwt_api_client is copyright the .NET Foundation. It is licensed under the MIT License.