A Python client library for the WWT backend web services.
Перейти к файлу
Peter Williams 6e8c1aa6a1 Rename ImagePermissions to ImageContentPermissions
Since we're going to need to distinguish this from API permissions.
2023-06-02 16:18:08 -04:00
.config/cranko Set up for Cranko release management 2023-03-29 12:02:21 -04:00
ci ci/azure-sdist.yml: add an xeuo-pipefile 2023-03-29 16:14:37 -04:00
docs Rename ImagePermissions to ImageContentPermissions 2023-06-02 16:18:08 -04:00
wwt_api_client Rename ImagePermissions to ImageContentPermissions 2023-06-02 16:18:08 -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 README.md: add some badges 2023-03-29 13:57:12 -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 Sanitize credits HTML. 2023-05-18 15:26:51 -04:00

README.md

Build Status ReadTheDocs Status PyPI version codecov

wwt_api_client: Accessing AAS WorldWide Telescope Web Service from Python

The wwt_api_client package provides a Python interface to the various web services that power the AAS 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 AAS 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.