{"id":19176890,"url":"https://github.com/oasisdigital/bazel-python-example","last_synced_at":"2026-06-16T12:31:58.902Z","repository":{"id":90492986,"uuid":"472936756","full_name":"OasisDigital/bazel-python-example","owner":"OasisDigital","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-14T16:27:59.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-07T05:08:54.142Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OasisDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-03-22T21:02:40.000Z","updated_at":"2022-03-22T21:04:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"61c512c7-9016-49c8-ba94-9a66e511591a","html_url":"https://github.com/OasisDigital/bazel-python-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OasisDigital/bazel-python-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OasisDigital%2Fbazel-python-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OasisDigital%2Fbazel-python-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OasisDigital%2Fbazel-python-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OasisDigital%2Fbazel-python-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OasisDigital","download_url":"https://codeload.github.com/OasisDigital/bazel-python-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OasisDigital%2Fbazel-python-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34406820,"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-06-16T02:00:06.860Z","response_time":126,"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-09T10:30:59.918Z","updated_at":"2026-06-16T12:31:58.882Z","avatar_url":"https://github.com/OasisDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oasis Digital Bazel examples\n\nWe use these examples to teach Bazel, but you are welcome to study them\nfor your own purposes!\n\nhttps://oasisdigital.com/class/bazel\n\n## Python example\n\nThis is an intentionally minimal Python example.\n\n## Python setup tips\n\nTypically Python is already installed. Otherwise install for your\nplatform. Example:\n\nbrew install python\n\nThe most recommended way to install CLI addons is via pipx. Example:\n\nbrew install pipx\n\nThen you probably want virtualenv, which acts mostly like a package\nmanager. It avoids putting all your packages in to the global python.\n\npipx install virtualenv\n\n## Conda\n\nHowever, some people install Conda and use it in place of all of the\nabove. Conda comes in two flavors. Anaconda is a commercial product,\nMiniconda is the open source essence.\n\nhttps://www.anaconda.com/products/individual\n\nhttps://docs.conda.io/en/latest/miniconda.html\n\n## Creating requirements.txt\n\nGrab a snapshot of packages installed with pip:\n\nBeware that some setups (like Mac Brew) use python and pip for version 2,\npython3 and pip3 for version 3.\n\npip3 install numpy\n\npip3 freeze \u003e requirements.txt\n\nA simple contents might be:\n\n```\nnumpy==1.16.6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisdigital%2Fbazel-python-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foasisdigital%2Fbazel-python-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisdigital%2Fbazel-python-example/lists"}