Metadata-Version: 2.5
Name: maptasker
Version: 13.0.2
Summary: Utility to display/edit/analyze 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.md
Keywords: Tasker,configuration,map tasker,tasker,tasker configuration
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <4.0,>=3.11
Requires-Dist: darkdetect>=0.8.0
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: nicegui>=3.16.0
Requires-Dist: packaging>=26.3
Requires-Dist: pillow==12.3.0
Requires-Dist: requests>=2.34.2
Requires-Dist: tomli-w>=1.2.0
Description-Content-Type: text/markdown

# MapTasker

## Display, analyze and edit the Tasker Project/Profile/Task/Scene configuration from within your browser, based on Tasker's 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 desktop's default browser.

## Key Features

- Fine tune the display of the Tasker configuration (Map view)
- Create a Diagram and Tree of the configuration (Diagram view, Tree view)
- Import/Export XML directly from/to Android
- Analyze a Tasker object using Ai
- Add and Edit Tasker objects (Projects, Profiles, Tasks, and Scenes)
- Easily identify issues with the configuration

Sample output can be found [here.](https://github.com/mctinker/Map-Tasker/wiki)

## 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 pip install --upgrade maptasker`
- via pip: `pip install --upgrade maptasker`


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