{"id":18534414,"url":"https://github.com/nanobox-io/nanobox-engine-python","last_synced_at":"2025-04-09T15:31:39.264Z","repository":{"id":45096661,"uuid":"42480955","full_name":"nanobox-io/nanobox-engine-python","owner":"nanobox-io","description":"Engine for running Python apps on Nanobox","archived":false,"fork":false,"pushed_at":"2019-03-11T22:10:21.000Z","size":121,"stargazers_count":12,"open_issues_count":9,"forks_count":13,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-24T08:41:15.497Z","etag":null,"topics":["boxfile","developer-tools","development-environment","devtools","docker","nanobox","python-apps","python-engine","python-runtime"],"latest_commit_sha":null,"homepage":"https://nanobox.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanobox-io.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}},"created_at":"2015-09-14T22:37:04.000Z","updated_at":"2022-03-22T19:25:51.000Z","dependencies_parsed_at":"2022-09-02T22:40:37.568Z","dependency_job_id":null,"html_url":"https://github.com/nanobox-io/nanobox-engine-python","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/nanobox-io%2Fnanobox-engine-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox-engine-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanobox-io","download_url":"https://codeload.github.com/nanobox-io/nanobox-engine-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248057993,"owners_count":21040672,"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":["boxfile","developer-tools","development-environment","devtools","docker","nanobox","python-apps","python-engine","python-runtime"],"created_at":"2024-11-06T19:15:42.870Z","updated_at":"2025-04-09T15:31:38.961Z","avatar_url":"https://github.com/nanobox-io.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python\n\nThis is a Python engine for developing python apps on [Nanobox](http://nanobox.io).\n\n## Usage\nTo use the Python engine, specify `python` as your `engine` in your boxfile.yml\n\n```yaml\nrun.config:\n  engine: python\n```\n\n## Configuration Options\nThis engine exposes configuration options through the [boxfile.yml](https://docs.nanobox.io/boxfile/), a yaml config file used to provision and configure your app's infrastructure when using Nanobox.\n\n### Python Settings\nThe following setting allows you to define your Python runtime environment.\n\n#### runtime\nSpecifies which Python runtime and version to use. The following runtimes are available:\n\n- python-2.7\n- python-3.4\n- python-3.5\n- python-3.6\n\n```yaml\nrun.config:\n  engine.config:\n    runtime: python-3.5\n```\n\n#### pip_install\nAllows for a custom user-defined pip install command.\n\nnote: The custom pip install command should always include `-I` to ensure the binaries get copied on each build.\n\n```yaml\nrun.config:\n  engine.config:\n    pip_install: 'pip install --index-url https://my.custom.index -r requirements/private.txt -I'\n```\n\n## Help \u0026 Support\nThis is a Python engine provided by [Nanobox](http://nanobox.io). If you need help with this engine, you can reach out to us in the [#nanobox IRC channel](http://webchat.freenode.net/?channels=nanobox). If you are running into an issue with the engine, feel free to [create a new issue on this project](https://github.com/pagodabox/nanobox-engine-python/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox-engine-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanobox-io%2Fnanobox-engine-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox-engine-python/lists"}