Skip to main content

Self tracking your online life!

Project description

## rebrand

Refactor your software using programming language independent string replacement.

Helps by renaming directories, filenames and file contents in a case-preserving manner.

![rebrand demo](/resources/demo.gif)

## How does it work

Imagine we want to rename a library called SomeThing to AnotherName.

It will first normalize “SomeThing” to [“some”, “thing”] and “AnotherName” to [“another”, “name”], and build patterns on this.

Then, when matching and replacing, it will memorize the casing pattern and separator on e.g. “Some-thing” to replace it with the same convention, like so: “Another-name”.

This works for:

  • filenames

  • directories

  • file contents

Binaries are just copied, and warnings are currently shown for png and jpg files containing logo or icon.

## Installation

pip install rebrand

## Usage

rebrand run <OLD> <NEW> <LOCATION> # e.g. rebrand run ancient modern .

## TODO:

  • Implement radically faster matching

  • More options (such as disabling image warnings, verbosity, ignore patterns)

  • Switch from fire back to argparse

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

rebrand-0.0.4.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

rebrand-0.0.4-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 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