{"id":16216007,"url":"https://github.com/kc596/python-project-template","last_synced_at":"2025-09-09T13:37:32.294Z","repository":{"id":53532567,"uuid":"204151817","full_name":"kc596/Python-Project-Template","owner":"kc596","description":"Template for a python project","archived":false,"fork":false,"pushed_at":"2021-03-25T22:53:21.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T00:15:36.866Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kc596.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":"2019-08-24T12:04:43.000Z","updated_at":"2019-08-24T12:07:07.000Z","dependencies_parsed_at":"2022-09-21T01:12:38.354Z","dependency_job_id":null,"html_url":"https://github.com/kc596/Python-Project-Template","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/kc596%2FPython-Project-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kc596%2FPython-Project-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kc596%2FPython-Project-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kc596%2FPython-Project-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kc596","download_url":"https://codeload.github.com/kc596/Python-Project-Template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744283,"owners_count":20988781,"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-10-10T11:17:41.671Z","updated_at":"2025-04-07T22:42:43.792Z","avatar_url":"https://github.com/kc596.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template for python projects\n\n### Running project\n1. Install python3\n2. Create virtual environment and activate it (recommended). \n   ```\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n3. Install requirements. Goto root of the project and run the command.\n   ```\n   python3 -m pip install -r requirements.txt\n   ```\n4. Set environment variables `PROJECT_ALIAS_PROFILE` and `PROJECT_ALIAS_CONFIG_PATH` as defined in `constants.py`\n   ```\n   export PROJECT_ALIAS_PROFILE=prod\n   export PROJECT_ALIAS_CONFIG_PATH=config/ \n   ```\n5. Start the project.\n    ```\n    python3 -m src.main\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkc596%2Fpython-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkc596%2Fpython-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkc596%2Fpython-project-template/lists"}