{"id":19874122,"url":"https://github.com/pythoninthegrass/status-bot","last_synced_at":"2025-06-23T14:37:45.070Z","repository":{"id":233389493,"uuid":"781138765","full_name":"pythoninthegrass/status-bot","owner":"pythoninthegrass","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-07T23:00:14.000Z","size":84,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T01:25:32.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pythoninthegrass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["pythoninthegrass"]}},"created_at":"2024-04-02T20:24:53.000Z","updated_at":"2024-04-02T20:24:59.000Z","dependencies_parsed_at":"2024-04-16T02:22:13.193Z","dependency_job_id":"78a76d5e-9033-4460-a1cd-bd7843d961e2","html_url":"https://github.com/pythoninthegrass/status-bot","commit_stats":null,"previous_names":["pythoninthegrass/status-bot"],"tags_count":0,"template":false,"template_full_name":"pythoninthegrass/mvp","purl":"pkg:github/pythoninthegrass/status-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fstatus-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fstatus-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fstatus-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fstatus-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythoninthegrass","download_url":"https://codeload.github.com/pythoninthegrass/status-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Fstatus-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261495756,"owners_count":23167374,"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-12T16:21:51.680Z","updated_at":"2025-06-23T14:37:44.869Z","avatar_url":"https://github.com/pythoninthegrass.png","language":"Makefile","readme":"# mvp\n\n\u003c!-- ![\"It's dangerous to go alone! Take this.\"](static/image.jpg) --\u003e\n\u003c!-- \u003cimg src=\"https://user-images.githubusercontent.com/4097471/144654508-823c6e31-5e10-404c-9f9f-0d6b9d6ce617.jpg\" width=\"300\"\u003e --\u003e\n\n**minimum viable python**\n\n## Summary\nSets up a new development environment for a Mac or Linux (i.e., UNIX) box.\n\n**Table of Contents**\n* [mvp](#mvp)\n  * [Summary](#summary)\n  * [Setup](#setup)\n    * [Minimum requirements](#minimum-requirements)\n    * [Recommended requirements](#recommended-requirements)\n  * [Development](#development)\n    * [Makefile](#makefile)\n    * [Taskfile](#taskfile)\n    * [Devbox](#devbox)\n    * [Tilt](#tilt)\n  * [TODO](#todo)\n  * [Further Reading](#further-reading)\n\n## Setup\n### Minimum requirements\n  * [Python 3.11](https://www.python.org/downloads/)\n* Dev dependencies\n  * make\n    * [Linux](https://www.gnu.org/software/make/)\n    * [macOS](https://www.freecodecamp.org/news/install-xcode-command-line-tools/)\n  * [editorconfig](https://editorconfig.org/)\n  * [wsl](https://docs.microsoft.com/en-us/windows/wsl/setup/environment)\n\n### Recommended requirements\n* [devbox](https://www.jetpack.io/devbox/docs/quickstart/)\n* [task](https://taskfile.dev/#/installation)\n\n## Development\n### Makefile\n```bash\n# install all repo dependcies\nmake install\n\n# install specific repo dependencies\nmake \u003cxcode|asdf|brew|devbox|pre-commit|task\u003e\n```\n\n### Taskfile\n```bash\nλ task\ntask: [default] task --list\ntask: Available tasks for this project:\n* checkbash:            Check bash scripts\n* export-reqs:          Export requirements.txt\n* install:              Install project dependencies\n* pre-commit:           Run pre-commit hooks\n* run:                  Run the playbook\n* run-dev:              Run the playbook with tags and debug\n* update-deps:          Update dependencies\n* docker:build:         Build the docker image\n* docker:down:          Stop and remove containers, networks, and volumes with docker compose\n* docker:exec:          Shell into a running container               \n* docker:logs:          Follow the logs of a running container               \n* docker:net:           Create docker network \n* docker:prune:         Prune docker          \n* docker:push:          Push the docker image to the registry                \n* docker:stop:          Stop the project with docker compose                  \n* docker:up:            Start the project with docker compose                  \n* docker:vol:           Create docker volume  \n```\n\n### Devbox\nDevbox takes care of setting up a dev environment automatically. Under the hood it uses [Nix Package Manager](https://search.nixos.org/packages).\n\nCurrently, it supports the following:\n* [asdf](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf)\n* [docker](https://docs.docker.com/compose/install/)\n* [gh](https://cli.github.com/manual/)\n* [minikube](https://minikube.sigs.k8s.io/docs/start/)\n* [nodejs (21.4)](https://nodejs.org/en/download/)\n* [poetry](https://python-poetry.org/docs/)\n* [python (3.11)](https://www.python.org/)\n* [task](https://taskfile.dev/#/installation)\n* [tilt](https://docs.tilt.dev/install.html)\n\n```bash\n# enter dev environment\ndevbox shell\n\n# run repl\npython\n\n# exit dev environment\nexit\n\n# run tests\ndevbox run test\n```\n\n### Tilt\n```bash\nminikube start --memory=2048 --cpus=2 --kubernetes-version=v1.28.3 -p minikube\ngit clone https://github.com/tilt-dev/tilt-example-python\ncd tilt-example-python/3-recommended\ntilt up\nminikube stop\nminikube delete\nrm -rf tilt-example-python\n```\n\n## TODO\n* [Open Issues](https://github.com/pythoninthegrass/mvp/issues)\n* QA [Ansible playbook](ansible/playbook.yml)\n  * Test\n    * macOS\n    * Ubuntu\n* Write boilerplate pytest tests\n* CI/CD\n\n## Further Reading\n* [python](https://www.python.org/)\n* [asdf](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf)\n* [poetry](https://python-poetry.org/docs/)\n* [docker-compose](https://docs.docker.com/compose/install/)\n* [pre-commit hooks](https://pre-commit.com/)\n","funding_links":["https://github.com/sponsors/pythoninthegrass"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Fstatus-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoninthegrass%2Fstatus-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Fstatus-bot/lists"}