Metadata-Version: 2.4
Name: mountwizzard4
Version: 4.0.0a38
Summary: Tool for managing 10micron mounts
Author-email: Michael Wuertenberger <michael@wuertenberger.org>
License-Expression: Apache-2.0
Project-URL: Documentation, https://mworion.github.io/MountWizzard4
Project-URL: Source, https://github.com/mworion/mountwizzard4
Project-URL: BugTracker, https://github.com/mworion/mountwizzard4/issues
Project-URL: Discussions, https://github.com/mworion/MountWizzard4/discussions
Project-URL: Channel, https://www.youtube.com/user/orion49m/featured
Project-URL: Forum, https://www.10micron.eu/forum/
Keywords: 6.9.3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Other Environment
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy==2.2.6
Requires-Dist: opencv-python-headless==4.12.0.88
Requires-Dist: scipy==1.16.2
Requires-Dist: astropy==7.1.0
Requires-Dist: pyerfa==2.0.1.5
Requires-Dist: astroquery==0.4.11
Requires-Dist: sep==1.4.1
Requires-Dist: pyqtgraph==0.13.7
Requires-Dist: qimage2ndarray==1.10.0
Requires-Dist: skyfield==1.53
Requires-Dist: sgp4==2.25
Requires-Dist: requests==2.32.5
Requires-Dist: requests_toolbelt==1.0.0
Requires-Dist: importlib_metadata==8.7.0
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: wakeonlan==3.1.0
Requires-Dist: pybase64==1.4.2
Requires-Dist: websocket-client==1.8.0
Requires-Dist: hidapi==0.14.0.post4
Requires-Dist: range-key-dict==1.1.0
Requires-Dist: ndicts==0.3.0
Requires-Dist: packaging==25.0
Requires-Dist: lz4==4.4.4
Requires-Dist: xisf==0.9.5
Requires-Dist: pyside6==6.9.3
Requires-Dist: pywin32==311; platform_system == "Windows"
Dynamic: license-file

MountWizzard4
=============

Documentation:
--------------
There is a documentation available for MountWizzard4:

https://mworion.github.io/MountWizzard4/index.html

PLEASE download and use the new InstallerMW4 script as it adds verbose mode
during installation, which makes it easier follow installation steps.

https://mworion.github.io/InstallerMW4/index.html

Welcome to MountWizzard4 is a utility for 10micron users for improving the
workflow for astronomy work and imaging runs on Windows (10 and 11), OSx (Big Sur
- Sonoma), Linux (Ubuntu 18.04 - 22.04) and some Linux ARM64 distributions
(Astroberry and StellarMate - both 64 bit). As a python application, it should
run in all environments supporting python 3.10-3.12 and PySide6 6 as a GUI
framework.

For being fully operational, MountWizzard4 needs either:

-   INDI server(s) (see: https://indilib.org) where your devices are connected to.

-   INDIGO server(s) (see: http://www.indigo-astronomy.org) where your devices
    are connected to.

-   ASCOM Alpaca remote server (see: https://ascom-standards.org/FAQs/Index.htm)
    abstracting your ASCOM devices or devices which speak native ASCOM Alpaca if
    you want to connect over IP with your environment.

-   Running versions of Sequence Generator Pro or NINA as frontend for camera
    device.

-   For the core devices there is native ASCOM support (Windows platform only).
    Please be reminded, that ASCOM has 32bit and 64bit driver implementations
    and MW4 v3.x should **not** be installed in 32bit as it causes in some
    environments troubles. Please stay with a 64 bit python environment.

-   In addition an internet connection is used for some services which might be
    very helpful.

It is recommended to use mount firmware 3.0 or later as some
of the functions don't work with older firmware versions. It should not be a
problem using older versions. A HW pre2012 might also have some issues.

Versions, downloads:
--------------------
|PYPI_VERSION| |PY_VERSIONS| |DownLoadsAbs| |DownLoadsMonth|

Code quality:
-------------
|CODECOV| |OPEN_ISSUES|

Unit tests:
^^^^^^^^^^^
|PYTEST macOS| |PYTEST Windows| |PYTEST Ubuntu|

Test install / run scripts:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|TEST_SCRIPTS_PYPI| |TEST_SCRIPTS_PACKAGES| |TEST_SCRIPTS_AARCH64|

Test coverage:
^^^^^^^^^^^^^^
|CODECOV_CHART|

Commit status:
^^^^^^^^^^^^^^
|COMMITS_WEEK| |COMMITS_MAIN|

Changelog:

https://mworion.github.io/MountWizzard4/changelog/index.html

And there are some videos available for explanation in Youtube channel:

https://www.youtube.com/channel/UCJD-5qdLEcBTCugltqw1hXA/

Feedback discussions and issue reports:
---------------------------------------
Please report your issues: https://github.com/mworion/MountWizzard4/issues.
Please have a good description (maybe a screenshot if it‘s related to GUI) and
add the log file(s) to the issue. Any feedback welcome!

Please feel free to start any discussion:
https://github.com/mworion/MountWizzard4/discussions


Finally:
--------
MountWizzard4 is 'always' in development. The use this software is at your own
risk! No responsibility for damages to your mount or other equipment or your
environment, please take care yourself!

Hope this tool makes fun and helps for your hobby,

CS Michel

.. |PY_VERSIONS| image::
    https://img.shields.io/pypi/pyversions/mountwizzard4.svg

.. |PYTEST macOS| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/unit_macOS.yml?branch=main&label=Test%20MacOS

.. |PYTEST Windows| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/unit_win.yml?branch=main&label=Test%20Win

.. |PYTEST Ubuntu| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/unit_ubuntu.yml?branch=main&label=Test%20Ubuntu

.. |CODECOV| image::
    https://codecov.io/gh/mworion/MountWizzard4/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/mworion/MountWizzard4

.. |CODECOV_CHART| image::
    https://codecov.io/gh/mworion/MountWizzard4/branch/main/graphs/icicle.svg
    :target: https://codecov.io/gh/mworion/MountWizzard4
    :width: 80%
    :align: top

.. |OPEN_ISSUES| image::
    https://img.shields.io/github/issues-raw/mworion/mountwizzard4
    :target: https://github.com/mworion/MountWizzard4/issues

.. |COMMITS_MAIN| image::
    https://img.shields.io/github/commits-since/mworion/mountwizzard4/3.1.0
    :target: https://github.com/mworion/MountWizzard4/commits/main

.. |COMMITS_WEEK| image::
    https://img.shields.io/github/commit-activity/w/mworion/mountwizzard4

.. |TEST_SCRIPTS_PYPI| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/test_scripts_pypi.yml?branch=main&label=PyPI

.. |TEST_SCRIPTS_PACKAGES| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/test_scripts_packages.yml?branch=main&label=Packages

.. |TEST_SCRIPTS_AARCH64| image::
    https://img.shields.io/github/actions/workflow/status/mworion/mountwizzard4/test_scripts_aarch64_pypi.yml?branch=main&label=PyPI%20aarch64

.. |PYPI_VERSION| image::
    https://img.shields.io/pypi/v/mountwizzard4.svg
    :target: https://pypi.python.org/pypi/mountwizzard4
    :alt: MountWizzard4's PyPI Status
    
.. |DownLoadsAbs| image::
    https://static.pepy.tech/badge/mountwizzard4
    :target: https://pepy.tech/project/mountwizzard4

.. |DownLoadsMonth| image::
    https://static.pepy.tech/badge/mountwizzard4/month
    :target: https://pepy.tech/project/mountwizzard4

