{"id":29840825,"url":"https://github.com/tikerlade/python-template","last_synced_at":"2026-04-21T09:32:41.402Z","repository":{"id":54541438,"uuid":"311479140","full_name":"tikerlade/Python-Template","owner":"tikerlade","description":"Template repository for python projects","archived":false,"fork":false,"pushed_at":"2021-02-07T20:17:09.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-06T09:05:37.076Z","etag":null,"topics":["ci","git","heroku","pip","pre-commit","python3"],"latest_commit_sha":null,"homepage":"","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/tikerlade.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":"2020-11-09T22:17:43.000Z","updated_at":"2021-09-15T12:11:21.000Z","dependencies_parsed_at":"2022-08-13T19:10:28.431Z","dependency_job_id":null,"html_url":"https://github.com/tikerlade/Python-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/tikerlade/Python-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikerlade%2FPython-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikerlade%2FPython-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikerlade%2FPython-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikerlade%2FPython-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tikerlade","download_url":"https://codeload.github.com/tikerlade/Python-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikerlade%2FPython-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ci","git","heroku","pip","pre-commit","python3"],"created_at":"2025-07-29T14:32:51.371Z","updated_at":"2026-04-21T09:32:41.351Z","avatar_url":"https://github.com/tikerlade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Heroku deployment Status](https://github.com/tikerlade/Python-Template/workflows/Heroku%20deploy/badge.svg)](https://python-template-application.herokuapp.com/)\n[![Python checks Status](https://github.com/tikerlade/Python-Template/workflows/Python%20checks/badge.svg)](https://github.com/tikerlade/Python-Template/actions/)\n\n# Python :snake: template project\nThis project have everything I need to start a Python project :pencil:.\n\nThis includes but not limits: linters, tests + coverage, .gitignore, CI setting up. Below you can see instructions what you need to configure for your personal application + full list of technologies pre-configured with links :link:.\n\n## Instructions :bookmark_tabs:\n_If you are on a Unix system you can run `./setup.sh` to skip all next steps._\n\n- `pip install -r requirements.txt` (this will download all important libraries)\n- `pre-commit intall` (this will enable pre-commit checks)\n\n## GitHub repository setup :octocat:\n### Heroku deployment :arrow_up:\nIf you want app from your `app/` folder to be deployed to Heroku do the following:\n\n- Go to your GitHub repository page `Settings`\n- In the left menu at the bottom choose `Secrets`\n- Add the following variables:\n    - `EMAIL` - email which you are registered at Heroku with\n    - `HEROKU_APP` - name of your heroku app\n    - `HEROKU_API_KEY` - key from your [account page](https://dashboard.heroku.com/account)\n\n### GitHub actions badges :tm:\nIf you want to add badges about GitHub actions that have been passed / failed to your README.md add to the top of README the following:\n```markdown\n[![Invisible-text](https://github.com/your_username/repository_name/workflows/workflow_name/badge.svg)](https://github.com/your_username/repository_name/actions/)\n```\n\n- `Invisible-text` - replacement text when badge cannot be loaded\n- `your_username` - your GitHub username or organization name (where repository is located)\n- `repository_name` - name of repository where GitHub actions will be executed\n- `workflow_name` - name of workflow (basically first line from `github/workflows/___.yml` file), spaces should be replaced with `%20`\n\n\n## Structure\n- `app/` - contains full code to deploy to [Heroku](https://www.heroku.com/)\n- `python-template/` - main part of your Python code should be placed here\n- `.gitignore` - files and folders that won't be tracked by git\n- `.pre-commit-config.yaml` - file with checks that pre-commit needs to run\n- `README.md` - this file with explanations\n- `requirements.txt` - file with Python requirements for proper work\n- `setup.cfg` - configuration of tools which will be used in pre-commit and other tools installed from requirements.txt\n\n## Technologies :floppy_disk:\n- Heroku\n- GitHub Actions CI\n- pre-commit\n  - mypy\n  - flake8\n  - pytest\n  - isort\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikerlade%2Fpython-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftikerlade%2Fpython-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikerlade%2Fpython-template/lists"}