Metadata-Version: 2.4
Name: maptasker
Version: 11.0.0
Summary: Utility to display your entire Android 'Tasker' configuration in your browser.
Project-URL: Homepage, https://github.com/mctinker/Map-Tasker
Project-URL: Bug Tracker, https://github.com/mctinker/Map-Tasker/issues
Project-URL: Changelog, https://github.com/mctinker/Map-Tasker/CHANGELOG.md
Author-email: Michael Rubin <mikrubin@gmail.com>
License: MIT
License-File: LICENSE
License-File: LICENSE.txt
Keywords: Tasker,configuration,map tasker,tasker,tasker configuration
Requires-Python: <4.0,>=3.11
Requires-Dist: darkdetect>=0.8.0
Requires-Dist: deep-translator>=1.11.4
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: nicegui>=3.14.0
Requires-Dist: packaging>=26.2
Requires-Dist: pillow==12.3.0
Requires-Dist: requests>=2.34.2
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: webcolors>=25.10.0
Description-Content-Type: text/markdown

# MapTasker

## Display the Tasker Project/Profile/Task/Scene hierarchy on in your browser based on Tasker's backup or exported XML file (e.g. backup.xml)

This is an application in support of [Tasker](https://tasker.joaoapps.com/) that is intended to run in your default browser.

## Installation:

- via uv: `uv add maptasker`
- via pip: `pip install maptasker`
  
NOTE: If MapTasker doesn't install on Windows 11, first install 'nicegui' and then install MapTasker.
  
## Updating MapTasker:

MapTasker has a built-in auto-updater.  If a new version is available, a "New Version" button will appear allowing the user to install the new version and relaunch MapTasker.
If the auto-updater does not work, then use one of the following:
	
via uv: `uv sync --upgrade-package maptasker`
view pip: `pip install --upgrade maptasker`


For further details, refer to [the project on Github.](https://github.com/mctinker/Map-Tasker)
