{"id":13802701,"url":"https://github.com/thilomichael/mpsync","last_synced_at":"2026-01-17T16:01:19.377Z","repository":{"id":71202135,"uuid":"298861254","full_name":"thilomichael/mpsync","owner":"thilomichael","description":"A tool that automatically synchronizes code to a micropython board.","archived":false,"fork":false,"pushed_at":"2020-09-26T17:40:21.000Z","size":5,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T09:39:25.758Z","etag":null,"topics":["micropython"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thilomichael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-26T17:04:00.000Z","updated_at":"2024-08-06T03:54:08.000Z","dependencies_parsed_at":"2023-07-19T10:32:12.151Z","dependency_job_id":null,"html_url":"https://github.com/thilomichael/mpsync","commit_stats":null,"previous_names":["uhlo/mpsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thilomichael/mpsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilomichael%2Fmpsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilomichael%2Fmpsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilomichael%2Fmpsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilomichael%2Fmpsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thilomichael","download_url":"https://codeload.github.com/thilomichael/mpsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilomichael%2Fmpsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["micropython"],"created_at":"2024-08-04T00:01:50.639Z","updated_at":"2026-01-17T16:01:19.343Z","avatar_url":"https://github.com/thilomichael.png","language":"Python","readme":"# mpsync\n\n**mpsync** is a little tool that you can run during your MicroPython development to automatically upload changes in your code to a board. Simply run it inside the folder you want to sync up and it will create, upload, and delete files from and to your board whenever something changes.\n\n## How to Install\n\nInstall by running\n\n```\n$ python setup.py install\n```\n\nAfterwards, you can just use `mpsync` anywhere to start the script.\n\n## How to Use\n\n```\nusage: mpsync [-h] [-f FOLDER] [-p PORT] [-v]\n\nA tool that continously synchronizes a folder to a MicroPython board.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -f FOLDER, --folder FOLDER\n                        The folder that should be used to synchronize. Default is the current one\n  -p PORT, --port PORT  Serial port of the MicroPython board.\n  -v, --verbose         Print debug information.\n```\n\nYou can specify the folder you want to sync either by starting the script from the folder or by specifying it in the `--folder` argument. You can specify the location of your MicroPython board with `--port`. Here is an example:\n\n```\n~ $ cd micropython_project\n~/micropython_project $ mpsync -p /dev/tty.SLAB_USBtoUART\n```\n\n## Known Issues\n\nmpsync is currently unable to synchronize the moving of folders. Everything else should be working. If you are having troubles, please open an issue.\n\n\n## Dependencies\n\nmpsync requires the python libraries `watchdog` and `mpfshell`.\n\n## Ideas\n\nI have some ideas on how to improve this tool. Let me know via an issue if you have ideas as well!\n\n - Performing an rsync on the complete folder when the script is started\n - Support moving of folders\n - Support specification of waiting time before stuff gets uploaded.\n","funding_links":[],"categories":["Development"],"sub_categories":["Shells"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilomichael%2Fmpsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthilomichael%2Fmpsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilomichael%2Fmpsync/lists"}