{"id":16282666,"url":"https://github.com/thomasballinger/bpython-cheat-sheet","last_synced_at":"2026-03-18T18:47:51.338Z","repository":{"id":3922646,"uuid":"5012531","full_name":"thomasballinger/bpython-cheat-sheet","owner":"thomasballinger","description":null,"archived":false,"fork":false,"pushed_at":"2012-07-13T00:57:27.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T09:39:07.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Sid-1020/raspberry-pi-middleware","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasballinger.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":"2012-07-13T00:56:59.000Z","updated_at":"2023-06-05T17:36:18.000Z","dependencies_parsed_at":"2022-07-07T18:50:49.988Z","dependency_job_id":null,"html_url":"https://github.com/thomasballinger/bpython-cheat-sheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomasballinger/bpython-cheat-sheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasballinger%2Fbpython-cheat-sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasballinger%2Fbpython-cheat-sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasballinger%2Fbpython-cheat-sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasballinger%2Fbpython-cheat-sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasballinger","download_url":"https://codeload.github.com/thomasballinger/bpython-cheat-sheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasballinger%2Fbpython-cheat-sheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29736067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-10T19:11:21.993Z","updated_at":"2026-02-23T03:13:11.424Z","avatar_url":"https://github.com/thomasballinger.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Contributing to Bpython cheat sheet\n===================================\n\n\nFirst Time Setup\n----------------\n\n* Do you have pip?\n  * try `pip --version`\n  * if not, `sudo easy_install pip`\n* Do you have virtualenv?\n  * try `virtualenv --version`\n  * if not, `sudo pip install virtualenv`\n* Do you have mercurial?\n  * try `hg --version`\n  * if not, `sudo pip install virtualenv`\n* Do you have a bitbucket account?\n  * if not, create one and log in\n* Create a virtual environment for you dev version\n  * `virtualenv bpython-dev`\n  * activate it with `source bpython-dev/bin/activate`\n* Fork bpython in the BitBucket web interface\n* Clone your bpython fork\n  * `hg clone https://bitbucket.org/YOUR_BITBUCKET_USER_NAME_HERE/bpython`\n* Install it into the virtualenv in development mode\n  * `cd bpython`\n  * `python setup.py devel`\n\nEvery Time Setup\n----------------\n\n* Activate your virtualenv:\n  * source bpython-dev/bin/activate\n\nDoing a Pull Request\n--------------------\n\n* hg branch WHAT-YOU-WANT-TO-CALL-YOUR-FIX\n* repeat as needed:\n  * make changes\n  * test them\n  * `hg add FILES YOU CHANGED`\n  * `hg commit`\n* git push --new-branch\n* Pull Request from the Bitbucket GUI\n* hg pull\n* hg update default\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasballinger%2Fbpython-cheat-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasballinger%2Fbpython-cheat-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasballinger%2Fbpython-cheat-sheet/lists"}