Skip to main content

Configuration driven file concatenation tool.

Project description

catc: Configuration driven file concatenation tool

PyPI version Testsuite Python version Project Status Supported Interpreters License

catc (conCATenate by Configuration) is a file concatenation tool that allows you to concatenate files based on a configuration file.

Quick Start

First, install catc:

pip install catc

Then, create a catc.json file in the root of your project, and specify the files you want to concatenate:

{
  "files": [
    "src/file.txt",
    "src/lib/**/*.txt"
  ],
  "output": "dist/merged.txt",
  "separator": "\n"
}

Finally, run catc to concatenate the files:

catc <directory/to/catc.json>

API Documentation

TODO: description

Contributing

Any contribution is welcome! Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information on how to get started.

License

catc is licensed under a MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

catc-0.1.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

catc-0.1.1-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page