{"id":16525624,"url":"https://github.com/camdavidsonpilon/python_packages_survey","last_synced_at":"2025-10-28T08:31:39.694Z","repository":{"id":66073654,"uuid":"165590749","full_name":"CamDavidsonPilon/python_packages_survey","owner":"CamDavidsonPilon","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-29T14:54:09.000Z","size":2625,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T22:03:22.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://python-packages-survey.com","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/CamDavidsonPilon.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":"2019-01-14T03:40:34.000Z","updated_at":"2023-09-08T17:49:16.000Z","dependencies_parsed_at":"2023-11-19T09:15:11.205Z","dependency_job_id":null,"html_url":"https://github.com/CamDavidsonPilon/python_packages_survey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CamDavidsonPilon/python_packages_survey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CamDavidsonPilon%2Fpython_packages_survey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CamDavidsonPilon%2Fpython_packages_survey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CamDavidsonPilon%2Fpython_packages_survey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CamDavidsonPilon%2Fpython_packages_survey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CamDavidsonPilon","download_url":"https://codeload.github.com/CamDavidsonPilon/python_packages_survey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CamDavidsonPilon%2Fpython_packages_survey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281409298,"owners_count":26496362,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T17:04:20.885Z","updated_at":"2025-10-28T08:31:39.689Z","avatar_url":"https://github.com/CamDavidsonPilon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Packages Survey\n\nTake the survey:\nhttps://python-packages-survey.com/\n\n\n## Development \n\n#### Local Development \n\nThe main app is Python 3.6+:\n\n```\n$ brew install python3\n$ pip3 install -r requirements.txt\n```\n\n```\n$ brew install postgres\n$ brew services start postgresql\n```\n\nTo create the database for the first time: `createdb testdb`.\n\nTo create the tables locally for the first time:\n```\n\n$ python \n\u003e from main import db\n\u003e db.create_all()  # inverse is db.drop_all()\n\n```\n\nRun the flask server locally\n\n```\n$ FLASK_ENV=development FLASK_APP=main.py  python -m flask run\n```\n\nvisit localhost:5000\n\n#### Deployment and Production\n\nTo deploy (Python 2.7 required)\n\n```\ngcloud app deploy\n```\n\n\nTo modify the tables in prod GCP (run `./cloud_sql_proxy`)\n```\n$ ./cloud_sql_proxy -dir=/cloudsql \u0026\n$ DBUSER=postgres DBPASS=\u003cpass\u003e INSTANCE_CONNECTION_NAME=pip-project-survey:northamerica-northeast1:testdb DBDATABASE=testdb ipython\n\u003e from main import db\n\u003e db.create_all()  # inverse is db.drop_all()\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamdavidsonpilon%2Fpython_packages_survey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamdavidsonpilon%2Fpython_packages_survey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamdavidsonpilon%2Fpython_packages_survey/lists"}