{"id":20900386,"url":"https://github.com/lkummer/backer","last_synced_at":"2025-08-16T12:21:26.431Z","repository":{"id":132675237,"uuid":"256857530","full_name":"LKummer/backer","owner":"LKummer","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-29T19:00:13.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T13:15:20.928Z","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/LKummer.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}},"created_at":"2020-04-18T21:35:06.000Z","updated_at":"2020-04-29T19:00:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4cddfe2-b159-4862-bd5c-a44a102f2660","html_url":"https://github.com/LKummer/backer","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/LKummer%2Fbacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LKummer%2Fbacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LKummer%2Fbacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LKummer%2Fbacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LKummer","download_url":"https://codeload.github.com/LKummer/backer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285620,"owners_count":20266849,"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-18T11:19:16.555Z","updated_at":"2025-03-12T20:18:03.818Z","avatar_url":"https://github.com/LKummer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backer\n\nFile archving command line utility.\n\n## Development Guide\n\nMake sure to install the dependencies before development.\n\n```\n$ poetry install\n```\n\n### Running\n\nRun the Backer CLI:\n\n```\n$ poetry run backer\n```\n\n### Testing\n\nRun the unit tests:\n\n```\n$ inv test\n```\n\n### Linting\n\nLint the backer module files:\n\n```\n$ inv lint\n```\n\nLint the tests:\n\n```\n$ inv lint -t\n```\n\n### Formatting\n\nFormat all source files:\n\n```\n$ inv format\n```\n\n## Style Guide\n\nPlease follow the style guide when contributing.\n\n### Commit Messages\n\nStart the message with a verb in present form, for example; add, fix, improve,\nrefactor.\n\nLimit the first line to 50 characters, as it is the subject line Github will\ntruncate it when viewing the log.\n\nLeave a blank line between the subject line and the text body if a text body is\nused.\n\nWrite concisely and accurately.\n\n### Docstrings\n\nFollow the\n[Google Napoleon docstring style.](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)\n\nThe docstrings are written in Markdown.\n\n### Testing\n\nTests reside in the `/tests` folder. Test file names follow the pattern\n`test_*.py`.\n\nTests are to be grouped by classes.\n\nExample unit test:\n\n``` py\nclass TestSomething\n    \"\"\"Tests for something.\"\"\"\n    def test_one_thing(self):\n        \"\"\"Ensure one thing works.\"\"\"\n        assert True\n    def test_another_thing(self):\n        \"\"\"Ensure another thing works.\"\"\"\n        assert True\n```\n\n### Linting and Formatting\n\nMake sure to run the linter and formatter before pushing.\n\nLater on a CI pipeline will be configured to force this step.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkummer%2Fbacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flkummer%2Fbacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkummer%2Fbacker/lists"}