Metadata-Version: 2.0
Name: pdat
Version: 0.1.0
Summary: Python package for dealing with PSRFITS and other pulsar data files.
Home-page: https://github.com/hazboun6/PulsarDataToolbox
Author: Jeffrey S Hazboun
Author-email: jeffrey.hazboun@gmail.com
License: MIT License
Keywords: PulsarDataToolbox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy (>=1.11)
Requires-Dist: fitsio (>=0.9.10)

=========
PulsarDataToolbox
=========


.. image:: https://img.shields.io/pypi/v/PulsarDataToolbox.svg
        :target: https://pypi.python.org/pypi/pdat

.. image:: https://img.shields.io/travis/Hazboun6/PulsarDataToolbox.svg
        :target: https://travis-ci.org/Hazboun6/PulsarDataToolbox

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

.. image:: https://pyup.io/repos/github/Hazboun6/PulsarDataToolbox/shield.svg
     :target: https://pyup.io/repos/github/Hazboun6/PulsarDataToolbox/
     :alt: Updates


Python package for dealing with PSRFITS files.


* Free software: MIT License
* Documentation: https://PulsarDataToolbox.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2017-08-21)
------------------

* First release on PyPI.


