DO NOT USE: backups of old branches from the pywwt repository
Перейти к файлу
Peter Williams 1035ec993a package.json: wait a minute, we don't use any of these dev-dependencies
npm complains about security problems and, well, we just don't use these. We
can add things back later, at more recent versions, if we need to.
2019-07-23 08:58:26 -04:00
docs docs/installation.rst: more thorough dev-mode Jupyter setup instructions 2019-07-15 22:07:00 -04:00
examples Add information about trying the notebook on mybinder.org 2017-12-18 17:52:14 +00:00
jupyter.d Test sdist process and make sure pywwt is installed/enabled as far as Jupyter is concerned. 2018-04-05 21:09:33 +01:00
lib lib/wwt.js: defensive coding for multiple views of a single model 2019-06-06 10:48:12 -04:00
pywwt pywwt/__init__.py: fix the path to the notebook extension source 2019-07-15 20:50:15 -04:00
.check_enabled.py Test sdist process and make sure pywwt is installed/enabled as far as Jupyter is concerned. 2018-04-05 21:09:33 +01:00
.coveragerc Added .coveragerc 2018-11-19 18:44:32 +00:00
.gitignore .gitignore: ignore some more generated files 2019-07-23 08:58:26 -04:00
.travis.yml .travis.yml: start using conda-forge to source packages 2019-06-03 14:55:06 -04:00
CHANGES.rst Include all available imagery layers 2019-06-23 08:48:40 +01:00
LICENSE.rst Improvements to documentation 2017-12-18 11:15:42 +00:00
MANIFEST.in Added missing files to manifest 2018-12-20 23:06:06 +00:00
README.rst Improvements to documentation 2017-12-18 11:15:42 +00:00
RELEASE.rst Added initial release documentation 2019-01-05 12:28:46 +00:00
appveyor.yml Try to get Windows CI working again 2019-06-05 23:59:28 -04:00
package.json package.json: wait a minute, we don't use any of these dev-dependencies 2019-07-23 08:58:26 -04:00
pytest.ini Don't show logging messages with pytest 2017-12-12 11:29:15 +00:00
readthedocs.yml Only build HTML on RTD 2019-01-04 16:35:44 +00:00
setup.cfg Re-organize files using new Jupyter widgets template 2018-04-05 14:59:44 +01:00
setup.py package.json: wait a minute, we don't use any of these dev-dependencies 2019-07-23 08:58:26 -04:00
setupbase.py Added setupbase.py file 2018-04-05 14:59:44 +01:00
webpack.config.js package.json: wait a minute, we don't use any of these dev-dependencies 2019-07-23 08:58:26 -04:00

README.rst

.. image:: https://travis-ci.org/WorldWideTelescope/pywwt.svg?branch=tests
    :target: https://travis-ci.org/WorldWideTelescope/pywwt

.. image:: https://ci.appveyor.com/api/projects/status/yweuddwyxy97d8go/branch/master?svg=true
    :target: https://ci.appveyor.com/project/astrofrog/pywwt/branch/master

.. image:: https://readthedocs.org/projects/pywwt/badge/?version=latest
   :target: http://pywwt.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

WorldWide Telescope from Python/Jupyter
=======================================

About
-----

The pywwt package aims to make it easy to use WorldWide Telescope from Python,
and includes the following:

* A Jupyter notebook/lab widget
* A standalone Qt viewer/widget
* A client for the Windows version of WorldWide Telescope

The documentation, including installation instructions, can be found at
http://pywwt.readthedocs.io

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

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

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

This work is funded through the American Astronomical Society WorldWide Telescope
project.