{"id":21206213,"url":"https://github.com/rtmigo/spacy_installer_py","last_synced_at":"2026-05-22T14:05:31.992Z","repository":{"id":138533455,"uuid":"444542868","full_name":"rtmigo/spacy_installer_py","owner":"rtmigo","description":"Installing and removing spaCy language models from Python code, without using the command line","archived":false,"fork":false,"pushed_at":"2022-01-13T06:05:17.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"staging","last_synced_at":"2025-01-21T15:32:13.435Z","etag":null,"topics":["install","nlp","pip","python","spacy","uninstall"],"latest_commit_sha":null,"homepage":"","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/rtmigo.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":"2022-01-04T19:42:13.000Z","updated_at":"2022-01-13T03:59:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7cce26d-005a-4443-9131-41ffcbff5f2e","html_url":"https://github.com/rtmigo/spacy_installer_py","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/rtmigo%2Fspacy_installer_py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtmigo%2Fspacy_installer_py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtmigo%2Fspacy_installer_py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtmigo%2Fspacy_installer_py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtmigo","download_url":"https://codeload.github.com/rtmigo/spacy_installer_py/tar.gz/refs/heads/staging","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658274,"owners_count":20326467,"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":["install","nlp","pip","python","spacy","uninstall"],"created_at":"2024-11-20T20:54:50.299Z","updated_at":"2026-05-22T14:05:26.941Z","avatar_url":"https://github.com/rtmigo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Generic badge](https://img.shields.io/badge/Python-3.6+-blue.svg)](#)\n[![Generic badge](https://img.shields.io/badge/Tested_on-Linux%20|%20macOS%20|%20Windows-blue.svg)](#)\n\n# [spacy_installer](https://github.com/rtmigo/spacy_installer_py)\n\nInstalling and removing [spaCy](https://spacy.io/) language models from Python \ncode, without using the command line.\n\n\n## Install this package\n\n```bash\n$ pip3 install git+https://github.com/rtmigo/spacy_installer_py#egg=spacy_installer\n```\n\n## Install spacy model\n\n```python3\nimport spacy_installer\n\n# load pre-installed model or install and load\nmodel = spacy_installer.load_model('en_core_web_sm')\n```\n\nOr, install without loading.\n\n```python3\nimport spacy_installer\n\n# load pre-installed model or install and load\nspacy_installer.install_model('en_core_web_sm')\n```\n\n\n## Uninstall spacy models\n\n```python3\nimport spacy_installer\n\nspacy_installer.uninstall_model('en_core_web_sm')\n```\n\nUninstall all models installed by the installer:\n\n```python3\nimport spacy_installer\n\nspacy_installer.uninstall_all_models()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtmigo%2Fspacy_installer_py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtmigo%2Fspacy_installer_py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtmigo%2Fspacy_installer_py/lists"}