Metadata-Version: 2.1
Name: timescale
Version: 0.0.5
Summary: Python tools for time and astronomical calculations
Author: Tyler Sutterley, Karen Alley, Kelly Brunt, Susan Howard, Laurie Padman, Matt Siegfried
Author-email: tsutterl@uw.edu
Maintainer: timescale contributors
License: MIT License
        
        Copyright (c) 2023 Tyler C Sutterley
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://timescale.readthedocs.io
Project-URL: Documentation, https://timescale.readthedocs.io
Project-URL: Repository, https://github.com/tsutterley/timescale
Project-URL: Issues, https://github.com/tsutterley/timescale/issues
Keywords: Time,Leap Seconds,TAI,GPS,UT1,TT
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: ~=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: python-dateutil
Requires-Dist: scipy>=1.10.1
Requires-Dist: setuptools_scm
Provides-Extra: doc
Requires-Dist: docutils; extra == "doc"
Requires-Dist: fontconfig; extra == "doc"
Requires-Dist: freetype; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-argparse>=0.4; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest>=4.6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

=========
timescale
=========

|Language|
|License|
|PyPI Version|
|Anaconda-Server|
|Documentation Status|
|zenodo|

.. |Language| image:: https://img.shields.io/pypi/pyversions/timescale?color=green
   :target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/timescale
   :target: https://github.com/tsutterley/timescale/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/timescale.svg
   :target: https://pypi.python.org/pypi/timescale/

.. |Anaconda-Server| image:: https://img.shields.io/conda/vn/conda-forge/timescale
   :target: https://anaconda.org/conda-forge/timescale

.. |Documentation Status| image:: https://readthedocs.org/projects/timescale/badge/?version=latest
   :target: https://timescale.readthedocs.io/en/latest/?badge=latest

.. |zenodo| image:: https://zenodo.org/badge/681330279.svg
   :target: https://zenodo.org/badge/latestdoi/681330279

Python tools for time and astronomical calculations

Dependencies
############

- `dateutil: powerful extensions to datetime <https://dateutil.readthedocs.io/en/stable/>`_
- `lxml: processing XML and HTML in Python <https://pypi.python.org/pypi/lxml>`_
- `numpy: Scientific Computing Tools For Python <https://www.numpy.org>`_
- `scipy: Scientific Tools for Python <https://www.scipy.org/>`_
- `setuptools_scm: manager for python package versions using scm metadata <https://pypi.org/project/setuptools-scm>`_

References
##########

    T. C. Sutterley, T. Markus, T. A. Neumann, M. R. van den Broeke, J. M. van Wessem, and S. R. M. Ligtenberg,
    "Antarctic ice shelf thickness change from multimission lidar mapping", *The Cryosphere*,
    13, 1801-1817, (2019). `doi: 10.5194/tc-13-1801-2019 <https://doi.org/10.5194/tc-13-1801-2019>`_

Download
########

| The program homepage is:
| https://github.com/tsutterley/timescale
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/timescale/archive/main.zip

Disclaimer
##########

This package includes software developed at NASA Goddard Space Flight Center (GSFC) and the University of Washington Applied Physics Laboratory (UW-APL).
It is not sponsored or maintained by the Universities Space Research Association (USRA), AVISO or NASA.
The software is provided here for your convenience but *with no guarantees whatsoever*.

Credits
#######

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.

License
#######

The content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license <https://creativecommons.org/licenses/by/4.0/>`_ and the source code is licensed under the `MIT license <LICENSE>`_.
