{"id":24881877,"url":"https://github.com/01joseph-hwang10/catc","last_synced_at":"2025-10-03T22:51:03.106Z","repository":{"id":239191373,"uuid":"798854595","full_name":"01Joseph-Hwang10/catc","owner":"01Joseph-Hwang10","description":"Configuration driven file concatenation tool.","archived":false,"fork":false,"pushed_at":"2024-05-10T16:14:48.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T10:05:22.955Z","etag":null,"topics":["cli","concatenate","configuration","files","tool"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/catc/","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/01Joseph-Hwang10.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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}},"created_at":"2024-05-10T16:01:56.000Z","updated_at":"2024-05-10T16:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"7063a98a-5261-4485-af51-595302546181","html_url":"https://github.com/01Joseph-Hwang10/catc","commit_stats":null,"previous_names":["01joseph-hwang10/catc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/01Joseph-Hwang10/catc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01Joseph-Hwang10%2Fcatc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01Joseph-Hwang10%2Fcatc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01Joseph-Hwang10%2Fcatc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01Joseph-Hwang10%2Fcatc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/01Joseph-Hwang10","download_url":"https://codeload.github.com/01Joseph-Hwang10/catc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01Joseph-Hwang10%2Fcatc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239970,"owners_count":25954097,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["cli","concatenate","configuration","files","tool"],"created_at":"2025-02-01T12:14:12.360Z","updated_at":"2025-10-03T22:51:03.102Z","avatar_url":"https://github.com/01Joseph-Hwang10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `catc`: Configuration driven file concatenation tool\n\n[![PyPI version](https://badge.fury.io/py/catc.svg)](https://pypi.org/project/catc)\n[![Testsuite](https://github.com/01Joseph-Hwang10/catc/workflows/Test%20and%20Lint/badge.svg)](https://github.com/01Joseph-Hwang10/catc/actions?query=workflow%3A\"Test+and+Lint\")\n[![Python version](https://img.shields.io/pypi/pyversions/catc.svg)](https://pypi.org/project/catc)\n[![Project Status](https://img.shields.io/pypi/status/catc.svg)](https://pypi.org/project/catc/)\n[![Supported Interpreters](https://img.shields.io/pypi/implementation/catc.svg)](https://pypi.org/project/catc/)\n[![License](https://img.shields.io/pypi/l/catc.svg)](https://github.com/pawelzny/catc/blob/master/LICENSE)\n\n\n`catc` (conCATenate by Configuration) is a file concatenation tool that allows you to concatenate files based on a configuration file.\n\n## Quick Start\n\nFirst, install `catc`:\n\n```bash\npip install catc\n```\n\nThen, create a `catc.json` file in the root of your project,\nand specify the files you want to concatenate:\n\n```json\n{\n  \"files\": [\n    \"src/file.txt\",\n    \"src/lib/**/*.txt\"\n  ],\n  \"output\": \"dist/merged.txt\",\n  \"separator\": \"\\n\"\n}\n```\n\nFinally, run `catc` to concatenate the files:\n\n```bash\ncatc \u003cdirectory/to/catc.json\u003e\n```\n\n## API Documentation\n\n\u003e TODO: description\n\n## Contributing\n\nAny contribution is welcome! Check out [CONTRIBUTING.md](https://github.com/01Joseph-Hwang10/catc/blob/master/.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/01Joseph-Hwang10/catc/blob/master/.github/CODE_OF_CONDUCT.md) for more information on how to get started.\n\n## License\n\n`catc` is licensed under a [MIT License](https://github.com/01Joseph-Hwang10/catc/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F01joseph-hwang10%2Fcatc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F01joseph-hwang10%2Fcatc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F01joseph-hwang10%2Fcatc/lists"}