{"id":25845307,"url":"https://github.com/mjiggidy/pybinlock","last_synced_at":"2026-02-25T16:32:05.682Z","repository":{"id":278494515,"uuid":"935768649","full_name":"mjiggidy/pybinlock","owner":"mjiggidy","description":"Read, write, and manage Avid bin locks programmatically","archived":false,"fork":false,"pushed_at":"2025-03-15T18:37:02.000Z","size":94,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T04:52:42.629Z","etag":null,"topics":["automation","avb","avid","composer","edit","editing","editorial","lck","lock","lockfile","media","nle","pipeline","post","production"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pybinlock/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjiggidy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-20T01:42:47.000Z","updated_at":"2025-03-15T18:31:26.000Z","dependencies_parsed_at":"2025-03-12T00:22:53.375Z","dependency_job_id":"8b5c08d2-2080-4b20-aca5-a594732d2131","html_url":"https://github.com/mjiggidy/pybinlock","commit_stats":null,"previous_names":["mjiggidy/pybinlock"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mjiggidy/pybinlock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fpybinlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fpybinlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fpybinlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fpybinlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjiggidy","download_url":"https://codeload.github.com/mjiggidy/pybinlock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fpybinlock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29830134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"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":["automation","avb","avid","composer","edit","editing","editorial","lck","lock","lockfile","media","nle","pipeline","post","production"],"created_at":"2025-03-01T08:18:25.731Z","updated_at":"2026-02-25T16:32:05.662Z","avatar_url":"https://github.com/mjiggidy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pybinlock\n\n`binlock` is a python package for programmatically reading and writing Avid bin lock (`.lck`) files in \nmulti-user Avid Media Composer projects.\n\n\u003e[!WARNING]\n\u003eWhile the `.lck` lock file format is a very simple one, it is officially undocumented.  Use this library at your own risk --\n\u003eI assume no responsibility for any damage to your project, loss of data, or underwhelming box office performance.\n\n## Interesting Uses\n\n- Permanently locking bins\n- Temporarily locking bins while programmatically reading/writing to them\n- Custom lock names for displaying short messages, such as why the bin is locked\n- Removing \"stale\" locks\n\n## Installation\n\nInstall the `pybinlock` package [from PyPI](https://pypi.org/project/pybinlock/) using `pip`:\n\n```bash\npip install pybinlock\n```\n\nOr clone from this repo:\n\n```bash\ngit clone https://github.com/mjiggidy/pybinlock.git\ncd pybinlock\npip install .\n```\n\nNow you can import `binlock`!\n\n```python\nfrom binlock import BinLock\n\nwith BinLock(\"Do Not Touch\").hold_bin(\"Reel 1.avb\") as my_lock:\n  print(f\"Bin is now locked as {my_lock.name}\")\n  ...\nprint(\"Bin is now unlocked!\")\n```\n\n## Usage\n\nSee [readthedocs.io](https://pybinlock.readthedocs.io) for general usage and API documentation!\n\n## See Also\n- [`pybinhistory`](https://github.com/mjiggidy/pybinhistory) - Programmatically read and write Avid bin history log (`.log`) files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fpybinlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjiggidy%2Fpybinlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fpybinlock/lists"}