Metadata-Version: 2.3
Name: mantarix
Version: 0.1.2
Summary: mantarix for Python - easily build interactive multi-platform apps in Python
License: Apache-2.0
Author: Mantarix Systems Inc.
Author-email: hello@mantarix.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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
Provides-Extra: all
Provides-Extra: cli
Provides-Extra: desktop
Provides-Extra: web
Requires-Dist: httpx ; platform_system != "Pyodide"
Requires-Dist: mantarix-cli (==0.1.2) ; extra == "all" or extra == "cli"
Requires-Dist: mantarix-desktop (==0.1.2) ; (platform_system == "Darwin" or platform_system == "Windows") and (extra == "all" or extra == "desktop")
Requires-Dist: mantarix-web (==0.1.2) ; extra == "all" or extra == "web"
Requires-Dist: oauthlib (>=3.2.2,<4.0.0) ; platform_system != "Pyodide"
Requires-Dist: repath (>=0.9.0,<0.10.0)
Project-URL: repository, https://github.com/mantarix-dev/mantarix
