Metadata-Version: 2.0
Name: timetools
Version: 0.6.0
Summary: Python utilities relating to synchronization analysis and visualization
Home-page: https://github.com/blueskyjunkie/timetools
Author: Russell Smiley
Author-email: im.russell.smiley@gmail.com
License: GPLV3
Download-URL: https://zenodo.org/search?page=1&size=20&q=timetools
Keywords: synchronization,visualization,analysis,PDV,MTIE,TDEV
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Hardware
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: zest.releaser[recommended]; extra == 'dev'
Requires-Dist: Sphinx; extra == 'dev'
Requires-Dist: setuptools; extra == 'dev'
Requires-Dist: setuptools-git; extra == 'dev'
Provides-Extra: test
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-exclude; extra == 'test'

[![Stories in Ready](https://badge.waffle.io/blueskyjunkie/timeTools.png?label=ready&title=Ready)](https://waffle.io/blueskyjunkie/timeTools)
[![Build Status](https://travis-ci.org/blueskyjunkie/timeTools.svg?branch=master)](https://travis-ci.org/blueskyjunkie/timeTools)
[![Coverage Status](https://coveralls.io/repos/blueskyjunkie/timeTools/badge.svg?branch=master&service=github)](https://coveralls.io/github/blueskyjunkie/timeTools?branch=master)

# timeTools
[![DOI](https://zenodo.org/badge/10532/blueskyjunkie/timeTools.svg)](http://dx.doi.org/10.5281/zenodo.15797)

Python utilities relating to synchronization analysis and visualization such as time error, MTIE, TDEV and others.

PDV generation using methods such as ITU-T G.8263 are also included.

## License
GPL v3. See [LICENSE](LICENSE) for the details.

## Dependencies

- Python 3.4 (Python 2.7 may work but has not been tested)
- numpy/scipy
- matplotlib

It is highly recommended to use the [Anaconda distribution of Python](http://continuum.io/downloads "Anaconda distribution of Python") because to date all the necessary dependencies are included in the distribution. No additional installation necessary.

Development to date was done using Windows, but there is no particular reason why the code should not work on another OS such as Linux or OSX provided the appropriate Python distribution and libraries are installed.


