{"id":15946380,"url":"https://github.com/zoni/puppeterr","last_synced_at":"2026-06-25T09:31:24.480Z","repository":{"id":7366304,"uuid":"8691931","full_name":"zoni/puppeterr","owner":"zoni","description":"Install Err straight from a Git repository into it's own Python virtualenv with Puppet","archived":false,"fork":false,"pushed_at":"2013-03-11T08:41:20.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T09:32:16.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/zoni.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":"2013-03-10T21:31:17.000Z","updated_at":"2016-05-03T08:15:36.000Z","dependencies_parsed_at":"2022-08-26T22:53:05.812Z","dependency_job_id":null,"html_url":"https://github.com/zoni/puppeterr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoni%2Fpuppeterr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoni%2Fpuppeterr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoni%2Fpuppeterr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoni%2Fpuppeterr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoni","download_url":"https://codeload.github.com/zoni/puppeterr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240183764,"owners_count":19761440,"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-07T09:21:24.871Z","updated_at":"2026-06-06T04:30:20.375Z","avatar_url":"https://github.com/zoni.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"Err\n===\n\nInstall the [Err](http://gbin.github.com/err/) xmpp/irc chat bot from a Git\nrepository into it's own Python virtualenv.\n\nNote: I wrote this late on a Sunday night. Though it's tested, it does not \ncurrently contain actual tests.\n\nDocumentation\n-------------\n\nThis module contains embedded rdoc documentation, use the `puppet doc` tool to generate it.\nAlternatively, here's the same documentation in markdown:\n\n### Define: Err\n\nA defined resource type which installs Err straight from a Git repository\nand into it's own Python virtualenv\n\n#### Parameters\n\n*checkout* \n\n  (required) The directory to check out the Git repository into.\n\n*virtualenv*\n\n  (required) The directory to create the virtualenv in.\n\n*source*\n\n   The repository to clone from. Defaults to upstream (git://github.com/gbin/err.git).\n\n*revision*\n\n   The specific revision to install. Defaults to the latest commit on master.\n\n*pythonversion*\n\n   The version of python to install the virtualenv with. Takes any valid value the\n   --python flag to virtualenv supports. Default to the interpreter that virtualenv\n   was installed with (/usr/bin/python).\n\n#### Examples\n\n     # Install the Python 2 version of Err to /usr/share/err/python2\n\t err { 'err2':\n\t   checkout =\u003e '/usr/share/err/repo',\n\t   virtualenv =\u003e '/usr/share/err/python2/',\n\t   pythonversion =\u003e 'python2',\n\t }\n\n     # Install the Python 3 version of Err to /usr/share/err/python3\n     # using the same Git checkout that was already used for Python 2\n\t err { 'err3':\n\t   checkout =\u003e '/usr/share/err/repo',\n\t   virtualenv =\u003e '/usr/share/err/python3/',\n\t   pythonversion =\u003e 'python3',\n\t }\n\n### Class: err::packages\n\nIncluded by the defined resource `err` to install required packages\n\n#### Parameters\n\nNone\n\nAuthor\n------\n\nNick Groenen \u003czoni@zoni.nl\u003e\n\nSupport\n-------\n\nPlease log any issues at the GitHub [issues](https://github.com/zoni/puppeterr)\npage or ask for help in the\n[Google plus community](https://plus.google.com/communities/117050256560830486288).\n\nKnow issues\n-----------\n\nWhen changing arguments passed to the virtualenv (like changing the Python version),\nyou'll need to remove the virtualenv by hand first. This module does not currently\ndetect when it needs to recreate the virtualenv from scratch.\n\nContributing\n------------\n\n1. Fork the repository on GitHub\n2. Make epic changes\n3. Open a pull request :) \n\nLicense\n-------\n\nThe MIT License (MIT)\nCopyright (c) 2013 Nick Groenen\n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING \nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \nDEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoni%2Fpuppeterr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoni%2Fpuppeterr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoni%2Fpuppeterr/lists"}