Metadata-Version: 2.1
Name: swifttools
Version: 3.0.22
Summary: Tools for users of the Swift satellite
Home-page: https://github.com/Swift-SOT/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
Requires-Dist: requests
Requires-Dist: python-jose
Requires-Dist: pandas
Requires-Dist: tabulate
Requires-Dist: numpy
Requires-Dist: boto3

# 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: [ukssdc](swifttools/ukssdc/APIDocs/ukssdc/README.md) and
[swift_too](swifttools/swift_too/README.md).

`ukssdc` provides a Python interface to various services from the  [UK Swift Science Data
Centre](https://www.swift.ac.uk). This includes the [tools to build XRT data products](https://www.swift.ac.uk/user_objects),
interfaces to query catalogues such as [the LSXPS catalogue](https://www.swift.ac.uk/LSXPS) and tools to download
data, including [XRT GRB data products](https://www.swift.ac.uk/xrt_products) or [Swift obs data](https://www.swift.ac.uk/swift_live).

`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).
