{"id":22846343,"url":"https://github.com/noahmorrison/limp","last_synced_at":"2025-04-28T17:40:58.268Z","repository":{"id":45400103,"uuid":"37699613","full_name":"noahmorrison/limp","owner":"noahmorrison","description":"Lazy imports in python","archived":false,"fork":false,"pushed_at":"2015-06-19T03:37:17.000Z","size":132,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T11:41:35.089Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noahmorrison.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-06-19T03:32:51.000Z","updated_at":"2024-12-12T22:35:33.000Z","dependencies_parsed_at":"2022-09-22T18:30:26.470Z","dependency_job_id":null,"html_url":"https://github.com/noahmorrison/limp","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/noahmorrison%2Flimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahmorrison%2Flimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahmorrison%2Flimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahmorrison%2Flimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahmorrison","download_url":"https://codeload.github.com/noahmorrison/limp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251357429,"owners_count":21576703,"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-12-13T03:27:25.684Z","updated_at":"2025-04-28T17:40:58.226Z","avatar_url":"https://github.com/noahmorrison.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# limp\nLazy imports in python\n\nJust add ```import limp``` to the top of your imports and they'll only be imported when you use the module\n```python\n#!/usr/bin/python\n\nimport limp  # Lazy imports begin now\n\nimport json\nimport sys\n\nprint('json' in sys.modules)  # False\nprint(', '.join(json.loads('[\"Hello\", \"World!\"]')))\nprint('json' in sys.modules)  # True\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahmorrison%2Flimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahmorrison%2Flimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahmorrison%2Flimp/lists"}