Metadata-Version: 1.1
Name: pdat
Version: 0.2.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
Description: =================
        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.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.
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
