{"id":13501963,"url":"https://github.com/nvbn/import_from_github_com","last_synced_at":"2025-03-29T10:32:33.670Z","repository":{"id":65977493,"uuid":"48922693","full_name":"nvbn/import_from_github_com","owner":"nvbn","description":"Python module finder/loader from github, like in golang","archived":false,"fork":false,"pushed_at":"2024-05-20T06:15:34.000Z","size":4,"stargazers_count":156,"open_issues_count":1,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-22T14:03:36.411Z","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/nvbn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-02T20:22:41.000Z","updated_at":"2024-05-26T23:47:06.000Z","dependencies_parsed_at":"2024-10-31T21:31:51.252Z","dependency_job_id":"111e5d42-69a3-4490-8159-077f8acb43ca","html_url":"https://github.com/nvbn/import_from_github_com","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/nvbn%2Fimport_from_github_com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvbn%2Fimport_from_github_com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvbn%2Fimport_from_github_com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvbn%2Fimport_from_github_com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvbn","download_url":"https://codeload.github.com/nvbn/import_from_github_com/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174159,"owners_count":20735406,"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-07-31T22:01:56.732Z","updated_at":"2025-03-29T10:32:33.423Z","avatar_url":"https://github.com/nvbn.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Import from `github_com` (Please don't use it)\n\nExperimental Python module finder/loader from github, like in golang.\n\nSo, in golang we can import like:\n\n```go\nimport \"github.com/parnurzeal/gorequest\"\n```\n\nBut in python we should install package by our hands:\n\n```bash\npip install requests\n```\n\nAnd import it like:\n\n```python\nimport requests\n```\n\nBut with this magic package and power of [PEP-0302](https://www.python.org/dev/peps/pep-0302/) we can\ndo it automatically:\n\n```python\nfrom github_com.kennethreitz import requests\n\nassert requests.get('https://github.com/nvbn/import_from_github_com').status_code == 200\n```\n\n## Installation\n\nYou should have git, Python 3.2+ and pip:\n\n```bash\npip install import_from_github_com\n```\n\n## License MIT\nProject License can be found [here](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvbn%2Fimport_from_github_com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvbn%2Fimport_from_github_com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvbn%2Fimport_from_github_com/lists"}