# Marathon Device Service Library
The Marathon Device Service library provides a streamlined approach for managing Marathon Cloud devices exclusively within the Marathon Cloud ecosystem.
For additional details about the Marathon Cloud, please visit [MarathonLabs site](https://marathonlabs.io).
## Installation
Ensure you have Python 3.6+ installed, then use pip to install:
```bash
pip install marathon-device-service
```
## Quick Start
To use the library:
```python
from marathon_device_service import MarathonDeviceService
# Initialize the service
service = MarathonDeviceService()
# Upload a media file to the device's camera
service.camera.uploadMedia('/path/to/media/file.mp4')
```
Replace the file path with the actual media file you wish to upload.
## Support
For issues or feature requests, please contact our support team (em@marathonlabs.io).
Raw data
{
"_id": null,
"home_page": "https://marathonlabs.io",
"name": "marathon-device-service",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "camera media upload service Marathon Cloud device emulator Android",
"author": "MarathonLabs",
"author_email": "em@marathonlabs.io",
"download_url": "https://files.pythonhosted.org/packages/bb/db/bd30dd0164a7cd6f7527f062b808dd12577c9d69156783767a43f29eff44/marathon_device_service-0.0.2.tar.gz",
"platform": null,
"description": "# Marathon Device Service Library\n\nThe Marathon Device Service library provides a streamlined approach for managing Marathon Cloud devices exclusively within the Marathon Cloud ecosystem. \nFor additional details about the Marathon Cloud, please visit [MarathonLabs site](https://marathonlabs.io).\n\n## Installation\n\nEnsure you have Python 3.6+ installed, then use pip to install:\n\n```bash\npip install marathon-device-service\n```\n\n## Quick Start\n\nTo use the library:\n```python\nfrom marathon_device_service import MarathonDeviceService\n\n# Initialize the service\nservice = MarathonDeviceService()\n\n# Upload a media file to the device's camera\nservice.camera.uploadMedia('/path/to/media/file.mp4')\n```\n\nReplace the file path with the actual media file you wish to upload.\n\n## Support\n\nFor issues or feature requests, please contact our support team (em@marathonlabs.io).\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A Python library to manage a device in Marathon Cloud.",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://marathonlabs.io"
},
"split_keywords": [
"camera",
"media",
"upload",
"service",
"marathon",
"cloud",
"device",
"emulator",
"android"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abbdad9da6087df416b3041364e090f7a432a3fbc31b7d0595ec94a3458c25a2",
"md5": "7f90698210e36de3995fd25ac20f3c78",
"sha256": "c9e82c8bbe97bf6202fc70b9665a57bf30d53ec7f7ce8d68746fc76592690676"
},
"downloads": -1,
"filename": "marathon_device_service-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7f90698210e36de3995fd25ac20f3c78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2796,
"upload_time": "2024-02-21T15:35:27",
"upload_time_iso_8601": "2024-02-21T15:35:27.584153Z",
"url": "https://files.pythonhosted.org/packages/ab/bd/ad9da6087df416b3041364e090f7a432a3fbc31b7d0595ec94a3458c25a2/marathon_device_service-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bbdbbd30dd0164a7cd6f7527f062b808dd12577c9d69156783767a43f29eff44",
"md5": "4e83dc289f0d9dec1f7bc84304efff87",
"sha256": "ab212767ee1e18152903496715b200317639a45a51d1283da3f646282a4dccdb"
},
"downloads": -1,
"filename": "marathon_device_service-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4e83dc289f0d9dec1f7bc84304efff87",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2402,
"upload_time": "2024-02-21T15:35:29",
"upload_time_iso_8601": "2024-02-21T15:35:29.109734Z",
"url": "https://files.pythonhosted.org/packages/bb/db/bd30dd0164a7cd6f7527f062b808dd12577c9d69156783767a43f29eff44/marathon_device_service-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-21 15:35:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "marathon-device-service"
}