{"id":19206515,"url":"https://github.com/frdel/heroku-python-minimal","last_synced_at":"2025-02-23T06:42:00.510Z","repository":{"id":236988976,"uuid":"793576611","full_name":"frdel/heroku-python-minimal","owner":"frdel","description":"Minimal setup for python app on Heroku","archived":false,"fork":false,"pushed_at":"2024-04-30T16:15:36.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T01:42:20.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/frdel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T13:35:11.000Z","updated_at":"2024-08-29T17:21:15.000Z","dependencies_parsed_at":"2025-01-04T15:27:28.333Z","dependency_job_id":"f4342ed2-07a5-4787-81ea-5e35abdb121a","html_url":"https://github.com/frdel/heroku-python-minimal","commit_stats":null,"previous_names":["frdel/heroku-python-minimal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdel%2Fheroku-python-minimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdel%2Fheroku-python-minimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdel%2Fheroku-python-minimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdel%2Fheroku-python-minimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frdel","download_url":"https://codeload.github.com/frdel/heroku-python-minimal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280824,"owners_count":19776414,"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-09T13:16:07.409Z","updated_at":"2025-02-23T06:42:00.448Z","avatar_url":"https://github.com/frdel.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal Heroku python setup project\nThis project is the minimal python setup to run in cloud environment on Heroku.\nWith this you will be able to deploy your application to the cloud automatically just by updating your GitHub repository.\nFew examples and basic authentication included.\n\n# How it works\n- run_srv.py starts internal Flask server and handles all requests, including basic authentication\n- requirements.txt store package names required for your project\n- Procfile is used by Heroku to start it's web server (gunicorn)\n- heroku.yml is a config file for Heroku\n- .html files are just for demonstration\n\n# Instructions\n- Download or clone this repository. You can add these files to your existing project.\n- Install requirements from requirements.txt:\n~~~\npip install -r requirements.txt\n~~~\n- Put all your packages back to requirements.txt (Heroku needs to know what to install):\n~~~\npip freeze \u003e requirements.txt\n~~~\n- Register on Heroku.com and link your GitHub repository and branch on the Deploy tab of your application\n- Optional: set up BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD variables on Heroku Settings tab to enable simple authentication (just 1 user)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdel%2Fheroku-python-minimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrdel%2Fheroku-python-minimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdel%2Fheroku-python-minimal/lists"}