{"id":26522403,"url":"https://github.com/defrecord/literate-spacy","last_synced_at":"2025-03-21T13:26:54.529Z","repository":{"id":283525130,"uuid":"952044314","full_name":"defrecord/literate-spacy","owner":"defrecord","description":"A literate programming implementation of a spaCy-based NLP tool using Org mode","archived":false,"fork":false,"pushed_at":"2025-03-20T18:15:10.000Z","size":15,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T18:22:22.673Z","etag":null,"topics":["fastapi","literate-programming","nlp","org-mode","python","spacy"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/defrecord.png","metadata":{"files":{"readme":"README.org","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":"2025-03-20T16:37:12.000Z","updated_at":"2025-03-20T17:40:54.000Z","dependencies_parsed_at":"2025-03-20T18:22:25.869Z","dependency_job_id":"19d72e83-8d80-4623-b5a3-1db063e9ccb9","html_url":"https://github.com/defrecord/literate-spacy","commit_stats":null,"previous_names":["defrecord/literate-spacy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fliterate-spacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fliterate-spacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fliterate-spacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fliterate-spacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defrecord","download_url":"https://codeload.github.com/defrecord/literate-spacy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244805118,"owners_count":20513221,"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":["fastapi","literate-programming","nlp","org-mode","python","spacy"],"created_at":"2025-03-21T13:26:53.937Z","updated_at":"2025-03-21T13:26:54.512Z","avatar_url":"https://github.com/defrecord.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Literate-spaCy\n#+AUTHOR: Claude\n\n* Overview\nA literate programming implementation of a spaCy-based NLP tool using Org mode.\n\n* Development Workflow\n\n** Important Note on Making Changes\nThis project follows literate programming principles using Org mode. The main source file is =spacy-nlp-tool.org=, not the Python files in the repository.\n\n*If you need to make changes*:\n1. Edit the =spacy-nlp-tool.org= file\n2. After making changes, run the detangle command to update the code files:\n   #+begin_src emacs-lisp\n   M-x org-babel-detangle\n   #+end_src\n   \n   Or programmatically:\n   #+begin_src emacs-lisp\n   (org-babel-detangle \u0026optional SOURCE-CODE-FILE)\n   #+end_src\n\n** Never Edit Generated Files Directly\nThe Python files in =src/= and =scripts/= directories are generated from the Org file. Any direct edits to these files will be lost when the Org file is detangled.\n\n* Getting Started\nSee =CLAUDE.org= for all build, setup, and testing commands.\n\n* Project Structure\n- =spacy-nlp-tool.org= - Main literate programming source file\n- =src/= - Generated Python code\n  - =client/= - API client implementation\n  - =model/= - spaCy processing functionality\n  - =server/= - FastAPI server implementation\n- =scripts/= - Utility scripts","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrecord%2Fliterate-spacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefrecord%2Fliterate-spacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrecord%2Fliterate-spacy/lists"}