Metadata-Version: 2.1
Name: swifttools
Version: 3.0.2
Summary: Tools for users of the Swift satellite
Home-page: https://gitlab.com/DrPhilEvans/swifttools
Author: Phil A. Evans
Author-email: pae9@leicester.ac.uk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Swifttools python package.

This module presents tools to enable access from Python to some of the web-based
tools supporting the Swift satellite.

In the this release there are a two modules available: [xrt_prods](swifttools/xrt_prods/README.md) and [swift_too](swifttools/swift_too/README.md). 

`xrt_prods` provides a Python interface to the [tools to analyse XRT data](https://www.swift.ac.uk/user_objects). 

`swift_too` provides a Python interface for submitting Swift Target of Opportunity Requests, calculating visibility of targets to Swift, querying observations that Swift has performed and will perform, and other Swift related tools. Documentation for the `swift_too` module can be found here: [https://www.swift.psu.edu/too_api/index.php](https://www.swift.psu.edu/too_api/index.php).

