{"id":15042688,"url":"https://github.com/plasticrake/circdeploy","last_synced_at":"2025-09-02T18:43:38.353Z","repository":{"id":48412481,"uuid":"516607482","full_name":"plasticrake/circdeploy","owner":"plasticrake","description":"Easily deploy your CircuitPython projects","archived":false,"fork":false,"pushed_at":"2025-05-03T18:38:55.000Z","size":130,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-18T16:55:03.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/plasticrake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T04:18:33.000Z","updated_at":"2025-05-03T19:15:32.000Z","dependencies_parsed_at":"2023-01-21T09:16:57.952Z","dependency_job_id":null,"html_url":"https://github.com/plasticrake/circdeploy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/plasticrake/circdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasticrake%2Fcircdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasticrake%2Fcircdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasticrake%2Fcircdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasticrake%2Fcircdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plasticrake","download_url":"https://codeload.github.com/plasticrake/circdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plasticrake%2Fcircdeploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273333158,"owners_count":25086967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-09-24T20:47:44.903Z","updated_at":"2025-09-02T18:43:38.345Z","avatar_url":"https://github.com/plasticrake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# circdeploy\n\n## Easily deploy your CircuitPython projects\n\nDeploys the current working directory to a connected CircuitPython device.\n\nI don't like editing CircuitPython files directly from the mounted device folder. The OS may be\ncreating hidden files or your IDE may be saving files frequently which may trigger the device\nto reboot.\n\n**Default behavior:** Copies all `./**/*.py` and `./**/*.pyc` files from the current directory to an\nautomatically detected CircuitPython device, skipping any files in `.gitignore`. Any remaining\n`./**/*.py` and `./**/*.pyc` files on the device are deleted (`./lib/*` is not deleted).\n\n### File Cache\n\nBy default, a file cache is used to only copy files that have been changed in the source directory.\nIf a file was changed manually in the destination, or if the destination is different than a\nprevious deploy, then not all files may be copied. You can disable the cache check with\n`--no-cache`, or reset the cache for that source with `--reset-cache`.\n\n###\n\n```text\n$ circdeploy --help\n\nUsage: circdeploy [OPTIONS]                                                                                                               \n                                                                                                                                           \n Deploy current CircuitPython project                                                                                                      \n                                                                                                                                           \n All .py and .pyc files in the current directory tree will be copied to the destination (device)                                           \n All other .py and .pyc files in the destination directory tree (device) will be deleted except /lib/ (disable with --no-delete)           \n                                                                                                                                           \n╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│ --source,--src        -s                    TEXT  Deploy from this location. [default: (Current working directory)]                     │\n│ --destination,--dest  -d                    TEXT  Deploy to this location. [default: (Device path automatically detected)]              │\n│ --delete                  --no-delete             Delete files in destination. [default: delete]                                        │\n│ --use-gitignore           --no-gitignore          Ignore files using .gitignore files relative to source path. [default: use-gitignore] │\n│ --use-cache               --no-cache              Use file cache to skip unchanged files. [default: use-cache]                          │\n│ --reset-cache                                     Reset file cache.                                                                     │\n│ --dry-run                                         Don't copy files, only output what would be done.                                     │\n│ --install-completion                              Install completion for the current shell.                                             │\n│ --show-completion                                 Show completion for the current shell, to copy it or customize the installation.      │\n│ --help                                            Show this message and exit.                                                           │\n╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasticrake%2Fcircdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplasticrake%2Fcircdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasticrake%2Fcircdeploy/lists"}