{"id":50554955,"url":"https://github.com/sts10/catalogers_toolkit","last_synced_at":"2026-06-04T06:02:35.725Z","repository":{"id":353668720,"uuid":"1220364870","full_name":"sts10/catalogers_toolkit","owner":"sts10","description":"An experiment in adding a cleaning layer on top of pymarc","archived":false,"fork":false,"pushed_at":"2026-05-15T18:58:38.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T20:04:40.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"mIRC Script","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/sts10.png","metadata":{"files":{"readme":"README.markdown","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-24T20:29:53.000Z","updated_at":"2026-05-15T18:58:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sts10/catalogers_toolkit","commit_stats":null,"previous_names":["sts10/catalogers_toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sts10/catalogers_toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fcatalogers_toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fcatalogers_toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fcatalogers_toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fcatalogers_toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sts10","download_url":"https://codeload.github.com/sts10/catalogers_toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fcatalogers_toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33891733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-04T06:02:33.200Z","updated_at":"2026-06-04T06:02:35.720Z","avatar_url":"https://github.com/sts10.png","language":"mIRC Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cataloger's Toolkit\n\nAn experiment in adding a data-cleaning layer on top of [pymarc](https://gitlab.com/pymarc/pymarc), aimed at collection assessment.\n\nNote that pymarc is NOT included as a dependency in this project at this time, and thus must be installed and imported separately.\n\nRun `python examples/example.py` for an example of what this code can do.\n\n## To use in a script\n\nFirst, install the package from GitHub\n```sh\npip install git+https://github.com/sts10/catalogers_toolkit.git\n```\n\nThen import the CRecord class:\n```python\nfrom catalogers_toolkit import CRecord\n```\n\n### When using a notebook like with Google Colab\nI think for Google Colab, you'll want to start your file with something like this:\n```\nfrom google.colab import drive\npip install pymarc\npip install git+https://github.com/sts10/catalogers_toolkit.git\n\nfrom pymarc import MARCReader\nfrom catalogers_toolkit import CRecord\n\n# Set a variable called marc_file\n\nwith open(marc_file, \"rb\") as fh:\n    reader = MARCReader(fh, to_unicode=True, force_utf8=True, utf8_handling=\"replace\")\n    for record in reader:\n        c_record = CRecord(record)\n        print(\"OCN: \" + c_record.ocn)\n```\n\nSee the `/examples` directory for more example usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsts10%2Fcatalogers_toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsts10%2Fcatalogers_toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsts10%2Fcatalogers_toolkit/lists"}