{"id":20461038,"url":"https://github.com/ericgj/gaetool","last_synced_at":"2026-05-27T20:32:20.225Z","repository":{"id":138271675,"uuid":"150053931","full_name":"ericgj/gaetool","owner":"ericgj","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-12T13:53:53.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T11:34:18.365Z","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/ericgj.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":"2018-09-24T04:26:09.000Z","updated_at":"2019-07-12T13:53:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"189ac975-6227-4075-80f7-3cb045e91b24","html_url":"https://github.com/ericgj/gaetool","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ericgj/gaetool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgj%2Fgaetool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgj%2Fgaetool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgj%2Fgaetool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgj%2Fgaetool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericgj","download_url":"https://codeload.github.com/ericgj/gaetool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgj%2Fgaetool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33583394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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-11-15T12:22:57.873Z","updated_at":"2026-05-27T20:32:20.210Z","avatar_url":"https://github.com/ericgj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google App Engine | Python 3 | Tooling\n\nDevelopment tooling and deployment rig for Python 3.x standard and flex\nenvironments on Google App Engine.\n\n## Features\n\n\n## How to use\n\n1. Set up and activate a virtualenv for development if you haven't already:\n\n```bash\nvirtualenv .env\n.env/bin/activate\n```\n\n2. Install the library:\n\n```bash\npip install gaetool\n```\n(or add it to your requirements.txt, etc.)\n\n3. Initialize and create a default service:\n\n```bash\ngaetool init my-gae-project-id\n```\n\n4. Initialize a new service:\n\n```bash\ngaetool service add my-service\n```\n\n5. Specify requirements for multiple services:\n\n```bash\ngaetool req add --service=\"my-service\" --service=\"my-other-service\" WebOb pytz\n```\n\n6. Install and freeze requirements:\n\n```bash\ngaetool req install --service=\"my-service\" \n```\n\n7. Build a service for a given environment:\n\n```bash\ngaetool build --service=\"my-service\" development\n```\n\n8. Run tests on the build:\n\n```bash\ngaetool exec --service=\"my-service\" development \"python -m pytest\"\n```\n\n9. Deploy a service for a given environment:\n\n```bash\ngaetool build --service=\"my-service\" test\ngaetool deploy --service=\"my-service\" test\n```\n\nNote that as of version 0.2.1, linting and testing and command execution have\nbeen taken out of the `build` and `deploy` commands. Having \"de-bundled\" \ncommands makes it easier to construct build pipelines however you see fit. At\nthe same time, the tool will prevent you from executing a command or deploying \nthe app if the specified environment or service doesn't match the build.\n\n\n## Other commands\n\n### template \n\nThis is a more generic build command where you can specify the exact source\nand target directories, file extension of the template files, and subdirectory\nwhere the templates reside.\n\nThe following command is equivalent to the `gaetool build` above (but without\nthe lint and test steps):\n\n```bash\ngaetool template development backend/my-service build --file-ext=yaml --template-dir=.\n```\n\nThis can be useful for frontend or other client builds that need to access the \nsame config as the backend, for instance.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgj%2Fgaetool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericgj%2Fgaetool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgj%2Fgaetool/lists"}