Metadata-Version: 2.3
Name: dmc-view
Version: 0.3.2
Summary: Digital Magnatic Compass View
License: AGPL-3.0-only
Keywords: digital Magnatic view,dmc
Author: Iso
Maintainer: Iso
Requires-Python: >=3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Desktop Environment
Provides-Extra: test
Requires-Dist: matplotlib (>=3.10.1)
Requires-Dist: pyside6 (>=6.6.1)
Requires-Dist: pytest (>=8.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>4.1.0) ; extra == "test"
Requires-Dist: pytest-mock (>=3.14) ; extra == "test"
Requires-Dist: pytest-qt (>=4.4.0) ; extra == "test"
Project-URL: Bug Tracker, https://github.com/Issamricin/dmc-view/issues
Project-URL: CI: Github Actions, https://github.com/Issamricin/dmc-view/actions
Project-URL: Changelog, https://github.com/Issamricin/dmc-view/blob/master/CHANGELOG.rst
Project-URL: Code of Conduct, https://github.com/Issamricin/dmc-view/blob/master/CONTRIBUTING.md
Project-URL: Documentation, https://dmc-view.readthedocs.io/
Project-URL: Source Code, https://github.com/Issamricin/dmc-view
Description-Content-Type: text/x-rst

DMC VIEW

Digital Magnatic Compass View

------

.. start-badges see https://shields.io/badges and collection see https://github.com/inttter/md-badges

| |build| |release_version| |wheel| 
| |docs| |pylint| |supported_versions|
| |ruff| |gh-lic| |commits_since_specific_tag_on_main|


|
| **Code:** https://github.com/Issamricin/dmc-view
| **Docs:** https://dmc-view.readthedocs.io/en/latest/
| **PyPI:** https://pypi.org/project/dmc-view/
| **CI:** https://github.com/Issamricin/dmc-view/actions/
  
|
|
|

|dmc_gif|

Features
========

1. **dmcview** `python package`

   a. View Object Azimuth, Inclindation(Elevation), Bank, Declination(Offset from real North), and Acceleration. 
   b. View animation to reflect real DMC device in 2D.
   c. View acceleration in 3D.
2. Tested against Linux(ubuntu-latest) `platforms` and `python` 3.12.3
3. See `TODO <https://github.com/Issamricin/dmc-view/blob/master/TODO.rst>`_.

Technical Debt
==============
See `Technical Debt <https://github.com/Issamricin/dmc-view/blob/master/TECHNICALDEBT.rst>`_.

Change Log
==========
 `Change Log <https://github.com/Issamricin/dmc-view/blob/master/CHANGELOG.rst>`_.

How to Contribute
=================
 `Contribute <https://github.com/Issamricin/dmc-view/blob/master/CONTRIBUTING.md>`_.

Development
===========
| `Development <https://github.com/Issamricin/dmc-view/blob/master/docs/source/contents/development.rst>`_.

Quickstart
==========
| `Usage <https://github.com/Issamricin/dmc-view/blob/master/docs/source/contents/usage.rst>`_.


License
=======


* `GNU Affero General Public License v3.0`_


License
=======

* Free software: GNU Affero General Public License v3.0



.. LINKS

.. _GNU Affero General Public License v3.0: https://github.com/Issamricin/dmc-view/blob/master/LICENSE

 

.. BADGE ALIASES

.. Build Status
.. Github Actions: Test Workflow Status for specific branch <branch>

.. |build| image:: https://img.shields.io/github/workflow/status/Issamricin/dmc-view/Test%20Python%20Package/master?label=build&logo=github-actions&logoColor=%233392FF
    :alt: GitHub Workflow Status (branch)
    :target: https://github.com/Issamricin/dmc-view/actions/


.. Documentation

.. |docs| image:: https://img.shields.io/readthedocs/dmc-view/latest?logo=readthedocs&logoColor=lightblue
    :alt: Read the Docs (version)
    :target: https://dmc-view.readthedocs.io/en/latest/

.. |pylint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
    :target: https://github.com/pylint-dev/pylint

.. PyPI

.. |release_version| image:: https://img.shields.io/pypi/v/dmc-view
    :alt: Production Version
    :target: https://pypi.org/project/dmc-view/

.. |wheel| image:: https://img.shields.io/pypi/wheel/dmc-view?color=green&label=wheel
    :alt: PyPI - Wheel
    :target: https://pypi.org/project/dmc-view

.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/dmc-view?color=blue&label=python&logo=python&logoColor=%23ccccff
    :alt: Supported Python versions
    :target: https://pypi.org/project/dmc-view

.. Github Releases & Tags

.. |commits_since_specific_tag_on_main| image:: https://img.shields.io/github/commits-since/Issamricin/dmc-view/v0.0.1/master?color=blue&logo=github
    :alt: GitHub commits since tagged version (branch)
    :target: https://github.com/Issamricin/dmc-view/compare/v0.0.1..master

.. LICENSE (eg AGPL, MIT)
.. Github License

.. |gh-lic| image:: https://img.shields.io/badge/license-GNU_Affero-orange
    :alt: GitHub
    :target: https://github.com/Issamricin/dmc-view/blob/master/LICENSE


.. Ruff linter for Fast Python Linting

.. |ruff| image:: https://img.shields.io/badge/codestyle-ruff-000000.svg
    :alt: Ruff
    :target: https://docs.astral.sh/ruff/


.. Local linux command: CTRL+Shift+Alt+R key 

.. Local Image and YouTube Vedio as link

.. Local Image as link

.. |dmc_gif| image:: https://raw.githubusercontent.com/Issamricin/dmc-view/master/media/simulator.gif
   :alt: Demo Preview
   :width: 800
   :height: 391

