Simple batch file renaming tool.
Project description
Moniker
A simple batch file rename tool.
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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12782498895d00d54efbe084094d408d40d91aa9778274c793db8b031409f147
|
|
| MD5 |
9e2bb7763cf49a97be9ed6cbb08d84c5
|
|
| BLAKE2b-256 |
7dd0b1ec9ec781828a7caa52e7ff2cbe5aaa64c28f0e7ec12b543f3d894ab6b4
|
File details
Details for the file moniker-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: moniker-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bf2961ccdea23b0d91f2549af7b590881046ec3ed755a599e7f2c15d971468c
|
|
| MD5 |
cf96817d9fbdab64994e7ac20d55e014
|
|
| BLAKE2b-256 |
d94a85cbe517ed4995b10bebd2ff689491a88cbc116f17d70ddf2ee0992b3dab
|