{"id":17686078,"url":"https://github.com/alexanderwillner/python-boilerplate","last_synced_at":"2025-05-08T20:37:28.466Z","repository":{"id":138467471,"uuid":"142640732","full_name":"AlexanderWillner/python-boilerplate","owner":"AlexanderWillner","description":"Simple Python 3 Boiler Plate / Template Project","archived":false,"fork":false,"pushed_at":"2021-03-23T09:09:13.000Z","size":22,"stargazers_count":46,"open_issues_count":1,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T18:02:13.069Z","etag":null,"topics":["boilerplate","boilerplate-template","python","python-boiler-plate","python-template","python3","template","template-project"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexanderWillner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-07-28T02:39:12.000Z","updated_at":"2025-03-27T23:26:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd71b81-d8d9-4b4b-a4e6-3727af2b292a","html_url":"https://github.com/AlexanderWillner/python-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderWillner%2Fpython-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderWillner%2Fpython-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderWillner%2Fpython-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderWillner%2Fpython-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderWillner","download_url":"https://codeload.github.com/AlexanderWillner/python-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253146570,"owners_count":21861426,"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":["boilerplate","boilerplate-template","python","python-boiler-plate","python-template","python3","template","template-project"],"created_at":"2024-10-24T10:29:52.333Z","updated_at":"2025-05-08T20:37:28.396Z","avatar_url":"https://github.com/AlexanderWillner.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python 3 Boiler Plate\n\nSimple Python boiler plate project. Main features:\n\n* Main application with parameter parsing and logger (via decorator).\n* Dynamic tests via unit tests and test coverage.\n* Static tests via pycodestyle, pyflakes, and pyline.\n* Requirements management.\n* Basic make, .gitignore and other configuration files.\n\n[![Build Status](https://github.com/alexanderwillner/python-boilerplate/workflows/Build-Test/badge.svg)](https://github.com/AlexanderWillner/python-boilerplate/actions) [![Build Status](https://travis-ci.org/AlexanderWillner/python-boilerplate.svg?branch=master)](https://travis-ci.org/AlexanderWillner/python-boilerplate) [![Coverage Status](https://coveralls.io/repos/github/AlexanderWillner/python-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/AlexanderWillner/python-boilerplate?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AlexanderWillner/python-boilerplate/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AlexanderWillner/python-boilerplate/?branch=master)\n\n## Examples\n\n```bash\n$ make\nSome available commands:\n * run          - Run code.\n * test         - Run unit tests and test coverage.\n * doc          - Document code (pydoc).\n * clean        - Cleanup (e.g. pyc files).\n * code-style   - Check code style (pycodestyle).\n * code-lint    - Check code lints (pyflakes, pyline).\n * code-count   - Count code lines (cloc).\n * deps-install - Install dependencies (see requirements.txt).\n * deps-update  - Update dependencies (via pur).\n * feedback     - Create a GitHub issue.\n```\n\n```bash\n$ make test\n[D 180728 04:10:10 hello:23] \u003cfunction print_message at 0x107867aa0\u003e\nHello world!\n[I 180728 04:10:10 hello:47] []\n.\n----------------------------------------------------------------------\nRan 1 test in 0.001s\n\nOK\nName                  Stmts   Miss  Cover\n-----------------------------------------\nsrc/__init__.py           0      0   100%\nsrc/hello.py             26      0   100%\ntests/__init__.py         0      0   100%\ntests/test_hello.py      12      0   100%\n-----------------------------------------\nTOTAL                    38      0   100%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderwillner%2Fpython-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexanderwillner%2Fpython-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderwillner%2Fpython-boilerplate/lists"}