Metadata-Version: 2.1
Name: anyconfig-fit-backend
Version: 0.1.1
Summary: Backend module for python-anyconfig to load FIT data files
Home-page: https://github.com/ssato/python-anyconfig-fit-backend
Author: Satoru SATOH
Author-email: satoru.satoh@gmail.com
Maintainer: Satoru SATOH
Maintainer-email: satoru.satoh@gmail.com
License: MIT
Project-URL: CI: Github Actions, https://github.com/ssato/python-anyconfig-fit-backend/actions
Project-URL: Download, https://pypi.org/project/anyconfig-fit-backend/
Project-URL: Download RPMs, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
Project-URL: Bug Tracker, https://github.com/ssato/python-anyconfig-fit-backend/issues
Project-URL: Source, https://github.com/ssato/python-anyconfig-fit-backend
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.MIT

==================================
python-anyconfig-fit-backend
==================================

.. image:: https://img.shields.io/pypi/v/anyconfig-fit-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-fit-backend/
   :alt: [Latest Version]

.. image:: https://img.shields.io/pypi/pyversions/anyconfig-fit-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-fit-backend/
   :alt: [Python versions]

.. image:: https://img.shields.io/pypi/l/anyconfig-fit-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-fit-backend/
   :alt: MIT License

.. image:: https://github.com/ssato/python-anyconfig-fit-backend/workflows/Tests/badge.svg
   :target: https://github.com/ssato/python-anyconfig-fit-backend/actions?query=workflow%3ATests
   :alt: [Github Actions: Test status]

.. .. image:: https://img.shields.io/coveralls/ssato/python-anyconfig-fit-backend.svg
   :target: https://coveralls.io/r/ssato/python-anyconfig-fit-backend
   :alt: Coverage Status

.. image:: https://img.shields.io/lgtm/alerts/g/ssato/python-anyconfig-fit-backend.svg
   :target: https://lgtm.com/projects/g/ssato/python-anyconfig-fit-backend/alerts/
   :alt: [Total Alerts by LGTM]

.. image:: https://img.shields.io/lgtm/grade/python/g/ssato/python-anyconfig-fit-backend.svg
   :target: https://lgtm.com/projects/g/ssato/python-anyconfig-fit-backend/context:python
   :alt: [Code Quality by LGTM]

This is a backend module for python-anyconfig to support to load and parse
FIT (Flexible and Interoperable Data Transfer) data files.

- Author: Satoru SATOH
- License: MIT

SEE ALSO:

- python-anyconfig: https://pypi.python.org/pypi/anyconfig
- Flexible and Interoperable Data Transfer (FIT) Protocol: https://developer.garmin.com/fit/protocol/

Requirements
===============

It utilizes a great library fitdecode [#]_ to load and parse FIT data files.

.. [#] https://github.com/polyvertex/fitdecode

Build & Install
================

- From PyPI: anyconfig-fit-backend (package name) [#]_ 
- Pre-built RPMs are available from my copr repo, ssato/python-anyconfig [#]_

If you're Fedora or Red Hat Enterprise Linux user, try::

  $ python setup.py srpm && mock dist/<package>-<ver_dist>.src.rpm
  
or::

  $ python setup.py rpm

and install built RPMs. 

Otherwise, try usual ways to build and/or install python modules such like
'python setup.py bdist', etc.

.. [#] https://pypi.org/project/anyconfig-fit-backend/
.. [#]  https://copr.fedorainfracloud.org/coprs/ssato/python-anyconfig/packages/

.. vim:sw=2:ts=2:et:


