Metadata-Version: 2.1
Name: pdat
Version: 0.2.1
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: pdat
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy (>=1.11)
Requires-Dist: fitsio (==0.9.12)
Requires-Dist: six (>=1.12.0)

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


.. image:: https://img.shields.io/pypi/v/pdat.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
--------

The Pulsar Data Toolbox has tools built for building pulsar data formats. Only
the `PSRFITS` standard is currently supported, but if you are interested in
another format submit an issue or a pull request!

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.2.1 (2018-12-17)
------------------
* Fixed Python 2 string bug.

0.2.0 (2018-12-17)
------------------
* Second release on PyPI.
* Added ability to use deal effectively with PSR mode PSRFITS files.
* Fixed issue with ASCII text.


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

* First release on PyPI.


