{"id":40291322,"url":"https://github.com/sleepingkingstudios/python-reference-sheet","last_synced_at":"2026-01-20T04:38:10.802Z","repository":{"id":231231953,"uuid":"779422755","full_name":"sleepingkingstudios/python-reference-sheet","owner":"sleepingkingstudios","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-28T23:41:24.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-29T03:48:11.103Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sleepingkingstudios.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T20:02:25.000Z","updated_at":"2024-06-29T03:48:11.104Z","dependencies_parsed_at":"2024-06-26T03:42:05.682Z","dependency_job_id":"fde45497-eae8-42ee-80a6-b7b6133b7b92","html_url":"https://github.com/sleepingkingstudios/python-reference-sheet","commit_stats":null,"previous_names":["sleepingkingstudios/python-cheat-sheet","sleepingkingstudios/python-reference-sheet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sleepingkingstudios/python-reference-sheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleepingkingstudios%2Fpython-reference-sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleepingkingstudios%2Fpython-reference-sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleepingkingstudios%2Fpython-reference-sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleepingkingstudios%2Fpython-reference-sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sleepingkingstudios","download_url":"https://codeload.github.com/sleepingkingstudios/python-reference-sheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sleepingkingstudios%2Fpython-reference-sheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":"2026-01-20T04:38:10.725Z","updated_at":"2026-01-20T04:38:10.787Z","avatar_url":"https://github.com/sleepingkingstudios.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Reference Sheet\n\nA [Flask](https://flask.palletsprojects.com/en/3.0.x/) application.\n\n## Local Development\n\n1.  Activate the `venv` Virtual Environment:\n\n    ```bash\n    . .venv/bin/activate\n    ```\n\n2.  Install the application:\n\n    ```bash\n    pip install -e .\n    ```\n\n3.  Run the application:\n\n    ```bash\n    flask --app anaconda run --port=3000 --debug\n    ```\n\n    \u003e @note: The default port 5000 is not recommended on macOS devices due to a\n    \u003e   conflict with Airdrop services.\n\n4.  Run the unit tests:\n\n    ```bash\n    pytest\n    ```\n\n5.  Run the code linter:\n\n    ```bash\n    pycodestyle anaconda\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleepingkingstudios%2Fpython-reference-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsleepingkingstudios%2Fpython-reference-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleepingkingstudios%2Fpython-reference-sheet/lists"}