Skip to main content

Simple batch file renaming tool.

Project description

Moniker

A simple batch file rename tool.

Build Status PyPI version Documentation Status Coverage Status

Installation

Moniker is a simple Python utility for renaming and manipulating the filesystem based off similar project and work from Irving Ruan.

Currently work in progress

Clone the repository

$ git clone https://github.com/jjangsangy/moniker.git

Install

$ python setup.py install

Usage

$ moniker . .py .python
{
    ".": [
        {
            "setup.py": "setup.python"
        }
    ],
    "docs": [
        {
            "conf.py": "conf.python"
        }
    ],
    "moniker": [
        {
            "__init__.py": "__init__.python"
        },
        {
            "__main__.py": "__main__.python"
        },
        {
            "__version__.py": "__version__.python"
        },
        {
            "moniker.py": "moniker.python"
        }
    ],
    "moniker/tests": [
        {
            "__init__.py": "__init__.python"
        },
        {
            "test_main.py": "test_main.python"
        }
    ]
}

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

moniker-0.0.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

moniker-0.0.1-py2.py3-none-any.whl (6.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file moniker-0.0.1.tar.gz.

File metadata

  • Download URL: moniker-0.0.1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for moniker-0.0.1.tar.gz
Algorithm Hash digest
SHA256 12782498895d00d54efbe084094d408d40d91aa9778274c793db8b031409f147
MD5 9e2bb7763cf49a97be9ed6cbb08d84c5
BLAKE2b-256 7dd0b1ec9ec781828a7caa52e7ff2cbe5aaa64c28f0e7ec12b543f3d894ab6b4

See more details on using hashes here.

File details

Details for the file moniker-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for moniker-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7bf2961ccdea23b0d91f2549af7b590881046ec3ed755a599e7f2c15d971468c
MD5 cf96817d9fbdab64994e7ac20d55e014
BLAKE2b-256 d94a85cbe517ed4995b10bebd2ff689491a88cbc116f17d70ddf2ee0992b3dab

See more details on using hashes here.

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