Metadata-Version: 2.0
Name: simplemdx
Version: 0.1.4
Summary: A simple BTS MDX file parser based on BeautifulSoup
Home-page: https://github.com/marnunez/simplemdx
Author: Marcos Alfredo Núñez
Author-email: mnunez@fleni.org.ar
License: GNU GPLv3 Licence
Description-Content-Type: UNKNOWN
Keywords: simplemdx
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
Requires-Dist: Click (>=6.0)

===============
simplemdx
===============


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

.. image:: https://img.shields.io/travis/marnunez/simplemdx.svg
        :target: https://travis-ci.org/marnunez/simplemdx

.. image:: https://ci.appveyor.com/api/projects/status/xb07amo9s7stk37r?svg=true
     :target: https://ci.appveyor.com/project/marnunez/simplemdx
     :alt: Windows build status

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

.. image:: https://pyup.io/repos/github/marnunez/simplemdx/shield.svg
     :target: https://pyup.io/repos/github/marnunez/simplemdx/
     :alt: Updates

.. image:: https://coveralls.io/repos/github/marnunez/simplemdx/badge.svg?branch=master
     :target: https://coveralls.io/github/marnunez/simplemdx?branch=master
     :alt: Coverage




A simple BTS MDX file parser and toolkit written in Python based on BeautifulSoup_


* Free software: GNU General Public License v3
* Documentation: https://simplemdx.readthedocs.io.


Features
--------

simplemdx's parser gives access to:

* trial MDXs (marker coordinates, emg channels, etc)
* session and patient MDXs (antropometric data, subject metadata)
* normative ENB files (joint angles normatives, emg normatives, etc)

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
.. _BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/bs4/doc/


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

0.1.0 (2018-02-27)
------------------

* First release on PyPI.


