dmc-view


Namedmc-view JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryDigital Magnatic Compass View
upload_time2025-02-06 14:04:57
maintainerIso
docs_urlNone
authorIso
requires_python<=3.13,>=3.10
licenseAGPL-3.0-only
keywords digital magnatic view dmc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            DMC VIEW

Digital Magnatic Compass View

------

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

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

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

.. 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

.. image:: https://readthedocs.org/projects/dmc-view/badge/?version=latest
    :alt: Read the Docs (version)
    :target: https://dmc-view.readthedocs.io/en/latest/


.. Ruff linter for Fast Python Linting

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

  
.. LICENSE (eg AGPL, MIT)

.. image:: https://img.shields.io/badge/license-GNU_Affero-orange
    :alt: GNU Affero License
    :target: https://github.com/Issamricin/dmc-view/blob/master/LICENSE



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


|
| **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_image|

|dmc_gif|

Features
========

1. **dmcview** `python package`

   a. View Object Azimuth, Inclindation(Elevation) and Bank; also View Declination(Offset from real North)  
   b. View animation to reflect real DMC device in 2D. Acceleration is not implemented yet 
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/workflows/test.yaml?query=branch%3Amaster


.. Documentation

.. |docs| image:: https://img.shields.io/readthedocs/dmc-view/master?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/dmcview
    :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

.. |commits_since_latest_github_release| image:: https://img.shields.io/github/commits-since/Issamricin/dmc-view/latest?color=blue&logo=semver&sort=semver
    :alt: GitHub commits since latest release (by SemVer)

.. 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_image| image:: https://raw.githubusercontent.com/Issamricin/dmc-view/master/media/dmc-view.png
                :alt: DMC view which shows all the value. 2D view ; 3D view will contains 3 dimensions acceleration

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


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dmc-view",
    "maintainer": "Iso",
    "docs_url": null,
    "requires_python": "<=3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "digital Magnatic view, dmc",
    "author": "Iso",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/03/61/7ee67f6478ad1927ff374f486f8b0ac609972ea8cff5e617bd055e71b8bf/dmc_view-0.2.0.tar.gz",
    "platform": null,
    "description": "DMC VIEW\n\nDigital Magnatic Compass View\n\n------\n\n.. start-badges see https://shields.io/badges and collection see https://github.com/inttter/md-badges\n\n.. image:: https://img.shields.io/pypi/v/dmc-view\n    :alt: Production Version\n    :target: https://pypi.org/project/dmc-view/\n\n.. image:: https://img.shields.io/pypi/wheel/dmc-view?color=green&label=wheel\n    :alt: PyPI - Wheel\n    :target: https://pypi.org/project/dmc-view\n\n.. image:: https://img.shields.io/pypi/pyversions/dmc-view?color=blue&label=python&logo=python&logoColor=%23ccccff\n    :alt: Supported Python versions\n    :target: https://pypi.org/project/dmc-view\n\n.. image:: https://readthedocs.org/projects/dmc-view/badge/?version=latest\n    :alt: Read the Docs (version)\n    :target: https://dmc-view.readthedocs.io/en/latest/\n\n\n.. Ruff linter for Fast Python Linting\n\n.. image:: https://img.shields.io/badge/codestyle-ruff-000000.svg\n    :alt: Ruff\n    :target: https://docs.astral.sh/ruff/\n\n  \n.. LICENSE (eg AGPL, MIT)\n\n.. image:: https://img.shields.io/badge/license-GNU_Affero-orange\n    :alt: GNU Affero License\n    :target: https://github.com/Issamricin/dmc-view/blob/master/LICENSE\n\n\n\n| |build| |release_version| |wheel| |supported_versions|\n| |docs| |pylint|\n| |ruff| |gh-lic| |commits_since_specific_tag_on_main| |commits_since_latest_github_release|\n\n\n|\n| **Code:** https://github.com/Issamricin/dmc-view\n| **Docs:** https://dmc-view.readthedocs.io/en/latest/\n| **PyPI:** https://pypi.org/project/dmc-view/\n| **CI:** https://github.com/Issamricin/dmc-view/actions/\n  \n|\n|\n| |dmc_image|\n\n|dmc_gif|\n\nFeatures\n========\n\n1. **dmcview** `python package`\n\n   a. View Object Azimuth, Inclindation(Elevation) and Bank; also View Declination(Offset from real North)  \n   b. View animation to reflect real DMC device in 2D. Acceleration is not implemented yet \n2. Tested against Linux(ubuntu-latest) `platforms` and `python` 3.12.3\n3. See `TODO <https://github.com/Issamricin/dmc-view/blob/master/TODO.rst>`_.\n\nTechnical Debt\n==============\nSee `Technical Debt <https://github.com/Issamricin/dmc-view/blob/master/TECHNICALDEBT.rst>`_.\n\nChange Log\n==========\n `Change Log <https://github.com/Issamricin/dmc-view/blob/master/CHANGELOG.rst>`_.\n\nHow to Contribute\n=================\n `Contribute <https://github.com/Issamricin/dmc-view/blob/master/CONTRIBUTING.md>`_.\n\nDevelopment\n===========\n| `Development <https://github.com/Issamricin/dmc-view/blob/master/docs/source/contents/development.rst>`_.\n\nQuickstart\n==========\n| `Usage <https://github.com/Issamricin/dmc-view/blob/master/docs/source/contents/usage.rst>`_.\n\n\nLicense\n=======\n\n\n* `GNU Affero General Public License v3.0`_\n\n\nLicense\n=======\n\n* Free software: GNU Affero General Public License v3.0\n\n\n\n.. LINKS\n\n.. _GNU Affero General Public License v3.0: https://github.com/Issamricin/dmc-view/blob/master/LICENSE\n\n \n\n.. BADGE ALIASES\n\n.. Build Status\n.. Github Actions: Test Workflow Status for specific branch <branch>\n\n.. |build| image:: https://img.shields.io/github/workflow/status/Issamricin/dmc-view/Test%20Python%20Package/master?label=build&logo=github-actions&logoColor=%233392FF\n    :alt: GitHub Workflow Status (branch)\n    :target: https://github.com/Issamricin/dmc-view/actions/workflows/test.yaml?query=branch%3Amaster\n\n\n.. Documentation\n\n.. |docs| image:: https://img.shields.io/readthedocs/dmc-view/master?logo=readthedocs&logoColor=lightblue\n    :alt: Read the Docs (version)\n    :target: https://dmc-view.readthedocs.io/en/latest/\n\n.. |pylint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen\n    :target: https://github.com/pylint-dev/pylint\n\n.. PyPI\n\n.. |release_version| image:: https://img.shields.io/pypi/v/dmcview\n    :alt: Production Version\n    :target: https://pypi.org/project/dmc-view/\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/dmc-view?color=green&label=wheel\n    :alt: PyPI - Wheel\n    :target: https://pypi.org/project/dmc-view\n\n.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/dmc-view?color=blue&label=python&logo=python&logoColor=%23ccccff\n    :alt: Supported Python versions\n    :target: https://pypi.org/project/dmc-view\n\n.. Github Releases & Tags\n\n.. |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\n    :alt: GitHub commits since tagged version (branch)\n    :target: https://github.com/Issamricin/dmc-view/compare/v0.0.1..master\n\n.. |commits_since_latest_github_release| image:: https://img.shields.io/github/commits-since/Issamricin/dmc-view/latest?color=blue&logo=semver&sort=semver\n    :alt: GitHub commits since latest release (by SemVer)\n\n.. LICENSE (eg AGPL, MIT)\n.. Github License\n\n.. |gh-lic| image:: https://img.shields.io/badge/license-GNU_Affero-orange\n    :alt: GitHub\n    :target: https://github.com/Issamricin/dmc-view/blob/master/LICENSE\n\n\n.. Ruff linter for Fast Python Linting\n\n.. |ruff| image:: https://img.shields.io/badge/codestyle-ruff-000000.svg\n    :alt: Ruff\n    :target: https://docs.astral.sh/ruff/\n\n\n.. Local linux command: CTRL+Shift+Alt+R key \n\n.. Local Image and YouTube Vedio as link\n\n.. Local Image as link\n\n.. |dmc_image| image:: https://raw.githubusercontent.com/Issamricin/dmc-view/master/media/dmc-view.png\n                :alt: DMC view which shows all the value. 2D view ; 3D view will contains 3 dimensions acceleration\n\n.. |dmc_gif| image:: https://raw.githubusercontent.com/Issamricin/dmc-view/master/media/simulator.gif\n   :alt: Demo Preview\n   :width: 600\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-only",
    "summary": "Digital Magnatic Compass View",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Issamricin/dmc-view/issues",
        "CI: Github Actions": "https://github.com/Issamricin/dmc-view/actions",
        "Changelog": "https://github.com/Issamricin/dmc-view/blob/master/CHANGELOG.rst",
        "Code of Conduct": "https://github.com/Issamricin/dmc-view/blob/master/CONTRIBUTING.md",
        "Documentation": "https://dmc-view.readthedocs.io/",
        "Homepage": "https://github.com/Issamricin/dmc-view",
        "Repository": "https://github.com/Issamricin/dmc-view",
        "Source Code": "https://github.com/Issamricin/dmc-view"
    },
    "split_keywords": [
        "digital magnatic view",
        " dmc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3073d89bfeeb77bf6f18cdd7c8e8b8964a2c15751e199a4b1652aa35c505c6e3",
                "md5": "e04c401a51164beeb5bb7da5f1cf3b2e",
                "sha256": "60685b1625acbe54386ea88ef1e4ab4f53072bab6f94fa633d6ec9143e39bc2e"
            },
            "downloads": -1,
            "filename": "dmc_view-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e04c401a51164beeb5bb7da5f1cf3b2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<=3.13,>=3.10",
            "size": 721404,
            "upload_time": "2025-02-06T14:04:51",
            "upload_time_iso_8601": "2025-02-06T14:04:51.547747Z",
            "url": "https://files.pythonhosted.org/packages/30/73/d89bfeeb77bf6f18cdd7c8e8b8964a2c15751e199a4b1652aa35c505c6e3/dmc_view-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03617ee67f6478ad1927ff374f486f8b0ac609972ea8cff5e617bd055e71b8bf",
                "md5": "d129f6d71b6b633372225d950f5b565f",
                "sha256": "95d1db0c09cb6228992115d8244b062178d41c8169c4870aa2f5c251c0ce62bf"
            },
            "downloads": -1,
            "filename": "dmc_view-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d129f6d71b6b633372225d950f5b565f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.13,>=3.10",
            "size": 725434,
            "upload_time": "2025-02-06T14:04:57",
            "upload_time_iso_8601": "2025-02-06T14:04:57.559736Z",
            "url": "https://files.pythonhosted.org/packages/03/61/7ee67f6478ad1927ff374f486f8b0ac609972ea8cff5e617bd055e71b8bf/dmc_view-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-06 14:04:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Issamricin",
    "github_project": "dmc-view",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "dmc-view"
}
        
Iso
Elapsed time: 0.42768s