A Python client library for the WWT backend web services.
Перейти к файлу
Peter Williams 117a978e62 Add the "login" API.
The API doesn't really do anything on the server, but the Windows clients use
this API to undertake big actions such as invalidating the cache or demanding
that the user download an update.
2020-03-23 22:35:58 -04:00
docs Add the "login" API. 2020-03-23 22:35:58 -04:00
wwt_api_client Add the "login" API. 2020-03-23 22:35:58 -04:00
.coveragerc Initial import. 2019-04-20 23:19:30 -04:00
.gitignore Initial import. 2019-04-20 23:19:30 -04:00
.travis.yml .travis.yml: run doctests in docstrings 2019-04-28 18:34:16 -04:00
CHANGES.rst Initial import. 2019-04-20 23:19:30 -04:00
LICENSE.rst Initial import. 2019-04-20 23:19:30 -04:00
MANIFEST.in Initial import. 2019-04-20 23:19:30 -04:00
README.rst README.rst: add a CodeCov badge 2019-05-06 14:49:46 -04:00
RELEASE.rst Initial import. 2019-04-20 23:19:30 -04:00
pytest.ini Initial import. 2019-04-20 23:19:30 -04:00
readthedocs.yml Initial import. 2019-04-20 23:19:30 -04:00
setup.cfg Initial import. 2019-04-20 23:19:30 -04:00
setup.py Start roughing out the basics. 2019-04-20 23:54:45 -04:00
setupbase.py Initial import. 2019-04-20 23:19:30 -04:00

README.rst

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

.. image:: https://travis-ci.com/WorldWideTelescope/wwt_api_client.svg
   :target: https://travis-ci.com/WorldWideTelescope/wwt_api_client
   :alt: Continuous Integration Status

.. image:: https://readthedocs.org/projects/wwt-api-client/badge/?version=latest
   :target: http://wwt_api_client.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://codecov.io/gh/WorldWideTelescope/wwt_api_client/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/WorldWideTelescope/wwt_api_client
   :alt: Code Coverage Status


Accessing the 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 <https://aas.org/>`_ `WorldWide Telescope
<http://www.worldwidetelescope.org/>`_ project.

The documentation, including installation instructions, can be found at
http://wwt-api-client.readthedocs.io/


Reporting issues
----------------

If you run into any issues, please open an issue `here
<https://github.com/WorldWideTelescope/wwt_api_client/issues>`_


Acknowledgments
---------------

This work is funded through the American Astronomical Societys support of the
WorldWide Telescope project.