{"id":20109174,"url":"https://github.com/pyupio/safety-bar","last_synced_at":"2025-05-06T10:31:09.741Z","repository":{"id":18667278,"uuid":"84578770","full_name":"pyupio/safety-bar","owner":"pyupio","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-22T00:42:17.000Z","size":661,"stargazers_count":3,"open_issues_count":23,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T11:48:39.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pyup.io/safety/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyupio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-10T16:24:14.000Z","updated_at":"2025-02-21T12:28:26.000Z","dependencies_parsed_at":"2023-01-11T20:29:33.441Z","dependency_job_id":null,"html_url":"https://github.com/pyupio/safety-bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyupio%2Fsafety-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyupio%2Fsafety-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyupio%2Fsafety-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyupio%2Fsafety-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyupio","download_url":"https://codeload.github.com/pyupio/safety-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252665897,"owners_count":21785165,"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","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-11-13T18:07:19.626Z","updated_at":"2025-05-06T10:31:09.106Z","avatar_url":"https://github.com/pyupio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![safety](https://raw.githubusercontent.com/pyupio/safety-bar/master/safety-bar.jpg)](https://pyup.io/safety/)\n\n## Usage:\n\n```\ngit clone https://github.com/pyupio/safety-bar.git\ncd safety-bar\npip install -r requirements.txt\npython app.py\n```\n\n## Setting file:\n\nThe preference will be loaded from the `menubar` directory, and the settings is saved in JSON format:\n\n```\n\u003cyour menubar directory\u003e/.pyupconfig\n```\n\nExample:\n\n```json\n{\n    \"startup\": true,\n    \"api_key\": \"Your API Key\",\n    \"paths\": [\n        {\"path\":\"/Users/enix/Source/python/menubar\",\"enable\":false,\"depth\":1},    \n        {\"path\":\"/Users/enix/Source/python/menubar/test_files\",\"enable\":true,\"depth\":1}\n    ]\n}\n```\n\nFields:\n\n1. startup:  If true, then the app will be run with the system.\n2. api_key:  The API key\n3. paths dictionary:\n    * path,  The directory path to be monitor\n    * enable, A flag to indicate this path is active or not, if enable = false, the program will ignore this record, and dependencies will not be checked.\n    * depth, Reseved for directory depth search, not used currently.\n\nFor example above, `menubar` directory is temporately disabled, so program will  ignore it, and `test_files` is active, so its dependencies will be check every hour.\n\n## How to change the setting?\n\nAfter running `app.py`, you can select `Preference` menu item from the menubar, and a preference window will be shown. So you can add/remove directoy as you want.\n\nTo temporately ignore the directory record, just uncheck the `Enable` column.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyupio%2Fsafety-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyupio%2Fsafety-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyupio%2Fsafety-bar/lists"}