Metadata-Version: 2.4
Name: openadapt-desktop
Version: 0.2.0
Summary: Cross-platform desktop app for continuous screen recording and AI training data collection
Project-URL: Homepage, https://openadapt.ai
Project-URL: Repository, https://github.com/OpenAdaptAI/openadapt-desktop
Project-URL: Issues, https://github.com/OpenAdaptAI/openadapt-desktop/issues
Author-email: OpenAdapt AI <hello@openadapt.ai>
License-Expression: MIT
License-File: LICENSE
Keywords: AI,automation,desktop,recording,screen-capture,training-data
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: loguru
Requires-Dist: openadapt-capture>=0.3.0
Requires-Dist: openadapt-privacy>=0.1.0
Requires-Dist: psutil
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: tqdm
Provides-Extra: community
Requires-Dist: huggingface-hub; extra == 'community'
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: python-semantic-release>=9.15.2; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: enterprise
Requires-Dist: boto3; extra == 'enterprise'
Provides-Extra: federated
Requires-Dist: flwr; extra == 'federated'
Requires-Dist: torch; extra == 'federated'
Provides-Extra: full
Requires-Dist: boto3; extra == 'full'
Requires-Dist: flwr; extra == 'full'
Requires-Dist: huggingface-hub; extra == 'full'
Requires-Dist: torch; extra == 'full'
