Metadata-Version: 2.0
Name: pySpectrumFileFormat
Version: 0.1
Summary: Project to read and write various x-ray spectrum file format.
Home-page: UNKNOWN
Author: Hendrix Demers
Author-email: hendrix.demers@mail.mcgill.ca
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Keywords: microanalysis_file_format
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: six

===============================
Microanalysis File Format
===============================


.. image:: https://img.shields.io/pypi/v/microanalysis_file_format.svg
    :target: https://pypi.python.org/pypi/microanalysis_file_format
    :alt: Pypi Status

.. image:: https://img.shields.io/travis/drix00/microanalysis_file_format.svg
    :target: https://travis-ci.org/drix00/microanalysis_file_format
    :alt: Build Status

.. image:: https://readthedocs.org/projects/microanalysis-file-format/badge/?version=latest
    :target: https://microanalysis-file-format.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://codecov.io/gh/drix00/microanalysis_file_format/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/drix00/microanalysis_file_format
    :alt: Code coverage Status

.. image:: https://pyup.io/repos/github/drix00/microanalysis_file_format/shield.svg
     :target: https://pyup.io/repos/github/drix00/microanalysis_file_format/
     :alt: Updates

.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
   :target: https://raw.githubusercontent.com/drix00/microanalysis_file_format/master/LICENSE
   :alt: License Status

Project to read and write various x-ray spectrum file format.

* Free software: Apache Software License 2.0
* Documentation: https://microanalysis-file-format.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

Badges
------

pypy
====

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

.. image:: https://img.shields.io/pypi/l/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format

.. image:: https://img.shields.io/pypi/dm/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format
.. image:: https://img.shields.io/pypi/dw/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format
.. image:: https://img.shields.io/pypi/dd/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format

.. image:: https://img.shields.io/pypi/wheel/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format
.. image:: https://img.shields.io/pypi/format/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format
.. image:: https://img.shields.io/pypi/pyversions/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format
.. image:: https://img.shields.io/pypi/implementation/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format

.. image:: https://img.shields.io/pypi/status/microanalysis_file_format.svg
   :target: https://pypi.python.org/pypi/microanalysis_file_format

pyup
====

.. image:: https://pyup.io/repos/github/drix00/microanalysis_file_format/shield.svg
   :target: https://pyup.io/repos/github/drix00/microanalysis_file_format/
   :alt: Updates

.. image:: https://pyup.io/repos/github/drix00/microanalysis_file_format/python-3-shield.svg
   :target: https://pyup.io/repos/github/drix00/microanalysis_file_format/
   :alt: Python 3

GitHub
======

.. image:: https://img.shields.io/github/issues/drix00/microanalysis_file_format.svg
   :target: https://github.com/drix00/microanalysis_file_format/issues

.. image:: https://img.shields.io/github/forks/drix00/microanalysis_file_format.svg
   :target: https://github.com/drix00/microanalysis_file_format/network

.. image:: https://img.shields.io/github/stars/drix00/microanalysis_file_format.svg
   :target: https://github.com/drix00/microanalysis_file_format/stargazers


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

0.1.0 (2017-03-07)
------------------

* First release on PyPI.


